Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

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 a=akeybl
  • Loading branch information
cpeterso committed Jul 12, 2012
1 parent 5bba816 commit 68f792d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@
android:hint="@string/awesomebar_default_text" android:hint="@string/awesomebar_default_text"
android:textColorHighlight="@color/url_bar_text_highlight" android:textColorHighlight="@color/url_bar_text_highlight"
android:inputType="textUri|textNoSuggestions" android:inputType="textUri|textNoSuggestions"
android:imeOptions="actionSearch" android:imeOptions="actionSearch|flagNoExtractUi|flagNoFullscreen"
android:selectAllOnFocus="true" android:selectAllOnFocus="true"
android:singleLine="true" android:singleLine="true"
android:gravity="center_vertical|left"> android:gravity="center_vertical|left">
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/base/resources/layout/awesomebar_search.xml
Expand Up @@ -19,7 +19,7 @@
android:hint="@string/awesomebar_default_text" android:hint="@string/awesomebar_default_text"
android:textColorHighlight="@color/url_bar_text_highlight" android:textColorHighlight="@color/url_bar_text_highlight"
android:inputType="textUri|textNoSuggestions" android:inputType="textUri|textNoSuggestions"
android:imeOptions="actionSearch" android:imeOptions="actionSearch|flagNoExtractUi|flagNoFullscreen"
android:selectAllOnFocus="true" android:selectAllOnFocus="true"
android:singleLine="true" android:singleLine="true"
android:gravity="center_vertical|left"> android:gravity="center_vertical|left">
Expand Down

0 comments on commit 68f792d

Please sign in to comment.