修改布局适配bug(部分)

This commit is contained in:
md
2021-07-29 15:49:37 +08:00
parent e0e53d69fd
commit 0a0231396f
17 changed files with 100 additions and 84 deletions

View File

@@ -65,7 +65,7 @@
<EditText
android:id="@+id/et_attestationName"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:hint="请输入姓名"
@@ -93,7 +93,7 @@
<EditText
android:id="@+id/et_namePhone"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:hint="请输入身份证号"