Notification icon is white on the notification tray

微笑、不失礼 提交于 2019-12-23 02:41:12

问题


My app icon on the notification tray became white on android 5. I have seen this Notification bar icon turns white in Android 5 Lollipop , but how can I change it on my codenameone app.


回答1:


It is possible to place a 24x24 icon named "ic_stat_notify.png" under the src/ folder of the app. The icon can be white with transparency areas. The build server picks up this image and uses it as the notification icon if found on the project.



来源:https://stackoverflow.com/questions/34995371/notification-icon-is-white-on-the-notification-tray

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!