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.
