mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10: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>
|
@ -86,4 +86,5 @@
|
||||
<string name="err_get_users_info">Could not get information about users !</string>
|
||||
<string name="err_conversation_need_members">Please add at least one member to the conversation !</string>
|
||||
<string name="err_conversation_create">Could not create conversation !</string>
|
||||
<string name="fragment_update_conversation_members_menu_delete">Remove</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user