mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Implement UI for dissolving and leaving group
This commit is contained in:
@@ -25,15 +25,12 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/action_group_leave"
|
||||
android:enabled="false"
|
||||
android:icon="@drawable/action_delete_white"
|
||||
android:title="@string/groups_leave"
|
||||
android:visible="false"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_group_dissolve"
|
||||
android:enabled="false"
|
||||
android:icon="@drawable/action_delete_white"
|
||||
android:title="@string/groups_dissolve"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
Reference in New Issue
Block a user