Skip to content

Commit

Permalink
Improved icon
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxbits committed Apr 23, 2014
1 parent 8b6f0f8 commit acb37ec
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 0 deletions.
8 changes: 8 additions & 0 deletions art/export.sh
@@ -0,0 +1,8 @@
#!/bin/bash
for i in ic_launcher.svg; do
inkscape -w 48 -e ../res/drawable-mdpi/`basename $i .svg`.png $i;
inkscape -w 144 -e ../res/drawable-xxhdpi/`basename $i .svg`.png $i;
inkscape -w 72 -e ../res/drawable-hdpi/`basename $i .svg`.png $i;
inkscape -w 96 -e ../res/drawable-xhdpi/`basename $i .svg`.png $i;
done;

188 changes: 188 additions & 0 deletions art/ic_launcher.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xxhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acb37ec

Please sign in to comment.