diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:25 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:25 -0800 |
commit | 0e320b21ad4b8d6efa1c08cea64f3be4343517b4 (patch) | |
tree | 90c23d46dff460e034a6dab674e6990b6cc11cf1 /res/layout/widget_search.xml | |
parent | d097a1880f2339705486d50cd8b33c6088fa9fa5 (diff) | |
download | packages_apps_trebuchet-0e320b21ad4b8d6efa1c08cea64f3be4343517b4.zip packages_apps_trebuchet-0e320b21ad4b8d6efa1c08cea64f3be4343517b4.tar.gz packages_apps_trebuchet-0e320b21ad4b8d6efa1c08cea64f3be4343517b4.tar.bz2 |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'res/layout/widget_search.xml')
-rw-r--r-- | res/layout/widget_search.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/widget_search.xml b/res/layout/widget_search.xml index 4343e27..95e8052 100644 --- a/res/layout/widget_search.xml +++ b/res/layout/widget_search.xml @@ -36,6 +36,7 @@ android:singleLine="true" android:selectAllOnFocus="true" android:completionThreshold="1" + android:inputType="textAutoComplete|textSearchString" /> <ImageButton android:id="@+id/search_go_btn" |