diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-14 18:06:38 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-14 18:06:38 +0100 |
| commit | 574dc773ee85bb182d0b277f8ffdf6def9224972 (patch) | |
| tree | 7aafec8905c8634e4f8e6b3e4dcc6b405264d739 /main/res/layout | |
| parent | 49171aeb7c87dc198cf3f1d2010047f17c567a79 (diff) | |
| download | cgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.zip cgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.tar.gz cgeo-574dc773ee85bb182d0b277f8ffdf6def9224972.tar.bz2 | |
new: search suggestions for all search fields
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/search_activity.xml | 8 |
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" |
