Add loading circle and download subject name

This commit is contained in:
RicomenPL
2017-07-20 13:59:00 +02:00
parent 7d00f92b83
commit 1e3bca9559
5 changed files with 59 additions and 24 deletions

View File

@ -10,4 +10,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:id="@+id/loadingPanel"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
</RelativeLayout>
</android.support.design.widget.CoordinatorLayout>

View File

@ -20,6 +20,7 @@
android:textColor="#000000"
android:background="#FFFFFF"
android:textStyle="bold"
android:lines="2"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>