0

when I use a Vector drawable (54x54) it works fine. Similarly when I replace the vector drawable with SVG of same size (it doesn't matter I guess), it doesn't show up in the notification bar instead it shows a default icon.

Prasanna Narshim
  • 778
  • 10
  • 14

1 Answers1

1

UPDATE 2020

You can now use a .svg file. Or well... At least you can drop a .svg file in Android Studio and it will take care of generating all the correct files for all Android versions.

Check here: https://stackoverflow.com/a/62876054/8634342

Tafel
  • 1,017
  • 10
  • 17