Reputation: 351
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-
Upvotes: 1
Views: 1717
Reputation: 371
use vector assets instead of image asset. go to res->new->vector assets
or else you can import svg icon with same process.
Upvotes: 2