Skip to content

Little program that helps Android Developers to quickly select/export only useful png from official material design icons.

License

Notifications You must be signed in to change notification settings

dema121/Android-Icon-Selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Icon Selector

Little program that helps Android Developers to quickly select/export only useful png from official material design icons.

Prerequisite

To use it you have to download the jar of this java program and download this or this from github (official material design icons)

Instruction

Then you can create your file to select the icons that you need. In the file must be a row for each icons that contains the type of the icon (action, alert, editor, etc) and the icon name (ic\_error\_red\_48dp.png, ic\_mode\_edit\_black\_36dp.png) separated by a space.

Example of a row "file ic_cloud_upload_white_48dp.png" Then you have 2 choices. If you want that the name remains the same you have all done. Whereas if you want to rename EACH icon you can leave a blank row below and insert for each icon previously written one row with the corrispondent final name.

Execution

Once you have built your file you can run the program in a shell with: ``` java -jar AndroidIconSelector.jar directoryWhereIconsAre directoryWherePlaceFinalIcons inputFile.txt ```

Then you're asked to insert which DPIs you want to export.

Please report bug or enhancement

About

Little program that helps Android Developers to quickly select/export only useful png from official material design icons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages