aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-01-14 18:06:38 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-01-14 18:06:38 +0100
commit574dc773ee85bb182d0b277f8ffdf6def9224972 (patch)
tree7aafec8905c8634e4f8e6b3e4dcc6b405264d739 /main/res
parent49171aeb7c87dc198cf3f1d2010047f17c567a79 (diff)
downloadcgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.zip
cgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.tar.gz
cgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.tar.bz2
new: search suggestions for all search fields
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/search_activity.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/res/layout/search_activity.xml b/main/res/layout/search_activity.xml
index 25f914b..28256f1 100644
--- a/main/res/layout/search_activity.xml
+++ b/main/res/layout/search_activity.xml
@@ -53,7 +53,7 @@
android:text="@string/search_address" />
</RelativeLayout>
- <EditText
+ <AutoCompleteTextView
android:id="@+id/address"
style="@style/edittext_full"
android:hint="@string/search_address"
@@ -98,7 +98,7 @@
android:text="@string/search_kw" />
</RelativeLayout>
- <EditText
+ <AutoCompleteTextView
android:id="@+id/keyword"
style="@style/edittext_full"
android:hint="@string/search_kw_prefill"
@@ -119,7 +119,7 @@
android:text="@string/search_fbu" />
</RelativeLayout>
- <EditText
+ <AutoCompleteTextView
android:id="@+id/finder"
style="@style/edittext_full"
android:hint="@string/search_fbu_prefill"
@@ -140,7 +140,7 @@
android:text="@string/search_hbu" />
</RelativeLayout>
- <EditText
+ <AutoCompleteTextView
android:id="@+id/owner"
style="@style/edittext_full"
android:hint="@string/search_hbu_prefill"