修改我的页面布局优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user