Added bar on update conversation fragment

This commit is contained in:
Pierre HUBERT
2018-08-22 10:46:13 +02:00
parent 3f3fa95d72
commit be8c904593
3 changed files with 32 additions and 5 deletions

View File

@ -3,7 +3,12 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Progres bar -->
<org.communiquons.android.comunic.client.ui.views.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<!-- Progress bar -->
<ProgressBar
android:id="@+id/progress_bar"
android:layout_width="wrap_content"