a-student / SvgToVectorDrawableConverter.Web

Online converter of SVG images to Android vector drawable XML resource files.
https://svg2vector.com
117 stars 22 forks source link

perserve svg "id" attribute #60

Open 4rz0 opened 5 years ago

4rz0 commented 5 years ago

Preserve the svg id attribute and use as android:name inside the VectorDrawable.

4rz0 commented 5 years ago

Example is here: https://github.com/devendroid/VectorChildFinder/blob/e5f53551386a251e162e255519f678921a979871/app/src/main/res/drawable/boy.xml#L20