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> |
| 22 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item> |
Tadashi G. Takaoka | 237af54 | 2011-06-17 11:55:42 +0900 | [diff] [blame] | 23 | <item name="rowHeight">25%p</item> |
| 24 | <item name="keyboardHeight">@dimen/keyboardHeight</item> |
| 25 | <item name="maxKeyboardHeight">@fraction/maxKeyboardHeight</item> |
| 26 | <item name="minKeyboardHeight">@fraction/minKeyboardHeight</item> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 27 | <item name="moreKeysTemplate">@xml/kbd_more_keys_keyboard_template</item> |
Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 28 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding</item> |
| 29 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding</item> |
Tadashi G. Takaoka | 287f4f8 | 2011-09-26 11:26:38 +0900 | [diff] [blame] | 30 | <item name="keyboardHorizontalEdgesPadding">@fraction/keyboard_horizontal_edges_padding</item> |
Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 31 | <item name="horizontalGap">@fraction/key_horizontal_gap</item> |
| 32 | <item name="verticalGap">@fraction/key_bottom_gap</item> |
Tadashi G. Takaoka | 9d5601e | 2011-08-31 15:26:32 +0900 | [diff] [blame] | 33 | <item name="maxMoreKeysColumn">@integer/config_max_more_keys_column</item> |
Tadashi G. Takaoka | b7758d6 | 2011-06-15 13:38:58 +0900 | [diff] [blame] | 34 | </style> |
Tadashi G. Takaoka | 5a309f5 | 2010-12-02 18:46:21 +0900 | [diff] [blame] | 35 | <style name="KeyboardView"> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 36 | <item name="android:background">@drawable/keyboard_background</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 37 | <item name="keyBackground">@drawable/btn_keyboard_key</item> |
Tadashi G. Takaoka | d157834 | 2011-05-12 23:49:19 +0900 | [diff] [blame] | 38 | <item name="keyLetterRatio">@fraction/key_letter_ratio</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 39 | <item name="keyLargeLetterRatio">@fraction/key_large_letter_ratio</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 40 | <item name="keyLabelRatio">@fraction/key_label_ratio</item> |
Tadashi G. Takaoka | 88d378b | 2012-05-18 11:46:42 +0900 | [diff] [blame] | 41 | <item name="keyLargeLabelRatio">@fraction/key_large_label_ratio</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 42 | <item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 43 | <item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 44 | <item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 45 | <item name="keyTextStyle">normal</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 46 | <item name="keyTextColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 47 | <item name="keyTextInactivatedColor">#FFFFFFFF</item> |
| 48 | <item name="keyHintLetterColor">#80000000</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 49 | <item name="keyHintLabelColor">#E0E0E4E5</item> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 50 | <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item> |
| 51 | <item name="keyShiftedLetterHintActivatedColor">#CCE0E4E5</item> |
Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 52 | <item name="keyLabelHorizontalPadding">@dimen/key_label_horizontal_padding</item> |
| 53 | <item name="keyHintLetterPadding">@dimen/key_hint_letter_padding</item> |
Ken Wakasa | 6b97d2b | 2011-09-07 21:56:42 +0900 | [diff] [blame] | 54 | <item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 55 | <item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item> |
satok | 395d501 | 2010-09-13 21:54:15 +0900 | [diff] [blame] | 56 | <item name="keyPreviewLayout">@layout/key_preview</item> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 57 | <item name="keyPreviewBackground">@drawable/keyboard_key_feedback</item> |
Tadashi G. Takaoka | d87f28f | 2011-06-28 03:01:35 +0900 | [diff] [blame] | 58 | <item name="keyPreviewLeftBackground">@null</item> |
| 59 | <item name="keyPreviewRightBackground">@null</item> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 60 | <item name="keyPreviewTextColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 2b4cc0d | 2010-09-28 14:35:21 +0900 | [diff] [blame] | 61 | <item name="keyPreviewOffset">@dimen/key_preview_offset</item> |
| 62 | <item name="keyPreviewHeight">@dimen/key_preview_height</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 63 | <item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item> |
Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 64 | <item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 65 | <item name="moreKeysLayout">@layout/more_keys_keyboard</item> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 66 | <item name="verticalCorrection">@dimen/keyboard_vertical_correction</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 67 | <item name="shadowColor">#BB000000</item> |
| 68 | <item name="shadowRadius">2.75</item> |
Tadashi G. Takaoka | 299ac26 | 2012-03-13 17:28:52 +0900 | [diff] [blame] | 69 | <item name="backgroundDimAlpha">128</item> |
Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 70 | <!-- android:color/holo_blue_light=#FF33B5E5 --> |
| 71 | <item name="gestureFloatingPreviewTextSize">@dimen/gesture_floating_preview_text_size</item> |
| 72 | <item name="gestureFloatingPreviewTextColor">@android:color/white</item> |
| 73 | <item name="gestureFloatingPreviewTextOffset">@dimen/gesture_floating_preview_text_offset</item> |
| 74 | <item name="gestureFloatingPreviewTextShadingColor">@android:color/holo_blue_light</item> |
| 75 | <item name="gestureFloatingPreviewTextShadingBorder">@dimen/gesture_floating_preview_text_shading_border</item> |
| 76 | <item name="gestureFloatingPreviewTextShadowColor">#FF252525</item> |
| 77 | <item name="gestureFloatingPreviewTextShadowBorder">@dimen/gesture_floating_preview_text_shadow_border</item> |
| 78 | <item name="gestureFloatingPreviewTextConnectorColor">@android:color/white</item> |
| 79 | <item name="gestureFloatingPreviewTextConnectorWidth">@dimen/gesture_floating_preview_text_connector_width</item> |
Tadashi G. Takaoka | 27e4844 | 2012-08-07 11:48:10 +0900 | [diff] [blame] | 80 | <item name="gestureFloatingPreviewTextLingerTimeout">@integer/config_gesture_floating_preview_text_linger_timeout</item> |
Tadashi G. Takaoka | 333a300 | 2012-08-20 12:57:34 +0900 | [diff] [blame] | 81 | <item name="gesturePreviewTrailFadeoutStartDelay">@integer/config_gesture_preview_trail_fadeout_start_delay</item> |
| 82 | <item name="gesturePreviewTrailFadeoutDuration">@integer/config_gesture_preview_trail_fadeout_duration</item> |
| 83 | <item name="gesturePreviewTrailUpdateInterval">@integer/config_gesture_preview_trail_update_interval</item> |
Tadashi G. Takaoka | ca57f5b | 2012-07-30 16:06:19 +0900 | [diff] [blame] | 84 | <item name="gesturePreviewTrailColor">@android:color/holo_blue_light</item> |
| 85 | <item name="gesturePreviewTrailWidth">@dimen/gesture_preview_trail_width</item> |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 86 | <!-- Common attributes of MainKeyboardView --> |
Tadashi G. Takaoka | 160f012 | 2012-01-25 20:14:39 +0900 | [diff] [blame] | 87 | <item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item> |
| 88 | <item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item> |
| 89 | <item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item> |
| 90 | <item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item> |
| 91 | <item name="keyRepeatStartTimeout">@integer/config_key_repeat_start_timeout</item> |
| 92 | <item name="keyRepeatInterval">@integer/config_key_repeat_interval</item> |
| 93 | <item name="longPressKeyTimeout">@integer/config_long_press_key_timeout</item> |
| 94 | <item name="longPressShiftKeyTimeout">@integer/config_long_press_shift_key_timeout</item> |
Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 95 | <item name="ignoreAltCodeKeyTimeout">@integer/config_ignore_alt_code_key_timeout</item> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 96 | <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] | 97 | <item name="languageOnSpacebarFinalAlpha">@integer/config_language_on_spacebar_final_alpha</item> |
Tadashi G. Takaoka | d7c4ba1 | 2012-03-14 12:33:03 +0900 | [diff] [blame] | 98 | <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item> |
Tadashi G. Takaoka | 73a46bf | 2012-03-14 14:46:22 +0900 | [diff] [blame] | 99 | <item name="altCodeKeyWhileTypingFadeoutAnimator">@anim/alt_code_key_while_typing_fadeout</item> |
| 100 | <item name="altCodeKeyWhileTypingFadeinAnimator">@anim/alt_code_key_while_typing_fadein</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 101 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 102 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 103 | name="MainKeyboardView" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 104 | parent="KeyboardView"> |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 105 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 106 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 107 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 108 | <item name="spacebarTextColor">#FFC0C0C0</item> |
| 109 | <item name="spacebarTextShadowColor">#80000000</item> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 110 | </style> |
| 111 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 112 | name="MoreKeysKeyboard" |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 113 | parent="Keyboard" |
| 114 | > |
Tadashi G. Takaoka | 7c38b73 | 2012-03-21 19:08:58 +0900 | [diff] [blame] | 115 | <item name="keyboardTopPadding">0dp</item> |
| 116 | <item name="keyboardBottomPadding">0dp</item> |
| 117 | <item name="horizontalGap">0dp</item> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 118 | </style> |
| 119 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 120 | name="MoreKeysKeyboardView" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 121 | parent="KeyboardView" |
| 122 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 123 | <item name="keyBackground">@drawable/btn_keyboard_key_popup</item> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 124 | <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 125 | </style> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 126 | <style name="MoreKeysKeyboardPanelStyle"> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 127 | <item name="android:background">@drawable/keyboard_popup_panel_background</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 128 | </style> |
| 129 | <style name="SuggestionsStripBackgroundStyle"> |
| 130 | <item name="android:background">@drawable/keyboard_suggest_strip</item> |
| 131 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 132 | <style |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 133 | name="SuggestionStripViewStyle" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 134 | parent="SuggestionsStripBackgroundStyle" |
| 135 | > |
Tadashi G. Takaoka | a44685a | 2011-12-15 16:38:17 +0900 | [diff] [blame] | 136 | <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> |
| 137 | <item name="colorValidTypedWord">#FFFCAE00</item> |
Tadashi G. Takaoka | 697bf58 | 2011-09-13 12:35:52 +0900 | [diff] [blame] | 138 | <item name="colorTypedWord">@android:color/white</item> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 139 | <item name="colorAutoCorrect">#FFFCAE00</item> |
| 140 | <item name="colorSuggested">#FFFCAE00</item> |
Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame^] | 141 | <item name="alphaObsoleted">50%</item> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 142 | <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item> |
Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame^] | 143 | <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item> |
Tadashi G. Takaoka | 9676038 | 2011-09-05 17:22:34 +0900 | [diff] [blame] | 144 | <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item> |
| 145 | <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 146 | </style> |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 147 | <style |
| 148 | name="MoreSuggestionsViewStyle" |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 149 | parent="MoreKeysKeyboardView" |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 150 | > |
| 151 | </style> |
| 152 | <style name="SuggestionBackgroundStyle"> |
| 153 | <item name="android:background">@drawable/btn_suggestion</item> |
| 154 | </style> |
| 155 | <style name="SuggestionPreviewBackgroundStyle"> |
| 156 | <item name="android:background">@drawable/suggestion_feedback_background</item> |
| 157 | </style> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 158 | <!-- Theme "Basic high contrast" --> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 159 | <style |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 160 | name="Keyboard.HighContrast" |
| 161 | parent="Keyboard" |
| 162 | > |
Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 163 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 164 | <item name="themeId">1</item> |
| 165 | </style> |
| 166 | <style |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 167 | name="KeyboardView.HighContrast" |
| 168 | parent="KeyboardView" |
| 169 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 170 | <item name="android:background">@android:color/black</item> |
| 171 | <item name="keyBackground">@drawable/btn_keyboard_key3</item> |
| 172 | </style> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 173 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 174 | name="MainKeyboardView.HighContrast" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 175 | parent="KeyboardView.HighContrast" |
| 176 | > |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 177 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 178 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 179 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 180 | <item name="spacebarTextColor">#FFC0C0C0</item> |
| 181 | <item name="spacebarTextShadowColor">#80000000</item> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 182 | </style> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 183 | <!-- Theme "Stone" --> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 184 | <style |
| 185 | name="Keyboard.Stone" |
| 186 | parent="Keyboard" |
| 187 | > |
Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 188 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 189 | <item name="themeId">6</item> |
Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 190 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item> |
| 191 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item> |
| 192 | <item name="horizontalGap">@fraction/key_horizontal_gap_stone</item> |
| 193 | <item name="verticalGap">@fraction/key_bottom_gap_stone</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 194 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 195 | <style |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 196 | name="KeyboardView.Stone" |
| 197 | parent="KeyboardView" |
| 198 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 199 | <item name="keyBackground">@drawable/btn_keyboard_key_stone</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 200 | <item name="keyTextColor">#FF000000</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 201 | <item name="keyTextInactivatedColor">#FF808080</item> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 202 | <item name="keyHintLetterColor">#80000000</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 203 | <item name="keyHintLabelColor">#E0000000</item> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 204 | <item name="keyShiftedLetterHintInactivatedColor">#66000000</item> |
| 205 | <item name="keyShiftedLetterHintActivatedColor">#CC000000</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 206 | <item name="shadowColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 207 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 208 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 209 | name="MainKeyboardView.Stone" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 210 | parent="KeyboardView.Stone" |
| 211 | > |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 212 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 213 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 214 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 215 | <item name="spacebarTextColor">#FF000000</item> |
| 216 | <item name="spacebarTextShadowColor">#D0FFFFFF</item> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 217 | </style> |
| 218 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 219 | name="MoreKeysKeyboard.Stone" |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 220 | parent="Keyboard.Stone" |
| 221 | > |
Tadashi G. Takaoka | 7c38b73 | 2012-03-21 19:08:58 +0900 | [diff] [blame] | 222 | <item name="keyboardTopPadding">0dp</item> |
| 223 | <item name="keyboardBottomPadding">0dp</item> |
| 224 | <item name="horizontalGap">0dp</item> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 225 | </style> |
| 226 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 227 | name="MoreKeysKeyboardView.Stone" |
| 228 | parent="MoreKeysKeyboardView" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 229 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 230 | <item name="keyBackground">@drawable/btn_keyboard_key_stone</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 231 | <item name="keyTextColor">#FF000000</item> |
| 232 | <item name="shadowColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 233 | </style> |
| 234 | <!-- Theme "Stone bold" --> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 235 | <style |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 236 | name="Keyboard.Stone.Bold" |
| 237 | parent="Keyboard.Stone" |
| 238 | > |
Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 239 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 240 | <item name="themeId">7</item> |
| 241 | </style> |
| 242 | <style |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 243 | name="KeyboardView.Stone.Bold" |
| 244 | parent="KeyboardView.Stone" |
| 245 | > |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 246 | <item name="keyTextStyle">bold</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 247 | </style> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 248 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 249 | name="MainKeyboardView.Stone.Bold" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 250 | parent="KeyboardView.Stone.Bold" |
| 251 | > |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 252 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 253 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 254 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 255 | <item name="spacebarTextColor">#FF000000</item> |
| 256 | <item name="spacebarTextShadowColor">#D0FFFFFF</item> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 257 | </style> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 258 | <!-- Theme "Gingerbread" --> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 259 | <style |
| 260 | name="Keyboard.Gingerbread" |
| 261 | parent="Keyboard" |
| 262 | > |
Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 263 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 264 | <item name="themeId">8</item> |
| 265 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item> |
Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 266 | <item name="horizontalGap">@fraction/key_horizontal_gap_gb</item> |
| 267 | <item name="verticalGap">@fraction/key_bottom_gap_gb</item> |
Tadashi G. Takaoka | d773bf3 | 2011-06-28 16:32:39 +0900 | [diff] [blame] | 268 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 269 | <style |
| 270 | name="KeyboardView.Gingerbread" |
| 271 | parent="KeyboardView" |
| 272 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 273 | <item name="android:background">@drawable/keyboard_dark_background</item> |
| 274 | <item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 275 | <item name="keyTextStyle">bold</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 276 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 277 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 278 | name="MainKeyboardView.Gingerbread" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 279 | parent="KeyboardView.Gingerbread" |
| 280 | > |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 281 | <item name="autoCorrectionSpacebarLedEnabled">true</item> |
| 282 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
| 283 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 284 | <item name="spacebarTextColor">#FFC0C0C0</item> |
| 285 | <item name="spacebarTextShadowColor">#80000000</item> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 286 | </style> |
| 287 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 288 | name="MoreKeysKeyboard.Gingerbread" |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 289 | parent="Keyboard.Gingerbread" |
| 290 | > |
Tadashi G. Takaoka | 7c38b73 | 2012-03-21 19:08:58 +0900 | [diff] [blame] | 291 | <item name="keyboardTopPadding">0dp</item> |
| 292 | <item name="keyboardBottomPadding">0dp</item> |
| 293 | <item name="horizontalGap">0dp</item> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 294 | </style> |
| 295 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 296 | name="MoreKeysKeyboardView.Gingerbread" |
| 297 | parent="MoreKeysKeyboardView" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 298 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 299 | <item name="android:background">@null</item> |
| 300 | </style> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 301 | <!-- Theme "IceCreamSandwich" --> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 302 | <style |
| 303 | name="Keyboard.IceCreamSandwich" |
| 304 | parent="Keyboard" |
| 305 | > |
Tadashi G. Takaoka | 411749a | 2012-03-08 16:20:22 +0900 | [diff] [blame] | 306 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 307 | <item name="themeId">5</item> |
Tadashi G. Takaoka | 9812fb0 | 2011-07-04 15:09:21 +0900 | [diff] [blame] | 308 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item> |
| 309 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item> |
| 310 | <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item> |
| 311 | <item name="verticalGap">@fraction/key_bottom_gap_ics</item> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 312 | <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] | 313 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 314 | <style |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 315 | name="KeyboardView.IceCreamSandwich" |
| 316 | parent="KeyboardView" |
| 317 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 318 | <item name="android:background">@drawable/keyboard_background_holo</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 319 | <item name="keyBackground">@drawable/btn_keyboard_key_ics</item> |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 320 | <item name="keyTextStyle">bold</item> |
| 321 | <item name="keyTextInactivatedColor">#66E0E4E5</item> |
| 322 | <item name="keyHintLetterColor">#80000000</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 323 | <item name="keyHintLabelColor">#A0FFFFFF</item> |
Tadashi G. Takaoka | ca2f051 | 2012-01-26 18:03:30 +0900 | [diff] [blame] | 324 | <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item> |
| 325 | <item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 326 | <item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item> |
Tadashi G. Takaoka | d87f28f | 2011-06-28 03:01:35 +0900 | [diff] [blame] | 327 | <item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item> |
| 328 | <item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 329 | <item name="keyPreviewTextColor">#FFFFFFFF</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 330 | <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 331 | <item name="shadowColor">#00000000</item> |
| 332 | <item name="shadowRadius">0.0</item> |
| 333 | </style> |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 334 | <style |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 335 | name="MainKeyboardView.IceCreamSandwich" |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 336 | parent="KeyboardView.IceCreamSandwich" |
| 337 | > |
Tadashi G. Takaoka | 4112dc0 | 2011-12-18 08:13:36 +0900 | [diff] [blame] | 338 | <item name="autoCorrectionSpacebarLedEnabled">false</item> |
| 339 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item> |
| 340 | <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item> |
| 341 | <item name="spacebarTextColor">#FFC0C0C0</item> |
| 342 | <item name="spacebarTextShadowColor">#80000000</item> |
Tadashi G. Takaoka | 42fcb2d | 2011-12-19 01:11:09 +0900 | [diff] [blame] | 343 | </style> |
Tadashi G. Takaoka | 5afc3ae | 2011-12-18 04:55:17 +0900 | [diff] [blame] | 344 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 345 | name="MoreKeysKeyboard.IceCreamSandwich" |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 346 | parent="Keyboard.IceCreamSandwich" |
| 347 | > |
Tadashi G. Takaoka | 7c38b73 | 2012-03-21 19:08:58 +0900 | [diff] [blame] | 348 | <item name="keyboardTopPadding">0dp</item> |
| 349 | <item name="keyboardBottomPadding">0dp</item> |
| 350 | <item name="horizontalGap">0dp</item> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 351 | </style> |
| 352 | <style |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 353 | name="MoreKeysKeyboardView.IceCreamSandwich" |
| 354 | parent="MoreKeysKeyboardView" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 355 | > |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 356 | <item name="android:background">@null</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 357 | <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item> |
Tadashi G. Takaoka | 48f6321 | 2012-03-07 18:34:15 +0900 | [diff] [blame] | 358 | <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 359 | </style> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 360 | <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich"> |
Tadashi G. Takaoka | ea0c567 | 2011-09-05 18:58:30 +0900 | [diff] [blame] | 361 | <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 362 | </style> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 363 | <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich"> |
Tadashi G. Takaoka | 13a7419 | 2011-05-24 21:08:20 +0900 | [diff] [blame] | 364 | <item name="android:background">@drawable/keyboard_suggest_strip_holo</item> |
| 365 | </style> |
Tadashi G. Takaoka | 29e7b7e | 2011-08-24 14:44:46 +0900 | [diff] [blame] | 366 | <style |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 367 | name="SuggestionStripViewStyle.IceCreamSandwich" |
Tadashi G. Takaoka | c04bbc1 | 2011-08-26 15:13:30 +0900 | [diff] [blame] | 368 | parent="SuggestionsStripBackgroundStyle.IceCreamSandwich" |
| 369 | > |
Tadashi G. Takaoka | d47a955 | 2011-08-16 18:18:58 -0700 | [diff] [blame] | 370 | <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> |
Tadashi G. Takaoka | 697bf58 | 2011-09-13 12:35:52 +0900 | [diff] [blame] | 371 | <!-- android:color/holo_blue_light=#FF33B5E5 --> |
Tadashi G. Takaoka | a44685a | 2011-12-15 16:38:17 +0900 | [diff] [blame] | 372 | <item name="colorValidTypedWord">@android:color/holo_blue_light</item> |
Tadashi G. Takaoka | 697bf58 | 2011-09-13 12:35:52 +0900 | [diff] [blame] | 373 | <item name="colorTypedWord">@android:color/holo_blue_light</item> |
| 374 | <item name="colorAutoCorrect">@android:color/holo_blue_light</item> |
| 375 | <item name="colorSuggested">@android:color/holo_blue_light</item> |
Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame^] | 376 | <item name="alphaValidTypedWord">85%</item> |
| 377 | <item name="alphaTypedWord">85%</item> |
| 378 | <item name="alphaSuggested">70%</item> |
| 379 | <item name="alphaObsoleted">70%</item> |
Tadashi G. Takaoka | 913e2ae | 2011-09-01 14:54:28 +0900 | [diff] [blame] | 380 | <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item> |
Tadashi G. Takaoka | ef2bfad | 2012-08-28 13:10:03 +0900 | [diff] [blame^] | 381 | <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item> |
Tadashi G. Takaoka | 9676038 | 2011-09-05 17:22:34 +0900 | [diff] [blame] | 382 | <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item> |
| 383 | <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item> |
Tadashi G. Takaoka | 08a6f2a | 2011-06-15 11:49:57 +0900 | [diff] [blame] | 384 | </style> |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 385 | <style |
| 386 | name="MoreSuggestionsViewStyle.IceCreamSandwich" |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 387 | parent="MoreKeysKeyboardView.IceCreamSandwich" |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 388 | > |
| 389 | </style> |
| 390 | <style name="SuggestionBackgroundStyle.IceCreamSandwich"> |
| 391 | <item name="android:background">@drawable/btn_suggestion_ics</item> |
| 392 | </style> |
| 393 | <style |
| 394 | name="SuggestionPreviewBackgroundStyle.IceCreamSandwich" |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 395 | parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich" |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 396 | > |
| 397 | </style> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 398 | <style name="MoreKeysKeyboardAnimation"> |
| 399 | <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item> |
| 400 | <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item> |
Tadashi G. Takaoka | 0ae817c | 2010-09-16 14:54:45 +0900 | [diff] [blame] | 401 | </style> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 402 | </resources> |