修改布局适配bug(部分)

This commit is contained in:
md
2021-07-29 20:09:05 +08:00
parent d45be0360e
commit 440fd90a5f
14 changed files with 38 additions and 8 deletions

View File

@@ -108,6 +108,8 @@
android:layout_toRightOf="@id/tv_name"
android:background="@color/white"
android:hint="名称"
android:inputType="text"
android:maxLines="1"
android:layout_toEndOf="@id/tv_name"
android:layout_toStartOf="@id/tv_examine"
android:textSize="15sp"