svg - Convert my current project icons to the Vector Drawables in Android? -
i'm new android vector drawables introduced in api level 21. i'd know how can convert existing project icons in png format, svg file (vector drawables)?
if using default android icons, can right click on "drawables" folder in project , go to: new > vector asset. here can search android icons , add vector assets (in whatever size) project.
if using custom icons, can export them svg's editing software. if not, can google icon svg/vector drawable converters.
you can use vector drawables same way normal drawable.
Comments
Post a Comment