am 77c5c405: Merge change 4894 into donut

Merge commit '77c5c405486548fcb3e02f67cfd23117ae78fb85'

* commit '77c5c405486548fcb3e02f67cfd23117ae78fb85':
  Set the search bar's AutoCompleteTextView to ellipsize=end.
This commit is contained in:
Android (Google) Code Review
2009-06-20 23:45:54 -07:00
committed by The Android Open Source Project

View File

@@ -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"