| | |
| | | android:paddingVertical="13dp" |
| | | android:drawablePadding="10dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:textColor="@color/textColor" |
| | | android:textColor="@color/textColor66" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:gravity="end"/> |
| | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/cl" |
| | | android:layout_marginTop="60dp" |
| | | android:layout_marginHorizontal="35dp" |
| | | android:text="确认" |
| | | android:text="确认充值" |
| | | android:id="@+id/tv_action"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |