Weather/res/layout/base_dialog_loading_view.xml
2021-05-10 10:13:34 +02:00

7 lines
597 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_centerInParent="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:background="@drawable/base_dialog_loading_bg" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ProgressBar android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" style="?android:progressBarStyleLarge" />
</LinearLayout>
</LinearLayout>