自定义模板&匹配的值输入框支持多行文本

This commit is contained in:
pppscn 2021-10-25 17:41:43 +08:00
parent c4effff4cb
commit 384b61773e
2 changed files with 6 additions and 2 deletions

View File

@ -357,7 +357,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints=""
android:inputType="text"
android:inputType="textMultiLine"
android:gravity="left|top"
android:minLines="1"
android:text=""
tools:ignore="LabelFor" />

View File

@ -173,7 +173,9 @@
android:layout_marginStart="5dp"
android:autofillHints=""
android:ems="14"
android:inputType="text"
android:inputType="textMultiLine"
android:gravity="left|top"
android:minLines="1"
android:text=""
tools:ignore="LabelFor" />