From 81d4d31fd746db2d7707fb8bffb52406f431bef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 28 Jan 2015 18:11:08 +0100 Subject: Cloud search icon --- Graphics/update-drawables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/update-drawables.sh') diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index eef97c7c3..c96b6dd90 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -38,7 +38,7 @@ SRC_DIR=./drawables/ # xhdpi: 64x64 # xxhdpi: 96x96 -for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" "ic_action_search_cloud" +for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" "ic_action_search_cloud" "ic_cloud_search_24px" do echo $NAME inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -- cgit v1.2.3