Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I followed DjHacktorReborn comments and made the layout, here is the freezed one</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/background_img" android:orientation="vertical" &gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" android:orientation="vertical" android:weightSum="10" &gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="4.1" android:orientation="vertical" &gt; &lt;/LinearLayout&gt; &lt;TableLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="2" android:orientation="horizontal" android:stretchColumns="*" &gt; &lt;TableRow android:layout_weight="1" &gt; &lt;RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;Button android:id="@+id/button_listen" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true" android:background="@drawable/main_list" android:paddingTop="90dp" android:text="@string/listen" android:textStyle="bold" android:textColor="#FFFFFF" /&gt; &lt;ImageView android:id="@+id/main_icon_content_image_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:src="@drawable/listen_btn" /&gt; &lt;/RelativeLayout&gt; &lt;RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;Button android:id="@+id/button_gallery" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/main_list" android:paddingTop="90dp" android:text="@string/gallery" android:textStyle="bold" android:textColor="#FFFFFF" /&gt; &lt;ImageView android:id="@+id/main_icon_schedule_image_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:src="@drawable/gallery_btn" /&gt; &lt;/RelativeLayout&gt; &lt;/TableRow&gt; &lt;TableRow android:layout_weight="1" &gt; &lt;RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;Button android:id="@+id/button_play" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/main_list" android:ellipsize="marquee" android:paddingTop="90dp" android:text="@string/play" android:textStyle="bold" android:textColor="#FFFFFF" /&gt; &lt;ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:src="@drawable/play_btn" /&gt; &lt;/RelativeLayout&gt; &lt;RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;Button android:id="@+id/button_find" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/main_list" android:paddingTop="90dp" android:text="@string/find" android:textStyle="bold" android:textColor="#FFFFFF" /&gt; &lt;ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:src="@drawable/test_btn" /&gt; &lt;/RelativeLayout&gt; &lt;/TableRow&gt; &lt;/TableLayout&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="4.1" android:orientation="vertical" &gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>Here is the updated result</p> <p><img src="https://i.stack.imgur.com/OaYNG.png" alt="enter image description here"></p> <p>Thanks for the suggestions</p>
    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. 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