diff options
Diffstat (limited to 'res')
-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" |