aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 15:18:00 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 15:18:00 +0100
commit4ea59f79ccbfac85129d09c52dfe5d5247713d3c (patch)
tree8bcd205fad154b7f44618e8e314aae496ea210fa /Graphics
parent8ddca4f8fec566de898fa1ec296aa63ec0410c0d (diff)
downloadopen-keychain-4ea59f79ccbfac85129d09c52dfe5d5247713d3c.tar.gz
open-keychain-4ea59f79ccbfac85129d09c52dfe5d5247713d3c.tar.bz2
open-keychain-4ea59f79ccbfac85129d09c52dfe5d5247713d3c.zip
Use material icon for safeslinger
Diffstat (limited to 'Graphics')
-rwxr-xr-xGraphics/get-material-icons.sh1
-rwxr-xr-xGraphics/update-drawables.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/get-material-icons.sh b/Graphics/get-material-icons.sh
index fee8457f4..49023c8aa 100755
--- a/Graphics/get-material-icons.sh
+++ b/Graphics/get-material-icons.sh
@@ -9,6 +9,7 @@ python copy OpenKeychain navigation black expand_more 24
python copy OpenKeychain navigation white refresh 24
python copy OpenKeychain action white swap_vert 24
python copy OpenKeychain action white swap_vert_circle 24
+python copy OpenKeychain action grey swap_vert 24
python copy OpenKeychain editor white mode_edit 24
# navigation drawer sections
diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh
index d80f4b7ca..bfb62523e 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -39,7 +39,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" "ic_cloud_search_24px" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout"
+for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_search_cloud" "ic_cloud_search_24px" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout"
do
echo $NAME
inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"