diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 14:19:38 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 14:19:38 +0000 |
commit | 2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e (patch) | |
tree | d9b98728d269884ab65de89fb56d85d05da93381 /res/layout | |
parent | 86a67409307ff384ee0ef07d677045c6e82e52e8 (diff) | |
download | southamptonuniversitymap-2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e.tar southamptonuniversitymap-2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e.tar.gz |
Fixed some FindActivity stuff.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/find.xml | 2 |
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" |