From 5517b4f8cf471c29dd881baec58efd450f6cd5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 14 Jan 2015 02:03:20 +0100 Subject: Launcher icon fixes --- Resources/graphics/ic_launcher.png | Bin 42069 -> 0 bytes Resources/graphics/ic_launcher.svg | 141 ---------------------- Resources/graphics/update-drawables.sh | 19 ++- Resources/new icon/vector-src-inkscape-export.svg | 124 ------------------- 4 files changed, 9 insertions(+), 275 deletions(-) delete mode 100644 Resources/graphics/ic_launcher.png delete mode 100644 Resources/graphics/ic_launcher.svg delete mode 100644 Resources/new icon/vector-src-inkscape-export.svg (limited to 'Resources') diff --git a/Resources/graphics/ic_launcher.png b/Resources/graphics/ic_launcher.png deleted file mode 100644 index d6b0ea2c3..000000000 Binary files a/Resources/graphics/ic_launcher.png and /dev/null differ diff --git a/Resources/graphics/ic_launcher.svg b/Resources/graphics/ic_launcher.svg deleted file mode 100644 index 730b4b7d7..000000000 --- a/Resources/graphics/ic_launcher.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index b8d2ffc88..f5c84a6bd 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -1,7 +1,6 @@ #!/bin/bash APP_DIR=../../OpenKeychain/src/main -LDPI_DIR=$APP_DIR/res/drawable-ldpi MDPI_DIR=$APP_DIR/res/drawable-mdpi HDPI_DIR=$APP_DIR/res/drawable-hdpi XDPI_DIR=$APP_DIR/res/drawable-xhdpi @@ -12,7 +11,6 @@ PLAY_DIR=./ # Launcher Icon: # ----------------------- -# ldpi: 36x36 # mdpi: 48x48 # hdpi: 72x72 # xhdpi: 96x96 @@ -20,15 +18,16 @@ PLAY_DIR=./ # xxxhdpi 192x192. # google play: 512x512 -NAME="ic_launcher" +# Adobe Illustrator (.ai) exports by Tha Phlash are way better than the Inkscape exports (.svg) -inkscape -w 36 -h 36 -e "$LDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 72 -h 72 -e "$HDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 96 -h 96 -e "$XDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 144 -h 144 -e "$XXDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 192 -h 192 -e "$XXXDPI_DIR/$NAME.png" $NAME.svg -inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg +#NAME="ic_launcher" + +#inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" $NAME.svg +#inkscape -w 72 -h 72 -e "$HDPI_DIR/$NAME.png" $NAME.svg +#inkscape -w 96 -h 96 -e "$XDPI_DIR/$NAME.png" $NAME.svg +#inkscape -w 144 -h 144 -e "$XXDPI_DIR/$NAME.png" $NAME.svg +#inkscape -w 192 -h 192 -e "$XXXDPI_DIR/$NAME.png" $NAME.svg +#inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg # Actionbar Icons # ----------------------- diff --git a/Resources/new icon/vector-src-inkscape-export.svg b/Resources/new icon/vector-src-inkscape-export.svg deleted file mode 100644 index e20d68d85..000000000 --- a/Resources/new icon/vector-src-inkscape-export.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - -image/svg+xml \ No newline at end of file -- cgit v1.2.3