- Import all project icons into one folder to see all icons from file manager.
- Convert only new svg files (changed for git)
- Install https://github.com/alexjlockwood/svg2vd
- Create separate module with name
widgets
in your project. All xml drawables will be converted there.
cd <Your app project directory>
mkdir _scripts
mkdir _icons_exported # import your svg icons here from Designer tools
mkdir _icons # renamed icons are stored here
Save content of repository to _scripts
folder
cd <Your app project directory>/_scripts
sh ./_update_drawables.sh