Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/timerDisplay" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="horizontal" &gt; &lt;!-- Current Duration Label --&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" &gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_margin="10dp" &gt; &lt;ImageView android:id="@+id/imageView1" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&gt; &lt;ImageView android:id="@+id/imageView2" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&gt; &lt;ImageView android:id="@+id/imageView3" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_margin="10dp"&gt; &lt;ImageView android:id="@+id/imageView4" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&gt; &lt;ImageView android:id="@+id/imageView5" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&gt; &lt;ImageView android:id="@+id/imageView6" android:layout_width="0dp" android:layout_weight="1" android:scaleType="fitXY" android:adjustViewBounds="true" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" /&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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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