Can add conversation members

This commit is contained in:
Pierre
2018-01-02 12:20:21 +01:00
parent 1818db46ab
commit 703142df5b
5 changed files with 283 additions and 3 deletions

View File

@ -3,6 +3,13 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Progres bar -->
<ProgressBar
android:id="@+id/progress_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
<!-- Conversation name -->
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
@ -22,7 +29,7 @@
<!-- Conversation members -->
<ListView
android:id="@+id/fragment_update_conversation_members"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>