您的位置:首页 > 移动开发 > Android开发

Android 5.0 notification icon is blank square

2016-05-11 11:39 375 查看
In Android 5.0, the small notification icon must be the size below. Otherwise the icon will be displayed as a blank square.
18px(ldpi)
24px(mdpi)
36px(hdpi)
48px(xhdpi)
72px(xxhdpi)
 96px(xxxhdpi)

it's 24dp size with a 2dp padding , means 20dp content

px = dp * (dpi/160)

Reference:
http://stackoverflow.com/questions/4265595/android-status-bar-expects-icons-of-size-25x25dp-while-guidelines-recommend-32x3
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: