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>
|
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>
|
2013-01-22 04:29:30 +00:00
|
|
|
<bool name="config_enable_show_option_of_key_preview_popup">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 -->
|
2013-01-22 04:29:30 +00:00
|
|
|
<bool name="config_default_key_preview_popup">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>
|
2013-05-13 11:04:59 +00:00
|
|
|
<integer name="config_max_vibration_duration">100</integer> <!-- milliseconds -->
|
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-12-05 03:35:41 +00:00
|
|
|
<integer name="config_double_space_period_timeout">1100</integer>
|
2013-11-11 11:39:03 +00:00
|
|
|
<!-- This configuration is an index of {@link KeyboardSwitcher#KEYBOARD_THEMES[]}. -->
|
2013-11-11 10:28:40 +00:00
|
|
|
<string name="config_default_keyboard_theme_index" translatable="false">2</string>
|
2012-01-25 11:14:39 +00:00
|
|
|
<integer name="config_max_more_keys_column">5</integer>
|
2013-01-24 07:08:33 +00:00
|
|
|
|
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>
|
2013-01-24 07:08:33 +00:00
|
|
|
<integer name="config_key_preview_linger_timeout">70</integer>
|
2013-11-18 06:13:55 +00:00
|
|
|
<bool name="config_key_selection_by_dragging_finger">true</bool>
|
2013-01-24 07:08:33 +00:00
|
|
|
<!-- Sliding key input preview parameters -->
|
|
|
|
<dimen name="config_sliding_key_input_preview_width">8.0dp</dimen>
|
2013-04-23 02:40:25 +00:00
|
|
|
<!-- Percentages of sliding key input preview body and shadow, in proportion to the width.
|
|
|
|
A negative value of the shadow ratio disables drawing shadow. -->
|
|
|
|
<!-- TODO: May use the shadow to alleviate rugged trail drawing. -->
|
|
|
|
<integer name="config_sliding_key_input_preview_body_ratio">100</integer>
|
|
|
|
<integer name="config_sliding_key_input_preview_shadow_ratio">-1</integer>
|
2012-01-25 11:14:39 +00:00
|
|
|
<integer name="config_key_repeat_start_timeout">400</integer>
|
|
|
|
<integer name="config_key_repeat_interval">50</integer>
|
2013-01-18 03:19:59 +00:00
|
|
|
<integer name="config_default_longpress_key_timeout">300</integer> <!-- milliseconds -->
|
|
|
|
<integer name="config_longpress_timeout_step">10</integer> <!-- milliseconds -->
|
|
|
|
<integer name="config_min_longpress_timeout">100</integer> <!-- milliseconds -->
|
|
|
|
<integer name="config_max_longpress_timeout">700</integer> <!-- milliseconds -->
|
2011-07-17 21:37:30 +00:00
|
|
|
<!-- Long pressing shift will invoke caps-lock if > 0, never invoke caps-lock if == 0 -->
|
2013-01-18 03:19:59 +00:00
|
|
|
<integer name="config_longpress_shift_lock_timeout">1200</integer> <!-- milliseconds -->
|
|
|
|
<integer name="config_ignore_alt_code_key_timeout">350</integer> <!-- milliseconds -->
|
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>
|
2013-04-23 03:19:31 +00:00
|
|
|
<bool name="config_block_potentially_offensive">true</bool>
|
2013-01-24 07:08:33 +00:00
|
|
|
<integer name="config_gesture_floating_preview_text_linger_timeout">200</integer>
|
2013-05-13 04:12:12 +00:00
|
|
|
<integer name="config_gesture_trail_fadeout_start_delay">100</integer>
|
|
|
|
<integer name="config_gesture_trail_fadeout_duration">800</integer>
|
|
|
|
<integer name="config_gesture_trail_update_interval">20</integer>
|
2012-10-05 03:12:54 +00:00
|
|
|
<!-- Static threshold for gesture after fast typing (msec) -->
|
2012-10-10 09:37:46 +00:00
|
|
|
<integer name="config_gesture_static_time_threshold_after_fast_typing">500</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>
|
2012-10-09 05:31:13 +00:00
|
|
|
<fraction name="config_gesture_dynamic_distance_threshold_to">50%</fraction>
|
2012-10-05 03:12:54 +00:00
|
|
|
<!-- 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>
|
2012-11-22 11:15:40 +00:00
|
|
|
<integer name="config_gesture_recognition_update_time">100</integer>
|
2012-10-05 03:12:54 +00:00
|
|
|
<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. -->
|
2013-10-04 10:04:16 +00:00
|
|
|
<item>floatMaxValue</item>
|
2010-09-28 03:23:26 +00:00
|
|
|
<!-- 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
|
2013-04-24 05:43:29 +00:00
|
|
|
will be subject to auto-correction. "floatNegativeInfinity" is a special marker
|
|
|
|
string for Float.NEGATIVE_INFINITY -->
|
|
|
|
<item>floatNegativeInfinity</item>
|
2010-09-28 03:23:26 +00:00
|
|
|
</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>
|
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>
|
2013-03-15 10:00:51 +00:00
|
|
|
|
|
|
|
<!-- Settings for the dictionary pack -->
|
|
|
|
<bool name="allow_over_metered">false</bool>
|
|
|
|
<bool name="allow_over_roaming">false</bool>
|
|
|
|
<bool name="dict_downloads_visible_in_download_UI">false</bool>
|
|
|
|
<bool name="metadata_downloads_visible_in_download_UI">false</bool>
|
|
|
|
<bool name="display_notification_for_auto_update">false</bool>
|
|
|
|
<bool name="display_notification_for_user_requested_update">false</bool>
|
|
|
|
|
2010-09-16 05:54:45 +00:00
|
|
|
</resources>
|