- I am working on Android app (API level >23). And I have to support Notification.
- And my notification icon is supported more than two colors.
- If I use that icon then icon displays in grey in notification pannel.
So I have created background transparent and completly white icon and set color dynamically.
But I am able to set only one color (setColor()).
So my question is :-
How to support multiple colors (more than two color or color gradients) for Android Notification icon? Note :- I have taken reference of Android Push Notifications: Icon not displaying in notification, white square shown instead
Thanks for support in advance.