Created
August 11, 2017 15:29
-
-
Save alwarren/8dcf21595588201ccd8c32c8557acf2c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
PORTRAIT MODE | |
MDPI is 320x480 dp = 320x480px (1x) | |
LDPI is 0.75 x MDPI = 240x360px | |
HDPI is 1.5 x MDPI = 480x720px | |
XHDPI is 2 x MDPI = 640x960px | |
XXHDPI is 3 x MDPI = 960x1440px | |
XXXHDPI is 4 x MDPI = 1280x1920px | |
LANDSCAPE MODE | |
MDPI is 480x320 dp = 480x320px (1x) | |
LDPI is 0.75 x MDPI = 360x240px | |
HDPI is 1.5 x MDPI = 720x480px | |
XHDPI is 2 x MDPI = 960x640px | |
XXHDPI is 3 x MDPI = 1440x960px | |
XXXHDPI is 4 x MDPI = 1920x1280px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment