Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Checkout the below one... It works as per your requirement.....</p> <p>Replace the Linear Layout with yours....</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;LinearLayout android:id="@+id/preview" android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:layout_weight="3"&gt; &lt;ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/icon" /&gt; &lt;/LinearLayout&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_toRightOf="@+id/preview" android:layout_alignParentRight="true" android:layout_weight="2"&gt; &lt;ImageView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/mother_earth" android:src="@drawable/icon" /&gt; &lt;ImageView android:layout_below = "@+id/mother_earth" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/meadow" android:src="@drawable/icon" /&gt; &lt;ImageView android:layout_below = "@+id/meadow" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/trap" android:src="@drawable/icon" /&gt; &lt;ImageView android:layout_below = "@+id/trap" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/whistle" android:src="@drawable/icon" /&gt; &lt;/RelativeLayout&gt; &lt;/RelativeLayout&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.
 

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