To support all screensizes, add the following to AndroidManifest.xml:
<supports-screens
android:largeScreens=”true”
android:normalScreens=”true”
android:smallScreens=”true”
android:anyDensity=”true”
/>
To support all screensizes, add the following to AndroidManifest.xml:
<supports-screens
android:largeScreens=”true”
android:normalScreens=”true”
android:smallScreens=”true”
android:anyDensity=”true”
/>