diff options
| author | 2024-01-04 10:51:42 -0500 | |
|---|---|---|
| committer | 2024-01-04 10:51:42 -0500 | |
| commit | a0cd98b178fe7a7656fbf4519d36a5863e77afab (patch) | |
| tree | c309ba5832ce88575a0844412bb33b28c34cee86 | |
| parent | 586ccacd5f7ec3f5adad4242a0d88cb5051aa4a3 (diff) | |
Remove remoteinputview text line limit
We don't need it to limit the size of the box, and messages
are likely to be that long, especially on low display density devices
Test: inline reply and type 10 lines of message
Fixes: 305731432
Change-Id: I9bb84b526a4271f98e761660a83e1f94f7b14310
| -rw-r--r-- | packages/SystemUI/res/layout/remote_input.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/remote_input.xml b/packages/SystemUI/res/layout/remote_input.xml index f4b0a45a8d32..84681d34be8e 100644 --- a/packages/SystemUI/res/layout/remote_input.xml +++ b/packages/SystemUI/res/layout/remote_input.xml @@ -89,7 +89,6 @@ android:textColorHint="@color/remote_input_hint" android:textSize="16sp" android:background="@null" - android:maxLines="4" android:ellipsize="start" android:inputType="textShortMessage|textMultiLine|textAutoCorrect|textCapSentences" android:imeOptions="actionSend|flagNoExtractUi|flagNoFullscreen" /> |