mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Can remove members from a conversation
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Delete member -->
|
||||
<item
|
||||
android:id="@+id/update_conversationmembers_delete"
|
||||
android:title="@string/fragment_update_conversation_members_menu_delete"
|
||||
/>
|
||||
</menu>
|
Reference in New Issue
Block a user