Note that there are some explanatory texts on larger screens.

plurals
  1. POhorizontal scroll issue on android
    text
    copied!<p>Please help me with this program that I created. I do not know how this program scrolls horizontally when in a state. Can I get some help to add the code in this program? </p> <p>Thank you in advance (sorry for my english).</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/indonesia"&gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Indonesia - Inggris - Jerman" /&gt; &lt;TextView android:text="Indonesia :" android:id="@+id/TextView01" android:layout_width="fill_parent" android:layout_height="wrap_content" /&gt; &lt;EditText android:text="" android:id="@+id/txtIndo" android:layout_width="fill_parent" android:layout_height="wrap_content" /&gt; &lt;Button android:text="Terjemahkan" android:id="@+id/btnTerjemah" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="getTerjemahan" /&gt; &lt;TextView android:text="Inggris :" android:id="@+id/TextView03" android:layout_width="fill_parent" android:layout_height="wrap_content" /&gt; &lt;EditText android:text="" android:id="@+id/txtIngg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:editable="false" /&gt; &lt;TextView android:text="Jerman :" android:id="@+id/TextView04" android:layout_width="fill_parent" android:layout_height="wrap_content" /&gt; &lt;EditText android:text="" android:id="@+id/txtJer" android:layout_width="fill_parent" android:layout_height="wrap_content" android:editable="false" /&gt; &lt;Button android:text="Kembali ke Menu" android:id="@+id/btnBack" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="backtoMenu"/&gt; &lt;/LinearLayout&gt; </code></pre> <hr> <p>I mean like this. the first, my program in vertical.please visit to my link cause there is my picture. <a href="http://www.facebook.com/photo.php?fbid=2681982169915&amp;set=a.2278200435624.2110948.1267165148&amp;type=1&amp;theater" rel="nofollow">vertical layout</a></p> <p>the problem's if I make the program in horizontal scroll. check the layout, i can't scroll down this layout. <a href="http://www.facebook.com/photo.php?fbid=2681979769855&amp;set=a.2278200435624.2110948.1267165148&amp;type=1&amp;theater" rel="nofollow">horizontal trouble layout</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload