Commit fcb8d8af authored by Max Lv's avatar Max Lv

launcher icon tools

parent 0cd66bf5
#!/bin/bash
convert shadow.png -resize 48x48 src/main/res/drawable-mdpi/ic_launcher.png
convert shadow.png -resize 72x72 src/main/res/drawable-hdpi/ic_launcher.png
convert shadow.png -resize 96x96 src/main/res/drawable-xhdpi/ic_launcher.png
convert shadow.png -resize 144x144 src/main/res/drawable-xxhdpi/ic_launcher.png
shadow.png

4.11 KB

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment