修改布局适配bug(部分)
This commit is contained in:
@@ -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="请输入身份证号"
|
||||
|
||||
Reference in New Issue
Block a user