Skip to content

Instantly share code, notes, and snippets.

@PepDevils
Last active April 3, 2017 09:54
Show Gist options
  • Save PepDevils/5b038df49adc8391fdeb78366d7ed03f to your computer and use it in GitHub Desktop.
Save PepDevils/5b038df49adc8391fdeb78366d7ed03f to your computer and use it in GitHub Desktop.
//icones ic_launcher:
-48px mdpi x1 (baseline)
-72px hdpi x1.5
-96px xhdpi x2
-144px xxhdpi x3
-192px xxxhdpi x4
//max sizes for android devices: https://material.io/devices/ (16:9) (width/height)
-800 x 1280px mdpi //tablet
-480 x 854px hdpi
-720 x 1280px xhdpi
-1080 x 1920px xxhdpi
-1440 x 2560px xxxhdpi
//qual a largura para um banner de 200px de altura (16:9)
-355px mdpi
-533px hdpi
-720px xhdpi
-1080px xxhdpi
-1440px xxxhdpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment