Skip to content

Instantly share code, notes, and snippets.

@marc0x71
Created June 6, 2016 10:38
Show Gist options
  • Save marc0x71/64787c8ea70763cebe37c0084dd991d5 to your computer and use it in GitHub Desktop.
Save marc0x71/64787c8ea70763cebe37c0084dd991d5 to your computer and use it in GitHub Desktop.
Android screen size values
-- TABLET --
values-sw720dp 10.1” tablet 1280x800 mdpi
values-sw600dp 7.0” tablet 1024x600 mdpi
-- PHONE --
values-sw480dp 5.4” 480x854 mdpi
values-sw480dp 5.1” 480x800 mdpi
values-xhdpi 4.7” 1280x720 xhdpi
values-xhdpi 4.65” 720x1280 xhdpi
values-hdpi 4.0” 480x800 hdpi
values-hdpi 3.7” 480x854 hdpi
values-mdpi 3.2” 320x480 mdpi
values-ldpi 3.4” 240x432 ldpi
values-ldpi 3.3” 240x400 ldpi
values-ldpi 2.7” 240x320 ldpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment