Fix popup key preview on 7/11 inch tablet
Change-Id: I42b4c0c7a554089baa778205da0627daaff667c6main
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.2 KiB |
|
@ -33,8 +33,6 @@
|
|||
<dimen name="keyboard_top_padding_ics">1.1mm</dimen>
|
||||
<dimen name="keyboard_bottom_padding_ics">0.0mm</dimen>
|
||||
<dimen name="popup_key_height">13.0mm</dimen>
|
||||
<!-- key_height x 1.0 -->
|
||||
<dimen name="key_preview_height">13.0mm</dimen>
|
||||
|
||||
<fraction name="key_letter_ratio">45%</fraction>
|
||||
<fraction name="key_label_ratio">32%</fraction>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
<resources>
|
||||
<bool name="config_enable_show_settings_key_option">true</bool>
|
||||
<bool name="config_enable_show_subtype_settings">false</bool>
|
||||
<bool name="config_enable_show_voice_key_option">false</bool>
|
||||
<bool name="config_enable_show_popup_on_keypress_option">false</bool>
|
||||
<bool name="config_enable_show_recorrection_option">false</bool>
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
<dimen name="key_horizontal_gap_ics">1.0mm</dimen>
|
||||
<dimen name="keyboard_top_padding_ics">1.1mm</dimen>
|
||||
<dimen name="keyboard_bottom_padding_ics">0.0mm</dimen>
|
||||
<!-- key_height x 1.0 -->
|
||||
<dimen name="key_preview_height">13.0mm</dimen>
|
||||
<dimen name="mini_keyboard_key_horizontal_padding">12dip</dimen>
|
||||
<!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
|
||||
<!-- popup_key_height x 1.2 -->
|
||||
|
@ -47,7 +45,10 @@
|
|||
<fraction name="key_label_ratio">22%</fraction>
|
||||
<fraction name="key_hint_letter_ratio">23%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio">25%</fraction>
|
||||
<fraction name="key_preview_text_ratio">82%</fraction>
|
||||
<fraction name="key_preview_text_ratio">50%</fraction>
|
||||
<dimen name="key_preview_height">15.0mm</dimen>
|
||||
<dimen name="key_preview_offset">0.1in</dimen>
|
||||
<dimen name="key_preview_offset_ics">0.05in</dimen>
|
||||
<!-- left or right padding of label alignment -->
|
||||
<dimen name="key_label_horizontal_alignment_padding">6dip</dimen>
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
<fraction name="key_label_ratio">26%</fraction>
|
||||
<fraction name="key_hint_letter_ratio">23%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio">24%</fraction>
|
||||
<dimen name="key_preview_height">17.0mm</dimen>
|
||||
<!-- left or right padding of label alignment -->
|
||||
<dimen name="key_label_horizontal_alignment_padding">18dip</dimen>
|
||||
<dimen name="key_preview_height_holo">26.5mm</dimen>
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
<resources>
|
||||
<bool name="config_enable_show_settings_key_option">false</bool>
|
||||
<bool name="config_enable_show_voice_key_option">false</bool>
|
||||
<!-- TODO: This configuration value is temporary set true to check popup preview behavior. -->
|
||||
<bool name="config_enable_show_popup_on_keypress_option">true</bool>
|
||||
<bool name="config_enable_show_popup_on_keypress_option">false</bool>
|
||||
<bool name="config_enable_show_recorrection_option">false</bool>
|
||||
<bool name="config_enable_quick_fixes_option">false</bool>
|
||||
<bool name="config_enable_bigram_suggestions_option">false</bool>
|
||||
|
@ -32,7 +31,7 @@
|
|||
<!-- Whether or not Popup on key press is enabled by default -->
|
||||
<bool name="config_default_popup_preview">false</bool>
|
||||
<bool name="config_default_sound_enabled">true</bool>
|
||||
<bool name="config_auto_correction_spacebar_led_enabled">true</bool>
|
||||
<bool name="config_auto_correction_spacebar_led_enabled">false</bool>
|
||||
<bool name="config_use_spacebar_language_switcher">false</bool>
|
||||
<!-- Showing mini keyboard, just above the touched point if true, aligned to the key if false -->
|
||||
<bool name="config_show_mini_keyboard_at_touched_point">true</bool>
|
||||
|
|
|
@ -47,11 +47,12 @@
|
|||
<fraction name="key_label_ratio">26%</fraction>
|
||||
<fraction name="key_hint_letter_ratio">23%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio">25%</fraction>
|
||||
<fraction name="key_preview_text_ratio">50%</fraction>
|
||||
<dimen name="key_preview_height">15.0mm</dimen>
|
||||
<dimen name="key_preview_offset">0.1in</dimen>
|
||||
<dimen name="key_preview_offset_ics">0.05in</dimen>
|
||||
<!-- left or right padding of label alignment -->
|
||||
<dimen name="key_label_horizontal_alignment_padding">6dip</dimen>
|
||||
<fraction name="key_preview_text_ratio">26.3%</fraction>
|
||||
<dimen name="key_preview_height_holo">23.0mm</dimen>
|
||||
<dimen name="key_preview_offset_holo">8.0mm</dimen>
|
||||
|
||||
<dimen name="candidate_strip_height">46dip</dimen>
|
||||
<!-- candidate_strip_minimum_height =
|
||||
|
|
|
@ -55,9 +55,9 @@
|
|||
<fraction name="key_uppercase_letter_ratio">35%</fraction>
|
||||
<!-- left or right padding of label alignment -->
|
||||
<dimen name="key_label_horizontal_alignment_padding">21dip</dimen>
|
||||
<fraction name="key_preview_text_ratio">82%</fraction>
|
||||
<dimen name="key_preview_height">80sp</dimen>
|
||||
<dimen name="key_preview_offset">0.1in</dimen>
|
||||
<fraction name="key_preview_text_ratio">82%</fraction>
|
||||
<dimen name="key_preview_offset_ics">0.05in</dimen>
|
||||
|
||||
<dimen name="candidate_strip_height">42dip</dimen>
|
||||
|
|