【发布时间】:2013-07-26 19:25:21
【问题描述】:
Android pre-Gingerbread HDPI 通知栏图标的大小应该是多少?
在文档中它说 MDPI 25x25 具有 2 像素安全框,即 21x21:
http://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
使用 HDPI 的标准 50% 升频器,21*1.5 = 31.5。那么它们应该是 32x32 + 3 + 3 = 38x38,还是 31x31 + 3 + 3 = 37x37?我想要一个不会自动缩放的值:-)
【问题讨论】: