зеркало из https://github.com/mozilla/gecko-dev.git
Bug 733147 - Use non-fullscreen VKB for AwesomeScreen landscape mode. r=kats
This commit is contained in:
Родитель
2acab54bc4
Коммит
ce2de9b176
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче