keylist: show delete as icon in multi-select

This commit is contained in:
Vincent Breitmoser 2015-07-08 15:24:10 +02:00
parent 74a4effcd8
commit 6565adc5cc
7 changed files with 4 additions and 4 deletions

View file

@ -59,6 +59,7 @@ python copy OpenKeychain file white folder 24
# multi select
python copy OpenKeychain action white lock 24
python copy OpenKeychain action white delete 24
# yubikey dialog
python copy OpenKeychain action black check_circle 48
python copy OpenKeychain action black check_circle 48

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

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

View file

@ -9,8 +9,7 @@
<item
android:id="@+id/menu_key_list_multi_delete"
android:showAsAction="never"
android:title="@string/menu_delete_key"
tools:ignore="AppCompatResource" />
android:icon="@drawable/ic_delete_white_24dp"
android:title="@string/menu_delete_key" />
</menu>