Improve image icons

master
Peter Stuifzand 6 years ago
parent 1cdcb335fb
commit ac41090fdb

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

@ -6,7 +6,7 @@
<item
android:id="@+id/action_send"
android:enabled="true"
android:icon="@mipmap/ic_send_black_48dp"
android:icon="@drawable/ic_send"
android:orderInCategory="10"
android:title="@string/action_send"
app:showAsAction="always" />

@ -11,7 +11,7 @@
<item
android:id="@+id/action_photo"
android:enabled="true"
android:icon="@mipmap/ic_image_black_48dp"
android:icon="@drawable/ic_photo_upload"
android:orderInCategory="10"
android:title="@string/action_photo"
app:showAsAction="ifRoom" />
@ -19,7 +19,7 @@
<item
android:id="@+id/action_send"
android:enabled="true"
android:icon="@mipmap/ic_send_black_48dp"
android:icon="@drawable/ic_send"
android:orderInCategory="10"
android:title="@string/action_send"
app:showAsAction="always" />

Loading…
Cancel
Save