| satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 18 | <!-- Theme "Basic" --> |
| Tadashi G. Takaoka | a619673 | 2011-06-16 17:20:29 +0900 | [diff] [blame] | 19 | <style name="Keyboard"> |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 20 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 21 | <item name="themeId">0</item> |
| Tadashi G. Takaoka | 1775201 | 2012-09-27 15:27:51 +0900 | [diff] [blame] | 22 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_default</item> |
| Tadashi G. Takaoka | 237af54 | 2011-06-17 11:55:42 +0900 | [diff] [blame] | 23 | <item name="rowHeight">25%p</item> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 24 | <item name="moreKeysTemplate">@xml/kbd_more_keys_keyboard_template</item> |
| Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 25 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding</item> |
| 26 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding</item> |
| Tadashi G. Takaoka | e1f091c | 2013-01-30 13:08:44 +0900 | [diff] [blame] | 27 | <item name="keyboardLeftPadding">@fraction/keyboard_left_padding</item> |
| 28 | <item name="keyboardRightPadding">@fraction/keyboard_right_padding</item> |
| Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 29 | <item name="horizontalGap">@fraction/key_horizontal_gap</item> |
| 30 | <item name="verticalGap">@fraction/key_bottom_gap</item> |
| Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 31 | <item name="maxMoreKeysColumn">@integer/config_max_more_keys_column</item> |
| Tadashi G. Takaoka | b7758d6 | 2011-06-15 13:38:58 +0900 | [diff] [blame] | 32 | </style> |
| Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 33 | <style name="KeyboardView"> |
| satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 34 | <item name="android:background">@drawable/keyboard_background</item> |
| satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 35 | <item name="keyBackground">@drawable/btn_keyboard_key</item> |
| Tadashi G. Takaoka | 9fa0736 | 2012-08-28 12:39:28 +0900 | [diff] [blame] | 36 | <item name="keyLetterSize">@fraction/key_letter_ratio</item> |
| Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 37 | <item name="keyLargeLetterRatio">@fraction/key_large_letter_ratio</item> |
| Tadashi G. Takaoka | 9fa0736 | 2012-08-28 12:39:28 +0900 | [diff] [blame] | 38 | <item name="keyLabelSize">@fraction/key_label_ratio</item> |
| Tadashi G. Takaoka | 88d378b | 2012-05-18 11:46:42 +0900 | [diff] [blame] | 39 | <item name="keyLargeLabelRatio">@fraction/key_large_label_ratio</item> |
| Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 40 | <item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item> |
| Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 41 | <item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item> |
| Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 42 | <item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item> |
| Tadashi G. Takaoka | d20652c | 2012-08-28 11:28:42 +0900 | [diff] [blame] | 43 | <item name="keyTypeface">normal</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 44 | <item name="keyTextColor">@color/key_text_color_default</item> |
| 45 | <item name="keyTextInactivatedColor">@color/key_text_color_default</item> |
| 46 | <item name="keyHintLetterColor">@color/key_hint_letter_color_default</item> |
| 47 | <item name="keyHintLabelColor">@color/key_hint_label_color_default</item> |
| 48 | <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_default</item> |
| 49 | <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_default</item> |
| Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 50 | <item name="keyLabelHorizontalPadding">@dimen/key_label_horizontal_padding</item> |
| 51 | <item name="keyHintLetterPadding">@dimen/key_hint_letter_padding</item> |
| Ken Wakasa | 6b97d2b | 2011-09-07 21:56:42 +0900 | [diff] [blame] | 52 | <item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item> |
| Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 53 | <item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 54 | <item name="keyPreviewTextColor">@color/key_text_color_default</item> |
| Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 55 | <item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item> |
| Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 56 | <item name="verticalCorrection">@dimen/keyboard_vertical_correction</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 57 | <item name="keyTextShadowColor">@color/key_text_shadow_color_default</item> |
| Tadashi G. Takaoka | 749cc18 | 2012-08-30 16:05:40 +0900 | [diff] [blame] | 58 | <item name="keyTextShadowRadius">2.75</item> |
| Tadashi G. Takaoka | 299ac26 | 2012-03-13 17:28:52 +0900 | [diff] [blame] | 59 | <item name="backgroundDimAlpha">128</item> |
| Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 60 | <item name="gestureFloatingPreviewTextSize">@dimen/gesture_floating_preview_text_size</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 61 | <item name="gestureFloatingPreviewTextColor">@color/highlight_color_default</item> |
| Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 62 | <item name="gestureFloatingPreviewTextOffset">@dimen/gesture_floating_preview_text_offset</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 63 | <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_default</item> |
| Tadashi G. Takaoka | 71e2e81 | 2012-09-05 19:03:02 +0900 | [diff] [blame] | 64 | <item name="gestureFloatingPreviewHorizontalPadding">@dimen/gesture_floating_preview_horizontal_padding</item> |
| 65 | <item name="gestureFloatingPreviewVerticalPadding">@dimen/gesture_floating_preview_vertical_padding</item> |
| 66 | <item name="gestureFloatingPreviewRoundRadius">@dimen/gesture_floating_preview_round_radius</item> |
| Ken Wakasa | cb3bba3 | 2013-05-13 13:12:12 +0900 | [diff] [blame] | 67 | <item name="gestureTrailMinSamplingDistance">@dimen/gesture_trail_min_sampling_distance</item> |
| 68 | <item name="gestureTrailMaxInterpolationAngularThreshold">@integer/gesture_trail_max_interpolation_angular_threshold</item> |
| 69 | <item name="gestureTrailMaxInterpolationDistanceThreshold">@dimen/gesture_trail_max_interpolation_distance_threshold</item> |
| 70 | <item name="gestureTrailMaxInterpolationSegments">@integer/gesture_trail_max_interpolation_segments</item> |
| 71 | <item name="gestureTrailFadeoutStartDelay">@integer/config_gesture_trail_fadeout_start_delay</item> |
| 72 | <item name="gestureTrailFadeoutDuration">@integer/config_gesture_trail_fadeout_duration</item> |
| 73 | <item name="gestureTrailUpdateInterval">@integer/config_gesture_trail_update_interval</item> |
| 74 | <item name="gestureTrailColor">@color/highlight_color_default</item> |
| 75 | <item name="gestureTrailStartWidth">@dimen/gesture_trail_start_width</item> |
| 76 | <item name="gestureTrailEndWidth">@dimen/gesture_trail_end_width</item> |
| 77 | <item name="gestureTrailBodyRatio">@integer/gesture_trail_body_ratio</item> |
| 78 | <item name="gestureTrailShadowRatio">@integer/gesture_trail_shadow_ratio</item> |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 79 | <!-- Common attributes of MainKeyboardView --> |
| Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 80 | <item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item> |
| Tadashi G. Takaoka | f731eb1 | 2012-10-06 23:22:36 +0900 | [diff] [blame] | 81 | <item name="keyHysteresisDistanceForSlidingModifier">@dimen/config_key_hysteresis_distance_for_sliding_modifier</item> |
| Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 82 | <item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item> |
| 83 | <item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item> |
| 84 | <item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item> |
| Tadashi G. Takaoka | ff961dd | 2013-01-24 16:08:33 +0900 | [diff] [blame] | 85 | <item name="slidingKeyInputPreviewColor">@color/highlight_translucent_color_default</item> |
| 86 | <item name="slidingKeyInputPreviewWidth">@dimen/config_sliding_key_input_preview_width</item> |
| Tadashi G. Takaoka | c71dde9 | 2013-04-16 16:44:23 +0900 | [diff] [blame] | 87 | <item name="slidingKeyInputPreviewBodyRatio">@integer/config_sliding_key_input_preview_body_ratio</item> |
| 88 | <item name="slidingKeyInputPreviewShadowRatio">@integer/config_sliding_key_input_preview_shadow_ratio</item> |
| Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 89 | <item name="keyRepeatStartTimeout">@integer/config_key_repeat_start_timeout</item> |
| 90 | <item name="keyRepeatInterval">@integer/config_key_repeat_interval</item> |
| Tadashi G. Takaoka | cc5e4a4 | 2013-01-18 12:19:59 +0900 | [diff] [blame] | 91 | <item name="longPressShiftLockTimeout">@integer/config_longpress_shift_lock_timeout</item> |
| Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 92 | <item name="ignoreAltCodeKeyTimeout">@integer/config_ignore_alt_code_key_timeout</item> |
| Tadashi G. Takaoka | 3759821 | 2013-01-21 15:57:32 +0900 | [diff] [blame] | 93 | <item name="keyPreviewLayout">@layout/key_preview</item> |
| Tadashi G. Takaoka | 0e4f0da | 2013-01-21 15:23:32 +0900 | [diff] [blame] | 94 | <item name="keyPreviewOffset">@dimen/key_preview_offset</item> |
| 95 | <item name="keyPreviewHeight">@dimen/key_preview_height</item> |
| 96 | <item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item> |
| Tadashi G. Takaoka | d9449cc | 2013-01-21 14:41:33 +0900 | [diff] [blame] | 97 | <item name="moreKeysKeyboardLayout">@layout/more_keys_keyboard</item> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 98 | <item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item> |
| Tadashi G. Takaoka | 31c94ce | 2012-03-16 14:05:20 +0900 | [diff] [blame] | 99 | <item name="languageOnSpacebarFinalAlpha">@integer/config_language_on_spacebar_final_alpha</item> |
| Tadashi G. Takaoka | d7c4ba1 | 2012-03-14 12:33:03 +0900 | [diff] [blame] | 100 | <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item> |
| Tadashi G. Takaoka | 57372fd | 2013-04-26 14:36:43 +0900 | [diff] [blame] | 101 | <!-- Remove animations for now because it could drain a non-negligible amount of battery while typing. |
| Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 102 | <item name="altCodeKeyWhileTypingFadeoutAnimator">@anim/alt_code_key_while_typing_fadeout</item> |
| 103 | <item name="altCodeKeyWhileTypingFadeinAnimator">@anim/alt_code_key_while_typing_fadein</item> |
| Tadashi G. Takaoka | 57372fd | 2013-04-26 14:36:43 +0900 | [diff] [blame] | 104 | --> |
| Tadashi G. Takaoka | 80bcb99 | 2012-10-05 12:12:54 +0900 | [diff] [blame] | 105 | <!-- Common attributes of MainKeyboardView for gesture typing detection and recognition --> |
| Tadashi G. Takaoka | 3759821 | 2013-01-21 15:57:32 +0900 | [diff] [blame] | 106 | <item name="gestureFloatingPreviewTextLingerTimeout">@integer/config_gesture_floating_preview_text_linger_timeout</item> |
| Tadashi G. Takaoka | 80bcb99 | 2012-10-05 12:12:54 +0900 | [diff] [blame] | 107 | <item name="gestureStaticTimeThresholdAfterFastTyping">@integer/config_gesture_static_time_threshold_after_fast_typing</item> |
| 108 | <item name="gestureDetectFastMoveSpeedThreshold">@fraction/config_gesture_detect_fast_move_speed_threshold</item> |
| 109 | <item name="gestureDynamicThresholdDecayDuration">@integer/config_gesture_dynamic_threshold_decay_duration</item> |
| 110 | <item name="gestureDynamicTimeThresholdFrom">@integer/config_gesture_dynamic_time_threshold_from</item> |
| 111 | <item name="gestureDynamicTimeThresholdTo">@integer/config_gesture_dynamic_time_threshold_to</item> |
| 112 | <item name="gestureDynamicDistanceThresholdFrom">@fraction/config_gesture_dynamic_distance_threshold_from</item> |
| 113 | <item name="gestureDynamicDistanceThresholdTo">@fraction/config_gesture_dynamic_distance_threshold_to</item> |
| 114 | <item name="gestureSamplingMinimumDistance">@fraction/config_gesture_sampling_minimum_distance</item> |
| 115 | <item name="gestureRecognitionMinimumTime">@integer/config_gesture_recognition_minimum_time</item> |
| Tadashi G. Takaoka | 72fd096 | 2012-11-22 11:04:41 +0900 | [diff] [blame] | 116 | <item name="gestureRecognitionUpdateTime">@integer/config_gesture_recognition_update_time</item> |
| Tadashi G. Takaoka | 80bcb99 | 2012-10-05 12:12:54 +0900 | [diff] [blame] | 117 | <item name="gestureRecognitionSpeedThreshold">@fraction/config_gesture_recognition_speed_threshold</item> |
| Tadashi G. Takaoka | 3623b97 | 2012-10-05 14:37:22 +0900 | [diff] [blame] | 118 | <item name="suppressKeyPreviewAfterBatchInputDuration">@integer/config_suppress_key_preview_after_batch_input_duration</item> |
| satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 119 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 120 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 121 | name="MainKeyboardView" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 122 | parent="KeyboardView"> |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 123 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 124 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 125 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 126 | <item name="spacebarTextColor">@color/spacebar_text_color_default</item> |
| 127 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_default</item> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 128 | </style> |
| 129 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 130 | name="MoreKeysKeyboard" |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 131 | parent="Keyboard" |
| 132 | > |
| Tadashi G. Takaoka | 5ee2d79 | 2013-01-29 18:30:42 +0900 | [diff] [blame] | 133 | <item name="keyboardTopPadding">0%p</item> |
| 134 | <item name="keyboardBottomPadding">0%p</item> |
| 135 | <item name="horizontalGap">0%p</item> |
| Tadashi G. Takaoka | f9aa99c | 2012-10-03 20:49:57 +0900 | [diff] [blame] | 136 | <item name="touchPositionCorrectionData">@null</item> |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 137 | </style> |
| 138 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 139 | name="MoreKeysKeyboardView" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 140 | parent="KeyboardView" |
| 141 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 142 | <item name="keyBackground">@drawable/btn_keyboard_key_popup</item> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 143 | <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 144 | </style> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 145 | <style name="MoreKeysKeyboardPanelStyle"> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 146 | <item name="android:background">@drawable/keyboard_popup_panel_background</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 147 | </style> |
| 148 | <style name="SuggestionsStripBackgroundStyle"> |
| 149 | <item name="android:background">@drawable/keyboard_suggest_strip</item> |
| 150 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 151 | <style |
| Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 152 | name="SuggestionStripViewStyle" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 153 | parent="SuggestionsStripBackgroundStyle" |
| 154 | > |
| Tadashi G. Takaoka | a44685a | 2011-12-15 16:38:17 +0900 | [diff] [blame] | 155 | <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 156 | <item name="colorValidTypedWord">@color/highlight_color_default</item> |
| 157 | <item name="colorTypedWord">@color/typed_word_color_default</item> |
| 158 | <item name="colorAutoCorrect">@color/highlight_color_default</item> |
| 159 | <item name="colorSuggested">@color/highlight_color_default</item> |
| Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame] | 160 | <item name="alphaObsoleted">50%</item> |
| Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 161 | <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item> |
| Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame] | 162 | <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item> |
| Tadashi G. Takaoka | 9676038 | 2011-09-05 17:22:34 +0900 | [diff] [blame] | 163 | <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item> |
| 164 | <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item> |
| Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 165 | </style> |
| Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 166 | <style |
| 167 | name="MoreSuggestionsViewStyle" |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 168 | parent="MoreKeysKeyboardView" |
| Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 169 | > |
| 170 | </style> |
| 171 | <style name="SuggestionBackgroundStyle"> |
| 172 | <item name="android:background">@drawable/btn_suggestion</item> |
| 173 | </style> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 174 | <!-- Theme "Basic high contrast" --> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 175 | <style |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 176 | name="Keyboard.HighContrast" |
| 177 | parent="Keyboard" |
| 178 | > |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 179 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 180 | <item name="themeId">1</item> |
| 181 | </style> |
| 182 | <style |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 183 | name="KeyboardView.HighContrast" |
| 184 | parent="KeyboardView" |
| 185 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 186 | <item name="android:background">@android:color/black</item> |
| 187 | <item name="keyBackground">@drawable/btn_keyboard_key3</item> |
| 188 | </style> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 189 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 190 | name="MainKeyboardView.HighContrast" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 191 | parent="KeyboardView.HighContrast" |
| 192 | > |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 193 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 194 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 195 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 196 | <item name="spacebarTextColor">@color/spacebar_text_color_default</item> |
| 197 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_default</item> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 198 | </style> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 199 | <!-- Theme "Stone" --> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 200 | <style |
| 201 | name="Keyboard.Stone" |
| 202 | parent="Keyboard" |
| 203 | > |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 204 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 205 | <item name="themeId">6</item> |
| Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 206 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item> |
| 207 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item> |
| 208 | <item name="horizontalGap">@fraction/key_horizontal_gap_stone</item> |
| 209 | <item name="verticalGap">@fraction/key_bottom_gap_stone</item> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 210 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 211 | <style |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 212 | name="KeyboardView.Stone" |
| 213 | parent="KeyboardView" |
| 214 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 215 | <item name="keyBackground">@drawable/btn_keyboard_key_stone</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 216 | <item name="keyTextColor">@color/key_text_color_stone</item> |
| 217 | <item name="keyTextInactivatedColor">@color/key_text_inactivated_color_stone</item> |
| 218 | <item name="keyHintLetterColor">@color/key_hint_letter_color_stone</item> |
| 219 | <item name="keyHintLabelColor">@color/key_hint_label_color_stone</item> |
| 220 | <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_stone</item> |
| 221 | <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_stone</item> |
| 222 | <item name="keyTextShadowColor">@color/key_text_shadow_color_stone</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 223 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 224 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 225 | name="MainKeyboardView.Stone" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 226 | parent="KeyboardView.Stone" |
| 227 | > |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 228 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 229 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 230 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 231 | <item name="spacebarTextColor">@color/spacebar_text_color_stone</item> |
| 232 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_stone</item> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 233 | </style> |
| 234 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 235 | name="MoreKeysKeyboard.Stone" |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 236 | parent="Keyboard.Stone" |
| 237 | > |
| Tadashi G. Takaoka | 5ee2d79 | 2013-01-29 18:30:42 +0900 | [diff] [blame] | 238 | <item name="keyboardTopPadding">0%p</item> |
| 239 | <item name="keyboardBottomPadding">0%p</item> |
| 240 | <item name="horizontalGap">0%p</item> |
| Tadashi G. Takaoka | f9aa99c | 2012-10-03 20:49:57 +0900 | [diff] [blame] | 241 | <item name="touchPositionCorrectionData">@null</item> |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 242 | </style> |
| 243 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 244 | name="MoreKeysKeyboardView.Stone" |
| 245 | parent="MoreKeysKeyboardView" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 246 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 247 | <item name="keyBackground">@drawable/btn_keyboard_key_stone</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 248 | <item name="keyTextColor">@color/key_text_color_stone</item> |
| 249 | <item name="keyTextShadowColor">@color/key_text_shadow_color_stone</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 250 | </style> |
| 251 | <!-- Theme "Stone bold" --> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 252 | <style |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 253 | name="Keyboard.Stone.Bold" |
| 254 | parent="Keyboard.Stone" |
| 255 | > |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 256 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 257 | <item name="themeId">7</item> |
| 258 | </style> |
| 259 | <style |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 260 | name="KeyboardView.Stone.Bold" |
| 261 | parent="KeyboardView.Stone" |
| 262 | > |
| Tadashi G. Takaoka | d20652c | 2012-08-28 11:28:42 +0900 | [diff] [blame] | 263 | <item name="keyTypeface">bold</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 264 | </style> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 265 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 266 | name="MainKeyboardView.Stone.Bold" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 267 | parent="KeyboardView.Stone.Bold" |
| 268 | > |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 269 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 270 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 271 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 272 | <item name="spacebarTextColor">@color/spacebar_text_color_stone</item> |
| 273 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_stone</item> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 274 | </style> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 275 | <!-- Theme "Gingerbread" --> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 276 | <style |
| 277 | name="Keyboard.Gingerbread" |
| 278 | parent="Keyboard" |
| 279 | > |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 280 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 281 | <item name="themeId">8</item> |
| 282 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item> |
| Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 283 | <item name="horizontalGap">@fraction/key_horizontal_gap_gb</item> |
| 284 | <item name="verticalGap">@fraction/key_bottom_gap_gb</item> |
| Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 285 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 286 | <style |
| 287 | name="KeyboardView.Gingerbread" |
| 288 | parent="KeyboardView" |
| 289 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 290 | <item name="android:background">@drawable/keyboard_dark_background</item> |
| 291 | <item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item> |
| Tadashi G. Takaoka | d20652c | 2012-08-28 11:28:42 +0900 | [diff] [blame] | 292 | <item name="keyTypeface">bold</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 293 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 294 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 295 | name="MainKeyboardView.Gingerbread" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 296 | parent="KeyboardView.Gingerbread" |
| 297 | > |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 298 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 299 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 300 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 301 | <item name="spacebarTextColor">@color/spacebar_text_color_default</item> |
| 302 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_default</item> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 303 | </style> |
| 304 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 305 | name="MoreKeysKeyboard.Gingerbread" |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 306 | parent="Keyboard.Gingerbread" |
| 307 | > |
| Tadashi G. Takaoka | 5ee2d79 | 2013-01-29 18:30:42 +0900 | [diff] [blame] | 308 | <item name="keyboardTopPadding">0%p</item> |
| 309 | <item name="keyboardBottomPadding">0%p</item> |
| 310 | <item name="horizontalGap">0%p</item> |
| Tadashi G. Takaoka | f9aa99c | 2012-10-03 20:49:57 +0900 | [diff] [blame] | 311 | <item name="touchPositionCorrectionData">@null</item> |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 312 | </style> |
| 313 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 314 | name="MoreKeysKeyboardView.Gingerbread" |
| 315 | parent="MoreKeysKeyboardView" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 316 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 317 | <item name="android:background">@null</item> |
| 318 | </style> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 319 | <!-- Theme "IceCreamSandwich" --> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 320 | <style |
| 321 | name="Keyboard.IceCreamSandwich" |
| 322 | parent="Keyboard" |
| 323 | > |
| Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 324 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 325 | <item name="themeId">5</item> |
| Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 326 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item> |
| 327 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item> |
| 328 | <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item> |
| 329 | <item name="verticalGap">@fraction/key_bottom_gap_ics</item> |
| Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 330 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item> |
| Tadashi G. Takaoka | b7758d6 | 2011-06-15 13:38:58 +0900 | [diff] [blame] | 331 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 332 | <style |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 333 | name="KeyboardView.IceCreamSandwich" |
| 334 | parent="KeyboardView" |
| 335 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 336 | <item name="android:background">@drawable/keyboard_background_holo</item> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 337 | <item name="keyBackground">@drawable/btn_keyboard_key_ics</item> |
| Tadashi G. Takaoka | d20652c | 2012-08-28 11:28:42 +0900 | [diff] [blame] | 338 | <item name="keyTypeface">bold</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 339 | <item name="keyTextInactivatedColor">@color/key_text_inactivated_color_ics</item> |
| 340 | <item name="keyHintLetterColor">@color/key_hint_letter_color_ics</item> |
| 341 | <item name="keyHintLabelColor">@color/key_hint_label_color_ics</item> |
| 342 | <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_ics</item> |
| 343 | <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_ics</item> |
| Tadashi G. Takaoka | e8c6d5a | 2012-09-05 15:34:51 +0900 | [diff] [blame] | 344 | <item name="keyPreviewLayout">@layout/key_preview_ics</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 345 | <item name="keyPreviewTextColor">@color/key_text_color_ics</item> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 346 | <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 347 | <item name="keyTextShadowColor">@color/key_text_shadow_color_ics</item> |
| Tadashi G. Takaoka | 749cc18 | 2012-08-30 16:05:40 +0900 | [diff] [blame] | 348 | <item name="keyTextShadowRadius">0.0</item> |
| Tadashi G. Takaoka | ff961dd | 2013-01-24 16:08:33 +0900 | [diff] [blame] | 349 | <item name="slidingKeyInputPreviewColor">@color/highlight_translucent_color_ics</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 350 | <item name="gestureFloatingPreviewTextColor">@color/highlight_color_ics</item> |
| Ken Wakasa | cb3bba3 | 2013-05-13 13:12:12 +0900 | [diff] [blame] | 351 | <item name="gestureTrailColor">@color/highlight_color_ics</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 352 | </style> |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 353 | <style |
| Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 354 | name="MainKeyboardView.IceCreamSandwich" |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 355 | parent="KeyboardView.IceCreamSandwich" |
| 356 | > |
| Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 357 | <item name="autoCorrectionSpacebarLedEnabled">false</item> |
| 358 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item> |
| 359 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 360 | <item name="spacebarTextColor">@color/spacebar_text_color_ics</item> |
| 361 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_ics</item> |
| Tadashi G. Takaoka | 42fcb2d | 2011-12-19 01:11:09 +0900 | [diff] [blame] | 362 | </style> |
| Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 363 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 364 | name="MoreKeysKeyboard.IceCreamSandwich" |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 365 | parent="Keyboard.IceCreamSandwich" |
| 366 | > |
| Tadashi G. Takaoka | 5ee2d79 | 2013-01-29 18:30:42 +0900 | [diff] [blame] | 367 | <item name="keyboardTopPadding">0%p</item> |
| 368 | <item name="keyboardBottomPadding">0%p</item> |
| 369 | <item name="horizontalGap">0%p</item> |
| Tadashi G. Takaoka | f9aa99c | 2012-10-03 20:49:57 +0900 | [diff] [blame] | 370 | <item name="touchPositionCorrectionData">@null</item> |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 371 | </style> |
| 372 | <style |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 373 | name="MoreKeysKeyboardView.IceCreamSandwich" |
| 374 | parent="MoreKeysKeyboardView" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 375 | > |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 376 | <item name="android:background">@null</item> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 377 | <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item> |
| Tadashi G. Takaoka | 48f6321 | 2012-03-07 18:34:15 +0900 | [diff] [blame] | 378 | <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 379 | </style> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 380 | <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich"> |
| Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 381 | <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 382 | </style> |
| Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 383 | <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich"> |
| Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 384 | <item name="android:background">@drawable/keyboard_suggest_strip_holo</item> |
| 385 | </style> |
| Tadashi G. Takaoka | 29e7b7e | 2011-08-24 14:44:46 +0900 | [diff] [blame] | 386 | <style |
| Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 387 | name="SuggestionStripViewStyle.IceCreamSandwich" |
| Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 388 | parent="SuggestionsStripBackgroundStyle.IceCreamSandwich" |
| 389 | > |
| Tadashi G. Takaoka | d47a955 | 2011-08-16 18:18:58 -0700 | [diff] [blame] | 390 | <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> |
| Tadashi G. Takaoka | ebbb586 | 2012-11-22 18:18:53 +0900 | [diff] [blame] | 391 | <item name="colorValidTypedWord">@color/highlight_color_ics</item> |
| 392 | <item name="colorTypedWord">@color/highlight_color_ics</item> |
| 393 | <item name="colorAutoCorrect">@color/highlight_color_ics</item> |
| 394 | <item name="colorSuggested">@color/highlight_color_ics</item> |
| Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame] | 395 | <item name="alphaValidTypedWord">85%</item> |
| 396 | <item name="alphaTypedWord">85%</item> |
| 397 | <item name="alphaSuggested">70%</item> |
| 398 | <item name="alphaObsoleted">70%</item> |
| Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 399 | <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item> |
| Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame] | 400 | <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item> |
| Tadashi G. Takaoka | 9676038 | 2011-09-05 17:22:34 +0900 | [diff] [blame] | 401 | <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item> |
| 402 | <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item> |
| Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 403 | </style> |
| Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 404 | <style |
| 405 | name="MoreSuggestionsViewStyle.IceCreamSandwich" |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 406 | parent="MoreKeysKeyboardView.IceCreamSandwich" |
| Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 407 | > |
| 408 | </style> |
| 409 | <style name="SuggestionBackgroundStyle.IceCreamSandwich"> |
| 410 | <item name="android:background">@drawable/btn_suggestion_ics</item> |
| 411 | </style> |
| 412 | <style |
| 413 | name="SuggestionPreviewBackgroundStyle.IceCreamSandwich" |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 414 | parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich" |
| Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 415 | > |
| 416 | </style> |
| Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 417 | <style name="MoreKeysKeyboardAnimation"> |
| 418 | <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item> |
| 419 | <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item> |
| Tadashi G. Takaoka | 0ae817c | 2010-09-16 14:54:45 +0900 | [diff] [blame] | 420 | </style> |
| satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 421 | </resources> |