From 9a2183f7a94d7ef7ca7399dc801839c8d2f00f03 Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 19 Sep 2011 13:31:45 -0700 Subject: [PATCH] Disable extract mode in find on page Bug: 2641348 Change-Id: Ib3ad0d5f47b5269cebff855a269eac8b3b11756a --- core/res/res/layout/webview_find.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/webview_find.xml b/core/res/res/layout/webview_find.xml index 4cf2df51b1362..a628ac8cf7302 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" />