Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Their is also a widget to make your view scrolling horizontal: </p> <pre><code>&lt;HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/indonesia" android:orientation="horizontal" &gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Indonesia - Inggris - Jerman" /&gt; &lt;TextView android:id="@+id/TextView01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Indonesia :" /&gt; &lt;EditText android:id="@+id/txtIndo" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="" /&gt; &lt;Button android:id="@+id/btnTerjemah" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="getTerjemahan" android:text="Terjemahkan" /&gt; &lt;TextView android:id="@+id/TextView03" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Inggris :" /&gt; &lt;EditText android:id="@+id/txtIngg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:editable="false" android:text="" /&gt; &lt;TextView android:id="@+id/TextView04" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Jerman :" /&gt; &lt;EditText android:id="@+id/txtJer" android:layout_width="fill_parent" android:layout_height="wrap_content" android:editable="false" android:text="" /&gt; &lt;Button android:id="@+id/btnBack" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="backtoMenu" android:text="Kembali ke Menu" &gt; &lt;/Button&gt; &lt;/LinearLayout&gt; &lt;/HorizontalScrollView&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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