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

No need for aapt on Android icons #84

Open bernaferrari opened 5 years ago

bernaferrari commented 5 years ago

IDE complains xmlns:aapt="http://schemas.android.com/aapt" is not necessary.

If you want to be nice, I would remove it and include <?xml version="1.0" encoding="utf-8"?> on the top.