am 3f6c983a: Merge "Don\'t use fullscreen mode on large phone"
* commit '3f6c983adc412fa60fd8736e2b03882be11f2514': Don't use fullscreen mode on large phonemain
commit
ee5129505f
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue