lift the 'share' menu item for messages out of the 'send' menu to make it discoverable

This commit is contained in:
Jesse Vincent 2013-07-17 14:32:08 -04:00
parent 7f9c7cef22
commit 71bec832c0
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
android:title="@string/send_alternate_action"/>
</menu>
</item>
<!-- MessageView -->
<item
android:id="@+id/share"
android:showAsAction="never"
android:title="@string/send_alternate_action"/>
<!-- MessageView -->
<item