| | |
| | | <?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="@dimen/dp_100" |
| | | android:layout_height="85dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_horizontal" |
| | | android:maxWidth="300dp" |
| | | android:minWidth="@dimen/dp_100"> |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/load_pb" |
| | | android:layout_width="60dp" |
| | | android:layout_height="36dp" |
| | | android:layout_width="80dp" |
| | | android:layout_height="37.5dp" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | app:layout_constraintEnd_toEndOf="@+id/load_pb" |
| | | app:layout_constraintStart_toStartOf="@+id/load_pb" |
| | | app:layout_constraintTop_toBottomOf="@+id/load_pb" |
| | | android:visibility="gone" |
| | | |
| | | |
| | | /> |