Skip to content

Instantly share code, notes, and snippets.

@gipi
Created October 21, 2011 19:39
Show Gist options
  • Select an option

  • Save gipi/1304734 to your computer and use it in GitHub Desktop.

Select an option

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