|
@@ -63,15 +63,13 @@
|
|
|
android:title="@string/share_expiration_date_label"
|
|
|
app:showAsAction="never" />
|
|
|
<item
|
|
|
- android:id="@+id/action_unshare"
|
|
|
+ android:id="@+id/action_share_send_note"
|
|
|
android:showAsAction="never"
|
|
|
- android:title="@string/share_privilege_unshare"
|
|
|
+ android:title="@string/share_send_note"
|
|
|
app:showAsAction="never" />
|
|
|
-
|
|
|
<item
|
|
|
- android:id="@+id/action_share_send_note"
|
|
|
+ android:id="@+id/action_unshare"
|
|
|
android:showAsAction="never"
|
|
|
- android:title="@string/share_send_note"
|
|
|
- app:showAsAction="never"/>
|
|
|
-
|
|
|
+ android:title="@string/share_privilege_unshare"
|
|
|
+ app:showAsAction="never" />
|
|
|
</menu>
|