Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your text aren't equal sizes that's why they don't align! Try to make the texts in the textviews the same size by adding spaces behind them! So the longest word is green and is five letters, add 2 spaces to red and 1 to blue to make them the same length.</p> <p>otherwise try to put them in a tablelayout!Something like this:</p> <pre><code>&lt;TableLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/tv_titelLogin" android:orientation="horizontal"&gt; &lt;TableRow android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Text" android:layout_weight="1"/&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Text" android:layout_weight="1"/&gt; &lt;TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Text" android:layout_weight="1"/&gt; &lt;/TableRow&gt; &lt;TableRow android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"&gt; &lt;RadioGroup android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_weight="1"&gt; &lt;RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center"/&gt; &lt;RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center"/&gt; &lt;RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center"/&gt; &lt;/RadioGroup&gt; &lt;/TableRow&gt; &lt;/TableLayout&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. 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