| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | |
| | | android:layout_width="280dp" |
| | | android:layout_height="229dp" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/confirmation_bj" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:singleLine="false" |
| | | android:gravity="center" |
| | | android:singleLine="false" |
| | | android:textColor="@color/text_030D1C" |
| | | android:textSize="12sp" |
| | | android:visibility="gone" |
| | |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/content_cl" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_16" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/comfirm_tv" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |