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

No comments:

Post a Comment