diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-10-07 18:38:17 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-10-07 18:38:17 +0200 |
| commit | 91deacc3a396b0d7a6526ea82928b5680dc1c78c (patch) | |
| tree | c138ee113ac57d97550309a647e5293369a0c149 /main/res/layout | |
| parent | a3317a2922de92fc691265c30401a4b3848a038e (diff) | |
| download | cgeo-91deacc3a396b0d7a6526ea82928b5680dc1c78c.zip cgeo-91deacc3a396b0d7a6526ea82928b5680dc1c78c.tar.gz cgeo-91deacc3a396b0d7a6526ea82928b5680dc1c78c.tar.bz2 | |
#2084: History for trackable codes
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/search.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/search.xml b/main/res/layout/search.xml index 09fb886..9848609 100644 --- a/main/res/layout/search.xml +++ b/main/res/layout/search.xml @@ -112,7 +112,7 @@ <TextView style="@style/separator_horizontal_headline" android:text="@string/search_tb" /> </RelativeLayout> - <EditText style="@style/edittext_full" + <AutoCompleteTextView style="@style/edittext_full" android:id="@+id/trackable" android:hint="@string/search_tb_hint" android:imeOptions="actionGo" |
