multidecrypt: black share icon in bottom sheet

This commit is contained in:
Vincent Breitmoser 2015-09-17 16:17:17 +02:00
parent 142a71480e
commit bbbc8dfd86
7 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ python copy OpenKeychain communication grey import_export 24
python copy OpenKeychain content grey content_copy 24
python copy OpenKeychain content grey content_paste 24
python copy OpenKeychain content grey save 24
python copy OpenKeychain content black save 24
python copy OpenKeychain content grey select_all 24
python copy OpenKeychain editor grey mode_edit 24
python copy OpenKeychain file grey cloud 24

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

View file

@ -14,6 +14,6 @@
<item
android:id="@+id/decrypt_save"
android:title="@string/btn_save"
android:icon="@drawable/ic_save_grey_24dp" />
android:icon="@drawable/ic_save_black_24dp" />
</menu>