Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You should have six tablerows intable layout and each tablerow whould consists of four textviews.</p> <h2>See the Sample Code</h2> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"&gt; &lt;TableRow&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Password:" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pas111" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pas111" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;/TableRow&gt; &lt;TableRow&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Password" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pas111" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pas111" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pas111" android:textColor="#ffffff" android:textStyle="bold" /&gt; &lt;/TableRow&gt; &lt;/TableLayout&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