Skip to content

Use to bulk convert .svg to android format .xml files. These files are referred to as "Vector drawables" in android studio.

Notifications You must be signed in to change notification settings

joelbrostrom/svg-to-vector-drawable

Repository files navigation

svg-to-vector-drawable

Use to bulk convert .svg to android format .xml files. These files are referred to as "Vector drawables" in android studio.

To use, stand in the root folder and run: java -jar Svg2VectorAndroid-1.1.1.jar <path to .svg folder>

If changes needs to be done open the java file SvgFilesProcessor found in src/main/java/com/vector/svg2vectorandroid/. Go back to the root folder and run gradle clean. To build the new jar fine run gradle fatJar. The file will be generated in build/libs/.

About

Use to bulk convert .svg to android format .xml files. These files are referred to as "Vector drawables" in android studio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages