Skip to content

Commit

Permalink
Bug 733147 - Use non-fullscreen VKB for AwesomeScreen landscape mode.…
Browse files Browse the repository at this point in the history
… r=kats
  • Loading branch information
cpeterso committed Jul 12, 2012
1 parent 9550869 commit bfaac5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:hint="@string/awesomebar_default_text"
android:textColorHighlight="@color/url_bar_text_highlight"
android:inputType="textUri|textNoSuggestions"
android:imeOptions="actionSearch"
android:imeOptions="actionSearch|flagNoExtractUi|flagNoFullscreen"
android:selectAllOnFocus="true"
android:singleLine="true"
android:gravity="center_vertical|left">
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/base/resources/layout/awesomebar_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:hint="@string/awesomebar_default_text"
android:textColorHighlight="@color/url_bar_text_highlight"
android:inputType="textUri|textNoSuggestions"
android:imeOptions="actionSearch"
android:imeOptions="actionSearch|flagNoExtractUi|flagNoFullscreen"
android:selectAllOnFocus="true"
android:singleLine="true"
android:gravity="center_vertical|left">
Expand Down

0 comments on commit bfaac5c

Please sign in to comment.