Merge "Disable extract mode in find on page"

This commit is contained in:
John Reck
2011-09-19 15:27:07 -07:00
committed by Android (Google) Code Review

View File

@@ -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"