keylist: show delete as icon in multi-select
This commit is contained in:
@@ -59,6 +59,7 @@ python copy OpenKeychain file white folder 24
|
|||||||
|
|
||||||
# multi select
|
# multi select
|
||||||
python copy OpenKeychain action white lock 24
|
python copy OpenKeychain action white lock 24
|
||||||
|
python copy OpenKeychain action white delete 24
|
||||||
|
|
||||||
# yubikey dialog
|
# yubikey dialog
|
||||||
python copy OpenKeychain action black check_circle 48
|
python copy OpenKeychain action black check_circle 48
|
||||||
|
|||||||
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_delete_white_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_delete_white_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_delete_white_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_delete_white_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 B |
Binary file not shown.
|
After Width: | Height: | Size: 151 B |
Binary file not shown.
|
After Width: | Height: | Size: 194 B |
Binary file not shown.
|
After Width: | Height: | Size: 243 B |
@@ -9,8 +9,7 @@
|
|||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/menu_key_list_multi_delete"
|
android:id="@+id/menu_key_list_multi_delete"
|
||||||
android:showAsAction="never"
|
android:icon="@drawable/ic_delete_white_24dp"
|
||||||
android:title="@string/menu_delete_key"
|
android:title="@string/menu_delete_key" />
|
||||||
tools:ignore="AppCompatResource" />
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user