Skip to content

Instantly share code, notes, and snippets.

@andrewsardone
Created November 18, 2011 15:44
Show Gist options
  • Save andrewsardone/1376802 to your computer and use it in GitHub Desktop.
Save andrewsardone/1376802 to your computer and use it in GitHub Desktop.
Android screen resolutions cheat sheet – http://git.io/androidscreenratios

What are the different Android screen resolution ratios?

                 |-----------+---------+---------+---------|
                 |      ldpi |    mdpi |    hdpi |   xhdpi |
|----------------+-----------+---------+---------+---------|
| Ratios:        |         3 |       4 |       6 |       8 |
| Example:       |     75x75 | 100x100 | 150x150 | 200x200 |
| Emulator Type: | WQVGA 400 |    HVGA | WVGA800 |         |
|----------------+-----------+---------+---------+---------|

Note: mdpi = 320 x 480 (for the most part :-/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment