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

Commit fb5b0824 authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Set the search bar's AutoCompleteTextView to ellipsize=end.

After Romain's change 4829, we can set this to make hint text
ellipsize (and thus not line wrap) in the search dialog.
parent 9e71b07c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@
                android:paddingRight="6dip"
                android:drawablePadding="2dip"
                android:singleLine="true"
                android:ellipsize="end"
                android:inputType="text|textAutoComplete"
                android:dropDownWidth="fill_parent"
                android:dropDownAnchor="@id/search_plate"