Skip to content

Script for batch svg filled import into Android projects

Notifications You must be signed in to change notification settings

vorobeij/svg-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Store all your Android resources images in one folder

Features

  1. Import all project icons into one folder to see all icons from file manager.
  2. Convert only new svg files (changed for git)

Installation

  1. Install https://github.com/alexjlockwood/svg2vd
  2. Create separate module with name widgets in your project. All xml drawables will be converted there.

Run from console

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

Usage

cd <Your app project directory>/_scripts
sh ./_update_drawables.sh

About

Script for batch svg filled import into Android projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published