From 2a9b08301239f0709cbe338122d7bde6c2768d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 4 Sep 2014 21:12:25 +0200 Subject: Safeslinger: icon, about info --- Resources/graphics/ic_action_safeslinger.svg | 495 +++++++++++++++++++++++++++ Resources/graphics/update-drawables.sh | 2 +- 2 files changed, 496 insertions(+), 1 deletion(-) create mode 100644 Resources/graphics/ic_action_safeslinger.svg (limited to 'Resources') diff --git a/Resources/graphics/ic_action_safeslinger.svg b/Resources/graphics/ic_action_safeslinger.svg new file mode 100644 index 000000000..1575846db --- /dev/null +++ b/Resources/graphics/ic_action_safeslinger.svg @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + * + + + diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index ae77d313a..4b6a0a03b 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -37,7 +37,7 @@ inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg # xhdpi: 64x64 # xxhdpi: 96x96 -for NAME in "ic_action_nfc" "ic_action_qr_code" +for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" do echo $NAME inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" $NAME.svg -- cgit v1.2.3