2010-09-16 05:54:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2010, The Android Open Source Project
|
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2012-07-30 04:35:06 +00:00
|
|
|
<!-- Device form factor. This value must be aligned with {@link KeyboardId.DEVICE_FORM_FACTOR_PHONE} -->
|
|
|
|
<integer name="config_device_form_factor">0</integer>
|
2011-09-08 01:27:36 +00:00
|
|
|
<bool name="config_use_fullscreen_mode">false</bool>
|
2010-12-14 06:31:47 +00:00
|
|
|
<bool name="config_enable_show_voice_key_option">true</bool>
|
2011-01-18 06:20:35 +00:00
|
|
|
<bool name="config_enable_show_popup_on_keypress_option">true</bool>
|
2012-01-18 11:14:16 +00:00
|
|
|
<!-- TODO: Disable the following configuration for production. -->
|
|
|
|
<bool name="config_enable_usability_study_mode_option">true</bool>
|
2010-12-14 06:31:47 +00:00
|
|
|
<!-- Whether or not Popup on key press is enabled by default -->
|
|
|
|
<bool name="config_default_popup_preview">true</bool>
|
2012-04-05 11:49:37 +00:00
|
|
|
<!-- Default value for next word prediction: after entering a word and a space only, should we look
|
2011-09-01 05:54:28 +00:00
|
|
|
at input history to suggest a hopefully helpful suggestions for the next word? -->
|
2012-04-05 11:49:37 +00:00
|
|
|
<bool name="config_default_next_word_prediction">true</bool>
|
2011-02-08 02:13:06 +00:00
|
|
|
<bool name="config_default_sound_enabled">false</bool>
|
2011-09-20 11:16:11 +00:00
|
|
|
<bool name="config_default_vibration_enabled">true</bool>
|
2011-04-29 08:06:17 +00:00
|
|
|
<integer name="config_delay_update_suggestions">100</integer>
|
|
|
|
<integer name="config_delay_update_old_suggestions">300</integer>
|
|
|
|
<integer name="config_delay_update_shift_state">100</integer>
|
2012-03-16 05:05:20 +00:00
|
|
|
<integer name="config_language_on_spacebar_final_alpha">128</integer>
|
2012-02-08 07:12:11 +00:00
|
|
|
<integer name="config_more_keys_keyboard_fadein_anim_time">0</integer>
|
|
|
|
<integer name="config_more_keys_keyboard_fadeout_anim_time">100</integer>
|
2010-10-29 09:05:07 +00:00
|
|
|
<integer name="config_keyboard_grid_width">32</integer>
|
|
|
|
<integer name="config_keyboard_grid_height">16</integer>
|
2012-01-25 11:14:39 +00:00
|
|
|
<integer name="config_double_spaces_turn_into_period_timeout">1100</integer>
|
|
|
|
<!-- This configuration is the index of the array {@link KeyboardSwitcher.KEYBOARD_THEMES}. -->
|
2012-03-08 07:20:22 +00:00
|
|
|
<string name="config_default_keyboard_theme_index" translatable="false">5</string>
|
2012-01-25 11:14:39 +00:00
|
|
|
<integer name="config_max_more_keys_column">5</integer>
|
|
|
|
<!--
|
|
|
|
Configuration for KeyboardView
|
|
|
|
-->
|
|
|
|
<integer name="config_key_preview_linger_timeout">70</integer>
|
2012-08-07 02:48:10 +00:00
|
|
|
<integer name="config_gesture_floating_preview_text_linger_timeout">200</integer>
|
2012-08-20 03:57:34 +00:00
|
|
|
<integer name="config_gesture_preview_trail_fadeout_start_delay">100</integer>
|
2012-08-27 05:43:39 +00:00
|
|
|
<integer name="config_gesture_preview_trail_fadeout_duration">800</integer>
|
2012-08-20 03:57:34 +00:00
|
|
|
<integer name="config_gesture_preview_trail_update_interval">20</integer>
|
2012-01-25 11:14:39 +00:00
|
|
|
<!--
|
2012-07-23 01:27:14 +00:00
|
|
|
Configuration for MainKeyboardView
|
2012-01-25 11:14:39 +00:00
|
|
|
-->
|
2012-03-21 11:11:46 +00:00
|
|
|
<dimen name="config_key_hysteresis_distance">8.0dp</dimen>
|
2012-10-06 14:22:36 +00:00
|
|
|
<dimen name="config_key_hysteresis_distance_for_sliding_modifier">8.0dp</dimen>
|
2012-01-25 11:14:39 +00:00
|
|
|
<integer name="config_touch_noise_threshold_time">40</integer>
|
2012-03-21 11:11:46 +00:00
|
|
|
<dimen name="config_touch_noise_threshold_distance">12.6dp</dimen>
|
2012-01-25 11:14:39 +00:00
|
|
|
<bool name="config_sliding_key_input_enabled">true</bool>
|
|
|
|
<integer name="config_key_repeat_start_timeout">400</integer>
|
|
|
|
<integer name="config_key_repeat_interval">50</integer>
|
2010-10-08 03:51:15 +00:00
|
|
|
<integer name="config_long_press_key_timeout">400</integer>
|
2011-07-17 21:37:30 +00:00
|
|
|
<!-- Long pressing shift will invoke caps-lock if > 0, never invoke caps-lock if == 0 -->
|
2010-10-26 10:04:48 +00:00
|
|
|
<integer name="config_long_press_shift_key_timeout">1200</integer>
|
2012-06-19 00:38:33 +00:00
|
|
|
<integer name="config_ignore_alt_code_key_timeout">350</integer>
|
2012-02-08 07:12:11 +00:00
|
|
|
<!-- 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>
|
2012-10-05 03:12:54 +00:00
|
|
|
<!-- Static threshold for gesture after fast typing (msec) -->
|
2012-10-05 05:37:22 +00:00
|
|
|
<integer name="config_gesture_static_time_threshold_after_fast_typing">1000</integer>
|
2012-10-05 03:12:54 +00:00
|
|
|
<!-- Static threshold for starting gesture detection (keyWidth%/sec) -->
|
|
|
|
<fraction name="config_gesture_detect_fast_move_speed_threshold">150%</fraction>
|
|
|
|
<!-- Dynamic threshold for gesture after fast typing (msec) -->
|
|
|
|
<integer name="config_gesture_dynamic_threshold_decay_duration">450</integer>
|
|
|
|
<!-- Time based threshold values for gesture detection (msec) -->
|
|
|
|
<integer name="config_gesture_dynamic_time_threshold_from">300</integer>
|
|
|
|
<integer name="config_gesture_dynamic_time_threshold_to">20</integer>
|
|
|
|
<!-- Distance based threshold values for gesture detection (keyWidth%/sec) -->
|
|
|
|
<fraction name="config_gesture_dynamic_distance_threshold_from">600%</fraction>
|
|
|
|
<fraction name="config_gesture_dynamic_distance_threshold_to">35%</fraction>
|
|
|
|
<!-- Parameter for gesture sampling (keyWidth%/sec) -->
|
|
|
|
<fraction name="config_gesture_sampling_minimum_distance">16.6666%</fraction>
|
|
|
|
<!-- Parameters for gesture recognition (msec) and (keyWidth%/sec) -->
|
|
|
|
<integer name="config_gesture_recognition_minimum_time">100</integer>
|
|
|
|
<fraction name="config_gesture_recognition_speed_threshold">550%</fraction>
|
2012-10-05 05:37:22 +00:00
|
|
|
<!-- Suppress showing key preview duration after batch input in millisecond -->
|
|
|
|
<integer name="config_suppress_key_preview_after_batch_input_duration">1000</integer>
|
2012-01-25 11:14:39 +00:00
|
|
|
<!--
|
|
|
|
Configuration for auto correction
|
|
|
|
-->
|
2011-01-07 02:21:11 +00:00
|
|
|
<string-array name="auto_correction_threshold_values" translatable="false">
|
2010-12-13 03:37:23 +00:00
|
|
|
<!-- Off, When auto correction setting is Off, this value is not used. -->
|
2010-09-28 03:23:26 +00:00
|
|
|
<item></item>
|
|
|
|
<!-- Modest : Suggestion whose normalized score is greater than this value
|
2010-12-13 03:37:23 +00:00
|
|
|
will be subject to auto-correction. -->
|
2012-05-15 10:24:47 +00:00
|
|
|
<item>0.185</item>
|
2011-06-24 11:30:31 +00:00
|
|
|
<!-- Aggressive -->
|
2012-05-15 10:24:47 +00:00
|
|
|
<item>0.067</item>
|
2011-06-24 11:30:31 +00:00
|
|
|
<!-- Very Aggressive : Suggestion whose normalized score is greater than this value
|
2010-12-13 03:37:23 +00:00
|
|
|
will be subject to auto-correction. -->
|
2010-09-28 03:23:26 +00:00
|
|
|
<item>0</item>
|
|
|
|
</string-array>
|
2012-02-08 07:12:11 +00:00
|
|
|
<!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
|
|
|
|
a word to be "recommended" -->
|
2011-11-09 17:52:46 +00:00
|
|
|
<string name="spellchecker_recommended_threshold_value" translatable="false">0.11</string>
|
2012-02-08 07:12:11 +00:00
|
|
|
<!-- Threshold of the normalized score of any dictionary lookup to be offered as a suggestion
|
|
|
|
by the spell checker -->
|
2011-09-29 07:04:36 +00:00
|
|
|
<string name="spellchecker_suggestion_threshold_value" translatable="false">0.03</string>
|
2011-09-12 09:24:54 +00:00
|
|
|
<!-- Screen metrics for logging.
|
|
|
|
0 = "mdpi phone screen"
|
|
|
|
1 = "hdpi phone screen"
|
|
|
|
2 = "mdpi 11 inch tablet screen"
|
|
|
|
3 = "xhdpi phone screen?"
|
|
|
|
4 = ?
|
|
|
|
-->
|
2011-04-15 07:55:07 +00:00
|
|
|
<integer name="log_screen_metrics">0</integer>
|
2010-09-16 05:54:45 +00:00
|
|
|
</resources>
|