Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is there a white space that shows on my app when I load it on my phone
    primarykey
    data
    text
    <p>As the title states, I have a white space that loads to the right of my app when I load it on my phone. When I load it on the emulator, there isn't a white space. Is it just my phone or is there some type of error in my programming? Maybe too much padding or something. </p> <p>This is the only code I have touched so far:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout android:id="@+id/widget32" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"&gt; &lt;ScrollView android:id="@+id/widget34" android:layout_width="320dp" android:layout_height="337dp" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:background="@drawable/zombie" android:layout_below="@+id/widget33" &gt; &lt;RelativeLayout android:id="@+id/widget35" android:layout_width="308dp" android:layout_height="352dp" &gt; &lt;Button android:id="@+id/widget37" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_alignParentTop="true" android:layout_alignParentRight="true" /&gt; &lt;Button android:id="@+id/widget36" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" /&gt; &lt;Button android:id="@+id/widget43" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_alignTop="@+id/widget42" android:layout_alignParentRight="true" /&gt; &lt;Button android:id="@+id/widget42" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_below="@+id/widget40" android:layout_alignParentLeft="true" /&gt; &lt;Button android:id="@+id/widget40" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_alignTop="@+id/widget41" android:layout_alignParentLeft="true" /&gt; &lt;Button android:id="@+id/widget41" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_below="@+id/widget39" android:layout_alignParentRight="true" /&gt; &lt;Button android:id="@+id/widget39" android:layout_width="148dp" android:layout_height="72dp" android:text="Button" android:layout_alignTop="@+id/widget38" android:layout_alignParentRight="true" /&gt; &lt;Button android:id="@+id/widget38" android:layout_width="148dp" android:layout_height="72dp" android:layout_alignParentLeft="true" android:layout_below="@+id/widget37" android:textColor="#ffffff" android:background="@drawable/hole" android:text="@string/button_shot" /&gt; &lt;/RelativeLayout&gt; &lt;/ScrollView&gt; &lt;LinearLayout android:id="@+id/widget33" android:layout_width="320dp" android:layout_height="94dp" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:background="@drawable/twdd" android:orientation="vertical" &gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&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.
 

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