From 0c3b2a6ed4c0ffb3022c064e28254f6567f4ba12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 28 Jul 2014 09:10:45 +0200 Subject: Smaller status images, green test --- Resources/graphics/update-drawables.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Resources') diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index fd41e121e..c319a869a 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -49,8 +49,8 @@ done for NAME in status*.svg do echo $NAME -inkscape -w 32 -h 32 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME -inkscape -w 48 -h 48 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME -inkscape -w 64 -h 64 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME -inkscape -w 96 -h 96 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME +inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME +inkscape -w 32 -h 32 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME +inkscape -w 48 -h 48 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME +inkscape -w 64 -h 64 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME done \ No newline at end of file -- cgit v1.2.3