Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc1eb7f authored by Adrian Roos's avatar Adrian Roos
Browse files

Set input type on RemoteInputView

Adds auto-capitalization, auto-correct and makes emoji
available on RemoteInputs.

Bug: 27200727
Change-Id: I13f3f24001ab8d3aeb9c3f52abc5a806d29086be
parent f7e98b2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
            android:background="@null"
            android:singleLine="true"
            android:ellipsize="start"
            android:inputType="textShortMessage|textAutoCorrect|textCapSentences"
            android:imeOptions="actionSend" />

    <FrameLayout