Skip to content

Instantly share code, notes, and snippets.

@gipi
Created October 21, 2011 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gipi/1304734 to your computer and use it in GitHub Desktop.
Save gipi/1304734 to your computer and use it in GitHub Desktop.
Add screen resolution supporto to android application.
<manifest
...
>
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment