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

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