Add progressbar to conversations list fragment

This commit is contained in:
Pierre
2017-12-25 18:29:39 +01:00
parent 7e451d73a9
commit 2af59a19ed
3 changed files with 50 additions and 21 deletions

View File

@ -3,6 +3,14 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Loading progress bar -->
<ProgressBar
android:id="@+id/fragment_conversationslist_progressbar"
android:layout_marginTop="25dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
<!-- List of the conversations -->
<ListView
android:id="@+id/fragment_conversationslist_list"