mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
lift the 'share' menu item for messages out of the 'send' menu to make it discoverable
This commit is contained in:
parent
7f9c7cef22
commit
71bec832c0
@ -78,6 +78,11 @@
|
|||||||
android:title="@string/send_alternate_action"/>
|
android:title="@string/send_alternate_action"/>
|
||||||
</menu>
|
</menu>
|
||||||
</item>
|
</item>
|
||||||
|
<!-- MessageView -->
|
||||||
|
<item
|
||||||
|
android:id="@+id/share"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/send_alternate_action"/>
|
||||||
|
|
||||||
<!-- MessageView -->
|
<!-- MessageView -->
|
||||||
<item
|
<item
|
||||||
|
Loading…
Reference in New Issue
Block a user