修改删选流程上的bug

This commit is contained in:
wds
2021-07-29 20:16:48 +08:00
parent 440fd90a5f
commit 9d4e5aa4e4
15 changed files with 120 additions and 109 deletions

View File

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

View File

@@ -150,8 +150,7 @@
android:layout_marginLeft="15dp"
android:background="@null"
android:hint="任务名称"
android:inputType="text"
android:maxLines="1"
android:singleLine="true"
android:textColor="@color/test_color_selector"
android:textSize="12sp" />
</LinearLayout>

View File

@@ -107,6 +107,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="18dp"
android:layout_toRightOf="@id/tv_name"
android:singleLine="true"
android:background="@color/white"
android:hint="poi名称"
android:inputType="text"