Use material icon for safeslinger
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user