Don't use fullscreen mode on large phone

Bug: 11920652
Change-Id: Icc26c20c881bc586c800c31c90a45281dc408d2a
main
Tadashi G. Takaoka 2013-12-13 18:40:29 +09:00
parent a5b196e939
commit d75d77200f
8 changed files with 9 additions and 10 deletions

View File

@ -20,13 +20,14 @@
<!-- Configuration values for Large Phone. -->
<resources>
<bool name="config_enable_show_key_preview_popup_option">false</bool>
<bool name="config_enable_show_key_preview_popup_option">true</bool>
<!-- Whether or not Popup on key press is enabled by default -->
<bool name="config_default_key_preview_popup">false</bool>
<bool name="config_default_sound_enabled">true</bool>
<bool name="config_default_key_preview_popup">true</bool>
<bool name="config_default_sound_enabled">false</bool>
<bool name="config_enable_show_voice_key_option">true</bool>
<bool name="config_key_selection_by_dragging_finger">false</bool>
<bool name="config_key_selection_by_dragging_finger">true</bool>
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
false -->
<bool name="config_show_more_keys_keyboard_at_touched_point">false</bool>
<bool name="config_use_fullscreen_mode">false</bool>
</resources>

View File

@ -18,10 +18,8 @@
*/
-->
<!-- Configuration values for Large Phone and Small Tablet Landscape. -->
<!-- Configuration values for Small Tablet Landscape. -->
<resources>
<bool name="config_use_fullscreen_mode">false</bool>
<!-- Preferable keyboard height in absolute scale: 45.0mm -->
<!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
<dimen name="config_default_keyboard_height">283.5dp</dimen>

View File

@ -29,4 +29,5 @@
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
false -->
<bool name="config_show_more_keys_keyboard_at_touched_point">false</bool>
<bool name="config_use_fullscreen_mode">false</bool>
</resources>

View File

@ -18,7 +18,7 @@
*/
-->
<!-- Configuration values for Large Phone and Small Tablet Portrait. -->
<!-- Configuration values for Small Tablet Portrait. -->
<resources>
<dimen name="config_key_hysteresis_distance">40.0dp</dimen>

View File

@ -20,8 +20,6 @@
<!-- Configuration values for Large Tablet Landscape. -->
<resources>
<bool name="config_use_fullscreen_mode">false</bool>
<!-- Preferable keyboard height in absolute scale: 58.0mm -->
<!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
<dimen name="config_default_keyboard_height">365.4dp</dimen>

View File

@ -29,4 +29,5 @@
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
false -->
<bool name="config_show_more_keys_keyboard_at_touched_point">true</bool>
<bool name="config_use_fullscreen_mode">false</bool>
</resources>