Home > Net >  Why is the color for the notification icons generated by Android Image Asset Studio completely white
Why is the color for the notification icons generated by Android Image Asset Studio completely white

Time:01-06

When I right-click on my drawable folder and do New -> Image Asset -> Notification Icons, my icon color becomes white. The background of the image I upload is transparent, but why does the icon become white? How do I fix this? I want to keep the original color. My minimum API level is set to 21.

CodePudding user response:

As per the guidelines, notification icons are monochrome and tinted via the setColor API, so it is expected that they are a solid white color.

  •  Tags:  
  • Related