2017-02-28 11:13:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-02-28 11:13:29 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-09-03 06:04:18 +00:00
|
|
|
android:layout_gravity="top|center_horizontal"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginBottom="8dp" />
|
2017-02-28 11:13:29 +00:00
|
|
|
|
2020-10-09 18:24:02 +00:00
|
|
|
</LinearLayout>
|