changing notification icon color in image asset in android studio

1.6k Views Asked by At

enter image description here

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-

http://romannurik.github.io/AndroidAssetStudio/icons-notification.html#source.type=clipart&source.clipart=notifications&source.space.trim=0&source.space.pad=-0.1&name=ic_stat_notifications

1

There are 1 best solutions below

0
On

use vector assets instead of image asset. go to res->new->vector assets

or else you can import svg icon with same process.