mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
自定义模板&匹配的值输入框支持多行文本
This commit is contained in:
parent
c4effff4cb
commit
384b61773e
@ -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" />
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user