修改我的页面布局优化

This commit is contained in:
md
2021-08-06 11:13:15 +08:00
parent 1cae1f0252
commit a8d78281ed
17 changed files with 192 additions and 30 deletions

View File

@@ -125,14 +125,17 @@
<EditText
android:id="@+id/et_bank_num"
android:layout_width="wrap_content"
android:layout_width="200dp"
android:layout_height="match_parent"
android:background="@null"
android:hint="银行卡号 "
android:hint="银行卡号"
android:digits="1234567890"
android:maxLength="19"
android:textSize="16sp" />
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="100dp"
android:layout_width="60dp"
android:layout_height="match_parent">
<ImageView