From 0c74cc7c3d2b37b47b865d968e9c40b8b718d3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 14 Jan 2015 20:25:28 +0100 Subject: Fix drawable sizes --- Graphics/update-drawables.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Graphics') diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index f1ab94fb4..eef97c7c3 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -51,9 +51,9 @@ for NAME in "status_lock_closed" "status_lock_error" "status_lock_open" "status_ do echo $NAME inkscape -w 24 -h 24 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -inkscape -w 64 -h 64 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" +inkscape -w 32 -h 32 -e "$HDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" +inkscape -w 48 -h 48 -e "$XDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" +inkscape -w 64 -h 64 -e "$XXDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" done for NAME in "create_key_robot" -- cgit v1.2.3