Last active
April 3, 2017 09:54
-
-
Save PepDevils/5b038df49adc8391fdeb78366d7ed03f 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
//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