Showing posts with label all screen supporting android. Show all posts
Showing posts with label all screen supporting android. Show all posts

Tuesday, April 16, 2013

all screen supporting android


to support all size screens in android


<supports-screens android:smallscreens="true">
<supports-screens android:normalscreens="true">
<supports-screens android:largescreens="true">
<supports-screens android:anydensity="true">
<supports-screens android:anydensity="true"
android:resizeable="true">


put these in manifest.xml