Use material icon for safeslinger
@ -9,6 +9,7 @@ python copy OpenKeychain navigation black expand_more 24
|
|||||||
python copy OpenKeychain navigation white refresh 24
|
python copy OpenKeychain navigation white refresh 24
|
||||||
python copy OpenKeychain action white swap_vert 24
|
python copy OpenKeychain action white swap_vert 24
|
||||||
python copy OpenKeychain action white swap_vert_circle 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
|
python copy OpenKeychain editor white mode_edit 24
|
||||||
|
|
||||||
# navigation drawer sections
|
# navigation drawer sections
|
||||||
|
@ -39,7 +39,7 @@ SRC_DIR=./drawables/
|
|||||||
# xhdpi: 64x64
|
# xhdpi: 64x64
|
||||||
# xxhdpi: 96x96
|
# 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
|
do
|
||||||
echo $NAME
|
echo $NAME
|
||||||
inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
|
inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
|
||||||
|
Before Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 418 B |
After Width: | Height: | Size: 531 B |
@ -58,7 +58,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:src="@drawable/ic_action_safeslinger"
|
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||||
android:padding="12dp"
|
android:padding="12dp"
|
||||||
style="@style/SelectableItem" />
|
style="@style/SelectableItem" />
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/ic_action_safeslinger"
|
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||||
android:layout_gravity="center_vertical" />
|
android:layout_gravity="center_vertical" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/ic_action_safeslinger"
|
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
style="@style/SelectableItem" />
|
style="@style/SelectableItem" />
|
||||||
|
|
||||||
|