Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use the following.</p> <pre><code>&lt;LinearLayout android:id="@+id/LinearLayout02" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal"&gt; &lt;ImageView android:id="@+id/ImageView01" android:layout_width="30px" android:layout_height="30px" android:scaleType="fitXY" android:background="@drawable/gy1" android:layout_gravity="center_vertical"&gt; &lt;/ImageView&gt; &lt;LinearLayout android:id="@+id/LinearLayout04" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center_vertical"&gt; &lt;LinearLayout android:id="@+id/LinearLayout04" android:layout_width="fill_parent" android:layout_height="wrap_content"&gt; &lt;TextView android:id="@+id/TextView01" android:layout_width="fill_parent" android:textSize="15px" android:textStyle="bold" android:textColor="#222222" android:paddingLeft="3px" android:layout_alignParentTop="true" android:text="Hello" android:layout_height="fill_parent"&gt; &lt;/TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:id="@+id/LinearLayout04" android:layout_width="fill_parent" android:layout_height="wrap_content"&gt; &lt;TextView android:id="@+id/TextView02" android:layout_width="fill_parent" android:textColor="#222222" android:paddingBottom="5px" android:paddingLeft="3px" android:background="#D8D8D8" android:layout_below="@+id/TextView01" android:text="Hello 2222" android:layout_height="fill_parent" /&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; </code></pre>
    singulars
    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