Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Have you tried wrapping all of that in another <code>LinearLayout</code> with <code>android:orientation="vertical"</code> like so?</p> <pre><code>&lt;LinearLayout android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical"&gt; &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; &lt;/LinearLayout&gt; </code></pre>
    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