diff options
| -rw-r--r-- | core/res/res/layout/webview_find.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/webview_find.xml b/core/res/res/layout/webview_find.xml index 4cf2df51b136..a628ac8cf730 100644 --- a/core/res/res/layout/webview_find.xml +++ b/core/res/res/layout/webview_find.xml @@ -26,7 +26,7 @@ android:scrollHorizontally="true" android:inputType="text" android:hint="@string/find_on_page" - android:imeOptions="actionDone" + android:imeOptions="actionDone|flagNoExtractUi|flagNoFullscreen" android:layout_marginRight="10dip" /> <TextView android:id="@+id/matches" |