Created the update conversation fragment

This commit is contained in:
Pierre
2018-01-01 15:16:21 +01:00
parent fc9d09fcd4
commit ae5f851101
8 changed files with 216 additions and 9 deletions

View File

@ -74,4 +74,9 @@
<string name="popup_deleteconversation_cancel">Cancel</string>
<string name="fragment_conversationslist_err_del_conversation">Could not delete conversation !</string>
<string name="fragment_conversation_no_msg">No message yet.</string>
<string name="fragment_update_conversation_title_create">Create a conversation</string>
<string name="fragment_update_conversation_name_placeholder">Conversation name</string>
<string name="fragment_update_conversation_button_create">Create</string>
<string name="fragment_update_conversation_follow">Follow the conversation</string>
<string name="fragment_update_conversation_addmember">Add a member</string>
</resources>