2017-01-18 19:35:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-08-31 21:52:09 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-01-18 19:35:07 +01:00
|
|
|
android:layout_width="match_parent"
|
2018-08-31 21:52:09 +02:00
|
|
|
android:layout_height="72dp">
|
2017-01-18 19:35:07 +01:00
|
|
|
|
2017-07-01 00:30:25 +02:00
|
|
|
<ProgressBar
|
2017-01-18 19:35:07 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-08-31 21:52:09 +02:00
|
|
|
android:layout_gravity="center"
|
2017-07-01 00:30:25 +02:00
|
|
|
android:indeterminate="true" />
|
2017-01-18 19:35:07 +01:00
|
|
|
|
2018-08-31 21:52:09 +02:00
|
|
|
</FrameLayout>
|