Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code>&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"&gt; &lt;LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50dp" android:background="#2FC9EC" android:gravity="center_vertical"&gt; &lt;ImageView android:id="@+id/image1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/back"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Title" android:textSize="20dp" android:textColor="#FFFFFF"/&gt; &lt;/LinearLayout&gt; &lt;ScrollView android:layout_width="match_parent" android:layout_height="match_parent"&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"&gt; &lt;HorizontalScrollView android:id="@+id/hori_scroll" android:layout_width="wrap_content" android:layout_height="wrap_content"&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="200dp" android:orientation="horizontal"&gt; &lt;ImageView android:id="@+id/image1" android:layout_width="250dp" android:layout_height="match_parent" android:src="@drawable/ic_launcher"/&gt; &lt;ImageView android:id="@+id/image1" android:layout_width="250dp" android:layout_height="match_parent" android:src="@drawable/ic_launcher"/&gt; &lt;/LinearLayout&gt; &lt;/HorizontalScrollView&gt; &lt;LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"&gt; &lt;LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="15dp" android:layout_marginTop="10dp" android:layout_marginRight="10dp" android:layout_marginBottom="10dp"&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="PHONE" android:textSize="20dp" android:textColor="#50A7B3" android:layout_marginBottom="5dp"/&gt; &lt;View android:layout_height="1dp" android:layout_width="match_parent" android:background="#728C93"/&gt; &lt;LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"&gt; &lt;LinearLayout android:layout_marginTop="10dp" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="left" android:layout_weight="0.60"&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="65656565" android:textSize="20dp" android:textColor="#696969" android:layout_marginBottom="5dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="MOBILE" android:textSize="20dp" android:textColor="#6D6D6D" android:layout_marginBottom="5dp"/&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:layout_marginTop="10dp" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="right" android:layout_weight="0.40"&gt; &lt;ImageView android:id="@+id/image1" android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/ic_launcher"/&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="EMAIL" android:textSize="20dp" android:textColor="#50A7B3" android:layout_marginBottom="5dp" android:layout_marginTop="10dp"/&gt; &lt;View android:layout_height="1dp" android:layout_width="match_parent" android:background="#728C93"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxxxxxxx" android:textSize="20dp" android:textColor="#696969" android:layout_marginBottom="5dp" android:layout_marginTop="10dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxx" android:textSize="20dp" android:textColor="#6D6D6D" android:layout_marginBottom="5dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxxxxxxx" android:textSize="20dp" android:textColor="#696969" android:layout_marginBottom="5dp" android:layout_marginTop="20dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxx" android:textSize="20dp" android:textColor="#6D6D6D" android:layout_marginBottom="5dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="IM" android:textSize="20dp" android:textColor="#50A7B3" android:layout_marginBottom="5dp" android:layout_marginTop="10dp"/&gt; &lt;View android:layout_height="1dp" android:layout_width="match_parent" android:background="#728C93"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxxxxxxx" android:textSize="20dp" android:textColor="#696969" android:layout_marginBottom="5dp" android:layout_marginTop="10dp"/&gt; &lt;TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="xxxxxxxxx" android:textSize="20dp" android:textColor="#6D6D6D" android:layout_marginBottom="5dp"/&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; &lt;/ScrollView&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