Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Or try this:</p> <pre><code>&lt;LinearLayout android:id="@+id/LinearLayout02" android:layout_width="match_parent" android:layout_height="30px" android:layout_alignParentTop = "true" android:orientation="horizontal"&gt; &lt;RelativeLayout android:id="@+id/RelativeLayout01" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_alignParentLeft="true" android:layout_gravity="left" android:gravity="left"&gt; &lt;ImageView android:id="@+id/ImageView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:gravity="left" android:src="@drawable/gy1" android:background="@null" android:width="30px" android:cropToPadding="true" android:adjustViewBounds="true"&gt; &lt;/ImageView&gt; &lt;/RelativeLayout&gt; &lt;RelativeLayout android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:layout_toRightOf="@+id/RelativeLayout01"&gt; &lt;TextView android:id="@+id/TextView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="15px" android:textStyle="bold" android:textColor="#222222" android:paddingLeft="3px"&gt; &lt;/TextView&gt; &lt;TextView android:id="@+id/TextView02" android:layout_below="@+id/TextView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#222222" android:paddingBottom="5px" android:paddingLeft="3px" android:background="#D8D8D8" &gt; &lt;/TextView&gt; &lt;/RelativeLayout&gt; &lt;/LinearLayout&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