Pixel Densities
Android icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created automatically from the baseline.
mdpi (Baseline): |
160 dpi |
1× |
hdpi: |
240 dpi |
1.5× |
xhdpi: |
320 dpi |
2× |
xxhdpi: |
490 dpi |
3× |
xxxhdpi: |
640 dpi |
4× |
Sizes (px) |
Format and naming |
Notes |
Launcher icons | ||
48 × 48 (mdpi) |
.png |
Three-dimensional, front view, with a slight perspective as if viewed from above, so that users perceive some depth. |
72 × 72 (hdpi) | ||
96 × 96 (xhdpi) | ||
144 × 144 (xxhdpi) | ||
192 × 192 (xxxhdpi) | ||
512 × 512 (Google Play store) |
Action bar, Dialog & Tab icons | ||
24 × 24 area in 32 × 32 (mdpi) |
png |
These icons are used in the action bar menu. The first number is the size of the icon area, and the second is file size. |
36 × 36 area in 48 × 48 (hdpi) | ||
48 × 48 area in 64 × 64 (xhdpi) | ||
72 × 72 area in 96 × 96 (xxhdpi) | ||
96 × 96 area in 128 × 128 (xxxhdpi) |
Small Contextual Icons | ||
16 × 16 (mdpi) |
png |
Small icons are used to surface actions and/or provide status for specific items. For example, in the Gmail app, each message has a star icon that marks the message as important. |
24 × 24 (hdpi) | ||
32 × 32 (xhdpi) | ||
48 × 48 (xxhdpi) | ||
64 × 64 (xxxhdpi) |
Notification icons | ||
22 × 22 area in 24 × 24 (mdpi) |
png |
These are used to represent application notifications in the status bar. They should be flat (no gradients), white and face-on perspective |
33 × 33 area in 36 × 36 (hdpi) | ||
44 × 44 area in 48 × 48 (xhdpi) | ||
66 × 66 area in 72 × 72 (xxhdpi) | ||
88 × 88 area in 96 × 96 (xxxhdpi) |
'Android' 카테고리의 다른 글
<안드로이드> 아이콘 디자인 가이드라인/팁 (0) | 2016.01.08 |
---|---|
안드로이드 그리드뷰 (GridView) (0) | 2016.01.06 |
무료로 제공하는 아이콘들 (0) | 2016.01.06 |
Android check permission for LocationManager (0) | 2016.01.04 |
안드로이드 스튜디오 Daum map 라이브러리 사용방법 (0) | 2015.12.29 |