Can create conversations

This commit is contained in:
Pierre
2018-01-02 17:24:13 +01:00
parent 703142df5b
commit 9c06507d0c
4 changed files with 141 additions and 1 deletions

View File

@ -46,7 +46,8 @@
android:id="@+id/fragment_update_conversation_follow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_update_conversation_follow"/>
android:text="@string/fragment_update_conversation_follow"
android:checked="true" /> <!-- Checked by default -->
<!-- Create the conversation -->
<Button

View File

@ -84,4 +84,6 @@
<string name="err_search_user">Could not search user !</string>
<string name="err_add_member_double">This user is already a member of the conversation!</string>
<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>
</resources>