Skip to content

Instantly share code, notes, and snippets.

@sicksand
Created May 11, 2014 09:21
Show Gist options
  • Save sicksand/8579619bc887082c6dfb to your computer and use it in GitHub Desktop.
Save sicksand/8579619bc887082c6dfb to your computer and use it in GitHub Desktop.
Android Screen Size
LDPI- icon-32x32, splash-426x320
MDPI- icon-48x48, splash-470x320
HDPI- icon 72x72, splash- 640x480
XHDPI- icon-96x96, splash- 960x720
XXHDPI- icon- 144x144
All in pixels.
For Android Tablet Devices
LDPI:
Portrait: 200x320px
Landscape: 320x200px
MDPI:
Portrait: 320x480px
Landscape: 480x320px
HDPI:
Portrait: 480x800px
Landscape: 800x480px
XHDPI:
Portrait: 720px1280px
Landscape: 1280x720px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment