Improve icon sizes

This commit is contained in:
Peter Stuifzand 2018-04-11 00:33:09 +02:00
parent 81b095667d
commit 050d3ce279
5 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

View File

@ -11,7 +11,7 @@
<item
android:id="@+id/action_photo"
android:enabled="true"
android:icon="@drawable/ic_photo_upload"
android:icon="@drawable/ic_photo"
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="@drawable/ic_send_primary"
android:icon="@drawable/ic_send"
android:orderInCategory="10"
android:title="@string/action_send"
app:showAsAction="always" />