Android icons:

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
hdpi: 240 dpi 1.5×
xhdpi: 320 dpi
xxhdpi: 490 dpi
xxxhdpi: 640 dpi
Sizes (px) Format and naming Notes

Launcher icons

48 × 48 (mdpi)
72 × 72 (hdpi)
96 × 96 (xhdpi)
144 × 144 (xxhdpi)
192 × 192 (xxxhdpi)
512 × 512 (Google Play store)
.png Three-dimensional, front view, with a slight perspective as if viewed from above, so that users perceive some depth.

Action bar, Dialog & Tab icons

24 × 24 area in 32 × 32 (mdpi)
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)
.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.

Small Contextual Icons

16 × 16 (mdpi)
24 × 24 (hdpi)
32 × 32 (xhdpi)
48 × 48 (xxhdpi)
64 × 64 (xxxhdpi)
.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.

Notification icons

22 × 22 area in 24 × 24 (mdpi)
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)
.png These are used to represent application notifications in the status bar. They should be flat (no gradients), white and face-on perspective

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android Studio:常见使用问题处理
  2. MediaScanner与音乐信息扫描==
  3. 打开app弹出欢迎界面,然后自动跳转到主界
  4. 清除手机图案解锁(执行adb命令工具类)
  5. Android 中主Activity和任一Activity进行
  6. 将Android(安卓)Activity设置成对话框式
  7. android中System.exit(0)和System.exit(1
  8. 《Android开发从零开始》——43.Menu使用
  9. android如何阻止app_name在标题栏中闪现
  10. Android ImageLoader使用