2018-06-05 21:51:08 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2018-06-06 13:06:56 +02:00
|
|
|
android:gravity="center"
|
2018-06-07 16:44:43 +02:00
|
|
|
android:paddingRight="@dimen/content_padding_standard"
|
|
|
|
android:paddingLeft="@dimen/content_padding_standard">
|
2018-06-05 21:51:08 +02:00
|
|
|
|
|
|
|
<ProgressBar
|
2018-06-07 16:44:43 +02:00
|
|
|
android:layout_width="@dimen/progress_bar_size_small"
|
|
|
|
android:layout_height="@dimen/progress_bar_size_small" />
|
2018-06-05 21:51:08 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|