how can I change the color of notification icon in image asset? I wanted to use an icon from image asset to use as notification icon but I am finding no option as fill color(to change the color) to my latest android studio version, isn't it possible now? I also tried notification icon generator GitHub link-
Asked
Active
Viewed 1,574 times
1
-
It's because they should be black or white and the system will colour them accordingly – MSpeed Feb 15 '19 at 11:53
1 Answers
2
use vector assets instead of image asset. go to res->new->vector assets
or else you can import svg icon with same process.

Shahid Khan
- 371
- 2
- 10