| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/white" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:textColor="@color/textColor99" |
| | | android:textSize="14sp" |
| | | android:text="确认" |
| | | android:text="取消" |
| | | android:gravity="center" |
| | | android:paddingVertical="14dp" |
| | | android:background="@drawable/bg_grey_line"/> |