| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="@dimen/dp_100" |
| | | android:layout_height="85dp" |
| | | android:layout_gravity="center_horizontal" |
| | | android:background="@drawable/bg_load_dialog" |
| | |
| | | android:id="@+id/load_pb" |
| | | android:layout_width="40dp" |
| | | android:layout_height="40dp" |
| | | android:layout_centerInParent="true" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | android:indeterminateDrawable="@drawable/progress_small" |
| | | app:layout_constraintEnd_toEndOf="parent" |