Added progress bar on conversation fragment

This commit is contained in:
Pierre
2017-12-31 17:22:53 +01:00
parent cd3570c114
commit 4d71757a92
2 changed files with 32 additions and 0 deletions

View File

@ -3,6 +3,14 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Loading wheel -->
<ProgressBar
android:id="@+id/fragment_conversation_progressbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="10dp"/>
<!-- Messages -->
<ListView
android:id="@+id/fragment_conversation_messageslist"