Note that there are some explanatory texts on larger screens.

plurals
  1. POdesign is not properly coming in multiple screen support size in android devices
    primarykey
    data
    text
    <p>I have created layout,layout-large, layout-small layout-xlarge layout_xlarge-land but if i have created emulator with giving resolution my design is coming good . but i have checked in devices samsung galaxy tab 7 inch and samsung nexus s but my design in not properly coming can anybody tell what is problem? otherwise how to do?</p> <p>This is my layout for large screen</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="#FFFFFF" android:layout_marginLeft="10dip" android:orientation="vertical"&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="fill_parent" android:orientation="vertical"&gt; &lt;TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/black" android:text="Large Screen" /&gt; &lt;fragment class="com.hcl.gcm.fragment.MeetingFragment" android:id="@+id/meetingFrag" android:layout_marginTop="200dip" android:layout_width="match_parent" android:layout_height="200dip"/&gt; &lt;fragment class="com.hcl.gcm.fragment.MeetingRecieveFragment" android:id="@+id/receivingFrag" android:layout_marginTop="100dip" android:layout_width="match_parent" android:layout_height="200dip"/&gt; &lt;fragment class="com.hcl.gcm.fragment.ButtonFragment" android:id="@+id/btnFragment" android:layout_marginTop="40dip" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"/&gt; &lt;/LinearLayout&gt; </code></pre> <p></p> <p>Thanks</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.
 

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