修改布局适配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

@@ -107,6 +107,8 @@
android:layout_toRightOf="@id/tv_name"
android:background="@color/white"
android:text="充电桩"
android:inputType="text"
android:maxLines="1"
android:layout_toEndOf="@id/tv_name"
android:textSize="15sp"
android:textColor="#333" />