-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Notification doesn't show the app icon #112
Comments
@ashishsajwan what you show here is proper behaviour. As of Android 5+ there are new guidelines to follow for icons. Check out: http://developer.android.com/design/patterns/notifications.html under "Use distinct icons". The small icon is only supposed to be white with transparency. That is why I added in the icon property for Android so you could specify the properly formatted icon. |
but how to show colored notification icon on kitkat & user this new icon only on lolipop ?? |
@macdonst, like @ashishsajwan asked, how can we show the new icon for Android 5+ but also be backwards compatible for Android versions below 5 (mainly Android versions Jelly Bean and KitKat, they still have pretty significant install numbers Google Dashboard). |
This thread has been automatically locked. |
setting "icon" : "icon" because i have icon.png inside drawable folder ...
but on receiving notification , instead of icon, it shows white square inside a grey circle ...
@macdonst @bobeast @EddyVerbruggen
The text was updated successfully, but these errors were encountered: