Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" &gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 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;/ScrollView&gt; </code></pre>
 

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