mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Merge pull request #6355 from nextcloud/unshareOnBottom
on user share permission: unshare as destructive option on bottom
This commit is contained in:
commit
37fdd97c29
1 changed files with 5 additions and 7 deletions
|
@ -62,16 +62,14 @@
|
|||
android:showAsAction="never"
|
||||
android:title="@string/share_expiration_date_label"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_share_send_note"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/share_send_note"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_unshare"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/share_privilege_unshare"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share_send_note"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/share_send_note"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
|
Loading…
Reference in a new issue