white share icon in log display activity

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

View file

@ -38,6 +38,7 @@ python copy OpenKeychain navigation grey close 24
python copy OpenKeychain social grey person 24
python copy OpenKeychain social grey person_add 24
python copy OpenKeychain social grey share 24
python copy OpenKeychain social white share 24
python copy OpenKeychain communication grey vpn_key 24
python copy OpenKeychain navigation grey chevron_left 24
python copy OpenKeychain navigation grey chevron_right 24

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

View file

@ -4,7 +4,7 @@
<item
android:id="@+id/menu_log_display_export_log"
android:icon="@drawable/ic_share_black_24dp"
android:icon="@drawable/ic_share_white_24dp"
android:title="@string/menu_share_log"
app:showAsAction="ifRoom|withText" />