2021-06-10 19:43:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
2021-06-14 16:58:43 +00:00
|
|
|
<!--
|
2021-06-10 19:43:05 +00:00
|
|
|
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
|
|
android:text="Loading..." android:textColor="?attr/textColor" android:textSize="20sp"
|
2021-06-14 16:58:43 +00:00
|
|
|
android:textStyle="bold" android:layout_margin="10dp"/>-->
|
|
|
|
<!-- style="@android:style/Widget.Material.ProgressBar.Horizontal"
|
|
|
|
-->
|
|
|
|
<ProgressBar
|
2021-06-10 19:43:05 +00:00
|
|
|
android:layout_margin="10dp"
|
2021-06-14 16:58:43 +00:00
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="60dp"
|
2021-06-10 19:43:05 +00:00
|
|
|
/>
|
|
|
|
</LinearLayout>
|