skip to Main Content

I have an image (.png) as icon of my app but when it shows in notification it is grey. how can I solve this? I want my colorful image as icon. Thanks!

I understand small notification icon in status bar is not possible (photo_2) but could I change to color icon when notification is expanded?(photo_1)

photo_1

photo_2

2

Answers


  1. The icon to be used for notifications must be white-colored and with transparent background else it will show a grey-colored box.

    Login or Signup to reply.
  2. Before starting, make sure your icon or image has a transparent background. The solution will seem like it’s not working if your image background has a color. (as @Aia Ashraf answer)

    Create your mipmap notification icon. You can do this easily using Roman’s Notification Icon Generator – Click on "Notification Icon Generator"

    And also you can try appicon.co

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search