aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-31 14:19:38 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-31 14:19:38 +0000
commit2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e (patch)
treed9b98728d269884ab65de89fb56d85d05da93381 /res
parent86a67409307ff384ee0ef07d677045c6e82e52e8 (diff)
downloadsouthamptonuniversitymap-2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e.tar
southamptonuniversitymap-2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e.tar.gz
Fixed some FindActivity stuff.
Diffstat (limited to 'res')
-rw-r--r--res/layout/find.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/find.xml b/res/layout/find.xml
index 62a3000..6b19c67 100644
--- a/res/layout/find.xml
+++ b/res/layout/find.xml
@@ -10,7 +10,7 @@
android:id="@+id/searchBar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:inputType="text" />
+ android:inputType="textNoSuggestions" />
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"