summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-06-20 23:43:09 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2009-06-20 23:43:09 -0700
commit77c5c405486548fcb3e02f67cfd23117ae78fb85 (patch)
treee6366c8f34b13290c87e39a267a7f375aedb80af
parent4da7dff5e79e57494b58a97b285c53c111b18c82 (diff)
parentfb5b0824ed89d96f4d570e63f9d59edbb8dd1c2c (diff)
Merge change 4894 into donut
* changes: 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.
-rw-r--r--core/res/res/layout/search_bar.xml1
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"