From 276867120681399b86057fbbff9ba02c8d1c57fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 5 Oct 2014 10:59:52 +0200 Subject: UI stuff --- Resources/graphics/ic_action_search_cloud.svg | 148 ++++++++++++++++++++++++++ Resources/graphics/update-drawables.sh | 2 +- 2 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 Resources/graphics/ic_action_search_cloud.svg (limited to 'Resources') diff --git a/Resources/graphics/ic_action_search_cloud.svg b/Resources/graphics/ic_action_search_cloud.svg new file mode 100644 index 000000000..0eef58ee3 --- /dev/null +++ b/Resources/graphics/ic_action_search_cloud.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index b121ef23e..b8d2ffc88 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" "ic_action_safeslinger" +for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" "ic_action_search_cloud" do echo $NAME inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" $NAME.svg -- cgit v1.2.3