1

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

ankuranurag2
  • 2,300
  • 15
  • 30

1 Answers1

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