diff options
| -rw-r--r-- | core/res/res/layout/search_bar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/search_bar.xml b/core/res/res/layout/search_bar.xml index 7b7f8a67f5ff..54ab6de6184c 100644 --- a/core/res/res/layout/search_bar.xml +++ b/core/res/res/layout/search_bar.xml @@ -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" |