aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/actionview_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/actionview_search.xml')
-rw-r--r--src/main/res/layout/actionview_search.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/actionview_search.xml b/src/main/res/layout/actionview_search.xml
index 0aff3b156..3ad69c301 100644
--- a/src/main/res/layout/actionview_search.xml
+++ b/src/main/res/layout/actionview_search.xml
@@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
- android:imeOptions="actionSearch"
+ android:imeOptions="flagNoExtractUi|actionSearch"
android:inputType="textEmailAddress|textNoSuggestions" />
</RelativeLayout> \ No newline at end of file