2017-02-28 12:13:29 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 20:24:02 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-02-28 12:13:29 +01: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 08:04:18 +02:00
|
|
|
android:layout_gravity="top|center_horizontal"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginBottom="8dp" />
|
2017-02-28 12:13:29 +01:00
|
|
|
|
2020-10-09 20:24:02 +02:00
|
|
|
</LinearLayout>
|