mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Move 'share' to message options in the MessageView.
This commit is contained in:
parent
1cdb1c4fc5
commit
85b8f2df8c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user