added ProgressBar

This commit is contained in:
tanvidadu 2018-05-26 23:40:15 +05:30
parent 5f45401d49
commit 9174dbd8c7
2 changed files with 53 additions and 0 deletions

View file

@ -156,11 +156,19 @@
app:style="solid_line" />
</RelativeLayout>
<ProgressBar
android:id="@+id/progressBar"
android:layout_centerVertical="true"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/layout_statistics"
android:orientation="vertical">
<TextView