Created
May 11, 2014 09:21
-
-
Save sicksand/8579619bc887082c6dfb to your computer and use it in GitHub Desktop.
Android Screen Size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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