Chen
Chen

Reputation: 3760

Notification icon is white on the notification tray

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.

Upvotes: 2

Views: 144

Answers (1)

Chen
Chen

Reputation: 3760

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.

Upvotes: 3

Related Questions