Little program that helps Android Developers to quickly select/export only useful png from official material design icons.
To use it you have to download the jar of this java program and download this or this from github (official material design icons) 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.
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