Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Layout, messed up LinearLayout
    text
    copied!<p> </p> <pre><code> &lt;ScrollView android:id="@+id/scrollView1" android:layout_width="200dp" android:paddingTop="30dp" android:paddingLeft="10dp" android:layout_height="250dp"&gt; &lt;LinearLayout android:id="@+id/linearLayout1" android:orientation="vertical" android:layout_height="fill_parent" android:layout_width="fill_parent"&gt; &lt;Button android:textStyle="bold" android:textSize="30dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/buttonEasy" android:text="Easy"&gt;&lt;/Button&gt; &lt;Button android:textStyle="bold" android:textSize="30dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Medium" android:id="@+id/buttonMed"&gt;&lt;/Button&gt; &lt;Button android:textStyle="bold" android:textSize="30dp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/buttonHard" android:text="Hard"&gt;&lt;/Button&gt; &lt;Button android:textStyle="bold" android:textSize="30dp" android:textColor="#f45b3c" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Custom" android:id="@+id/buttonCustom"&gt;&lt;/Button&gt; &lt;/LinearLayout&gt; &lt;/ScrollView&gt; &lt;LinearLayout android:layout_width="wrap_content" android:layout_height="fill_parent" android:id="@+id/linearLayoutProblem"&gt;&lt;/LinearLayout&gt; </code></pre> <p></p> <p>This is my Layout, the "@+id/linearLayoutProblem" Is appearing on the right side. like so, <a href="http://img69.imageshack.us/img69/8821/helpbottom.jpg" rel="nofollow">http://img69.imageshack.us/img69/8821/helpbottom.jpg</a> </p> <p>I want "@+id/linearLayoutProblem" to appear on the bottom. How to do this?</p> <p>Thanks.</p>
 

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