Note that there are some explanatory texts on larger screens.

plurals
  1. POMultiple Screen support in android
    primarykey
    data
    text
    <p>Im Looking for the best route to fix my layouts for multiple screen size on android. I have a great app that is almost ready for launch .. However one of my partners tried it on an Samsung Tablet and the Icons and some features are too small </p> <p>So What i was thinking do I make the resolution change on screen size or is there a simpler method ?</p> <p>Here is my layout code Any Suggestion will help ?</p> <hr> <pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;merge xmlns:tools="http://schemas.android.com/tools" xmlns:pj="http://schemas.android.com/apk/res/com.example.waysecure" xmlns:bm="com.example.waysecure" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android"&gt; &lt;Button android:id="@+id/button_pannic" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/pannic" android:visibility="visible" /&gt; &lt;RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="bottom" android:layout_marginTop="50dp" &gt; &lt;WebView android:id="@+id/webView1" android:layout_width="match_parent" android:layout_height="match_parent" /&gt; &lt;FrameLayout android:id="@+id/Fofo" android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;/FrameLayout&gt; &lt;/RelativeLayout&gt; &lt;SlidingDrawer android:id="@+id/sg_below" android:layout_width="match_parent" android:layout_height="275dp" android:layout_gravity="bottom" android:layout_marginTop="200dp" android:content="@+id/content" android:handle="@+id/handle" &gt; &lt;Button android:layout_width="match_parent" android:layout_height="60dp" android:id="@+id/handle" android:background="@drawable/tray_handle_normal" /&gt; &lt;RelativeLayout android:id="@+id/content2" android:layout_width="wrap_content" android:layout_height="282dp" android:background="#aa000000" &gt; &lt;/RelativeLayout&gt;&lt;TabHost android:id="@+id/content" android:layout_width="match_parent" android:layout_height="match_parent"&gt; &lt;FrameLayout android:id="@android:id/tabcontent" android:layout_width="match_parent" android:layout_height="fill_parent" android:layout_gravity="bottom" android:background="#aa000000" &gt; &lt;LinearLayout android:id="@+id/tab1" android:layout_width="match_parent" android:layout_height="match_parent"&gt; &lt;/LinearLayout&gt; &lt;GridView android:id="@+id/tab2" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:columnWidth="90dp" android:gravity="center" android:horizontalSpacing="1dp" android:numColumns="auto_fit" android:stretchMode="columnWidth" android:verticalSpacing="1dp" &gt; &lt;/GridView&gt; &lt;LinearLayout android:id="@+id/tab3" android:layout_width="match_parent" android:layout_height="match_parent"&gt; &lt;com.carouseldemo.controls.Carousel android:id="@+id/carousel2" android:layout_width="match_parent" android:layout_height="match_parent" android:animationDuration="200" pj:Items="@array/entries" pj:Names="@array/names" pj:SelectedItem="0" pj:UseReflection="true"&gt; &lt;/com.carouseldemo.controls.Carousel&gt; &lt;/LinearLayout&gt; &lt;/FrameLayout&gt; &lt;TabWidget android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="top" &gt; &lt;/TabWidget&gt; &lt;/TabHost&gt; &lt;/SlidingDrawer&gt; &lt;/merge&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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