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

Commit d39c298d authored by Tony Wickham's avatar Tony Wickham
Browse files

Change Developer Options search to be single-line

Now pressing the enter key will exit the keyboard instead of clearing
filtered results.

Test: manual
Bug: 269200077
Change-Id: I9b717aa3300cad1eede874108e50dd62eeec82ff
parent fcb6a5fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@
        android:layout_marginHorizontal="@dimen/developer_options_filter_margins"
        android:hint="@string/developer_options_filter_hint"
        android:visibility="gone"
        android:inputType="text"
        android:maxLines="1"
        android:imeOptions="actionDone"
        />

    <FrameLayout