Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>![&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_height="wrap_content" android:layout_width="fill_parent"&gt; &lt;LinearLayout android:layout_width="wrap_content" android:layout_height="50dp" &gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="1" android:textSize="8dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="2" android:textSize="10dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="3" android:textSize="12dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="4" android:textSize="14dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="5" android:textSize="16dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="6" android:textSize="18dp"&gt;&lt;/Button&gt; &lt;/LinearLayout&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="50dp"&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="7" android:textSize="20dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="8" android:textSize="22dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="9" android:textSize="24dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="A" android:textSize="26dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="B" android:textSize="28dp"&gt;&lt;/Button&gt; &lt;Button android:layout_width="50dp" android:layout_height="fill_parent" android:text="C" android:textSize="30dp"&gt;&lt;/Button&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt;] </code></pre> <p><img src="https://i.stack.imgur.com/NrGkF.png" alt="alt text"></p>
    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. 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