1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Move 'share' to message options in the MessageView.

This commit is contained in:
Sander Bogaert 2012-08-27 12:39:15 -04:00 committed by Andrew Chen
parent 1cdb1c4fc5
commit 85b8f2df8c

View File

@ -34,6 +34,9 @@
<item
android:id="@+id/forward"
android:title="@string/forward_action"/>
<item
android:id="@+id/share"
android:title="@string/send_alternate_action" />
</menu>
</item>
<item
@ -82,9 +85,4 @@
android:title="@string/select_text_action"
android:showAsAction="never"
/>
<item
android:id="@+id/share"
android:showAsAction="never"
android:title="@string/send_alternate_action"
/>
</menu>