add this code in your manifest file
 <supports-screens android:smallScreens="true"
              android:normalScreens="true"
              android:largeScreens="true"
              android:anyDensity="true" />



You can specify your width using a dimension resource
(res/values/dimens.xml) and have a different value for landscape
(res/values-land/dimens.xml). Or, have a different layout for
landscape (res/layout-land/whatever.xml). There are other possible
solutions.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to