blob: 4bc4ddb9afd75a31c81f41be4afc3c58c311814b [file] [log] [blame]
satok979f8692010-08-20 14:35:02 +09001<?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
17<resources>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +090018 <!-- Theme "Basic" -->
Tadashi G. Takaokaa6196732011-06-16 17:20:29 +090019 <style name="Keyboard">
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +090020 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +090021 <item name="themeId">0</item>
22 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item>
Tadashi G. Takaoka237af542011-06-17 11:55:42 +090023 <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. Takaoka2affaf92012-02-08 16:12:11 +090027 <item name="moreKeysTemplate">@xml/kbd_more_keys_keyboard_template</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090028 <item name="keyboardTopPadding">@fraction/keyboard_top_padding</item>
29 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding</item>
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090030 <item name="keyboardHorizontalEdgesPadding">@fraction/keyboard_horizontal_edges_padding</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090031 <item name="horizontalGap">@fraction/key_horizontal_gap</item>
32 <item name="verticalGap">@fraction/key_bottom_gap</item>
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090033 <item name="maxMoreKeysColumn">@integer/config_max_more_keys_column</item>
Tadashi G. Takaokab7758d62011-06-15 13:38:58 +090034 </style>
Tadashi G. Takaoka5a309f52010-12-02 18:46:21 +090035 <style name="KeyboardView">
satok979f8692010-08-20 14:35:02 +090036 <item name="android:background">@drawable/keyboard_background</item>
satok979f8692010-08-20 14:35:02 +090037 <item name="keyBackground">@drawable/btn_keyboard_key</item>
Tadashi G. Takaokad1578342011-05-12 23:49:19 +090038 <item name="keyLetterRatio">@fraction/key_letter_ratio</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090039 <item name="keyLargeLetterRatio">@fraction/key_large_letter_ratio</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090040 <item name="keyLabelRatio">@fraction/key_label_ratio</item>
41 <item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090042 <item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090043 <item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090044 <item name="keyTextStyle">normal</item>
satok979f8692010-08-20 14:35:02 +090045 <item name="keyTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090046 <item name="keyTextInactivatedColor">#FFFFFFFF</item>
47 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090048 <item name="keyHintLabelColor">#E0E0E4E5</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090049 <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
50 <item name="keyShiftedLetterHintActivatedColor">#CCE0E4E5</item>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090051 <item name="keyLabelHorizontalPadding">@dimen/key_label_horizontal_padding</item>
52 <item name="keyHintLetterPadding">@dimen/key_hint_letter_padding</item>
Ken Wakasa6b97d2b2011-09-07 21:56:42 +090053 <item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090054 <item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item>
satok395d5012010-09-13 21:54:15 +090055 <item name="keyPreviewLayout">@layout/key_preview</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +090056 <item name="keyPreviewBackground">@drawable/keyboard_key_feedback</item>
Tadashi G. Takaokad87f28f2011-06-28 03:01:35 +090057 <item name="keyPreviewLeftBackground">@null</item>
58 <item name="keyPreviewRightBackground">@null</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +090059 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka2b4cc0d2010-09-28 14:35:21 +090060 <item name="keyPreviewOffset">@dimen/key_preview_offset</item>
61 <item name="keyPreviewHeight">@dimen/key_preview_height</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090062 <item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item>
Tadashi G. Takaoka160f0122012-01-25 20:14:39 +090063 <item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090064 <item name="moreKeysLayout">@layout/more_keys_keyboard</item>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090065 <item name="verticalCorrection">@dimen/keyboard_vertical_correction</item>
satok979f8692010-08-20 14:35:02 +090066 <item name="shadowColor">#BB000000</item>
67 <item name="shadowRadius">2.75</item>
Tadashi G. Takaoka299ac262012-03-13 17:28:52 +090068 <item name="backgroundDimAlpha">128</item>
Tadashi G. Takaoka160f0122012-01-25 20:14:39 +090069 <!-- Common attributes of LatinKeyboardView -->
70 <item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item>
71 <item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item>
72 <item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item>
73 <item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item>
74 <item name="keyRepeatStartTimeout">@integer/config_key_repeat_start_timeout</item>
75 <item name="keyRepeatInterval">@integer/config_key_repeat_interval</item>
76 <item name="longPressKeyTimeout">@integer/config_long_press_key_timeout</item>
77 <item name="longPressShiftKeyTimeout">@integer/config_long_press_shift_key_timeout</item>
78 <item name="longPressSpaceKeyTimeout">@integer/config_long_press_space_key_timeout</item>
79 <item name="ignoreSpecialKeyTimeout">@integer/config_ignore_special_key_timeout</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090080 <item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item>
Tadashi G. Takaokadabf9682012-03-13 14:15:39 +090081 <item name="durationOfFadeoutLanguageOnSpacebar">200</item>
82 <item name="delayBeforeFadeoutLangageOnSpacebar">1200</item>
83 <item name="finalFadeoutFactorOfLanguageOnSpacebar">0.5</item>
satok979f8692010-08-20 14:35:02 +090084 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +090085 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090086 name="LatinKeyboardView"
87 parent="KeyboardView">
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +090088 <item name="autoCorrectionSpacebarLedEnabled">true</item>
89 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
90 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
91 <item name="spacebarTextColor">#FFC0C0C0</item>
92 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090093 </style>
94 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090095 name="MoreKeysKeyboard"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +090096 parent="Keyboard"
97 >
98 <item name="keyboardTopPadding">0dip</item>
99 <item name="keyboardBottomPadding">0dip</item>
100 <item name="horizontalGap">0dip</item>
101 </style>
102 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900103 name="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900104 parent="KeyboardView"
105 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900106 <item name="keyBackground">@drawable/btn_keyboard_key_popup</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900107 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900108 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900109 <style name="MoreKeysKeyboardPanelStyle">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900110 <item name="android:background">@drawable/keyboard_popup_panel_background</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900111 <item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
112 <item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900113 </style>
114 <style name="SuggestionsStripBackgroundStyle">
115 <item name="android:background">@drawable/keyboard_suggest_strip</item>
116 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900117 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900118 name="SuggestionsViewStyle"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900119 parent="SuggestionsStripBackgroundStyle"
120 >
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900121 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
122 <item name="colorValidTypedWord">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900123 <item name="colorTypedWord">@android:color/white</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900124 <item name="colorAutoCorrect">#FFFCAE00</item>
125 <item name="colorSuggested">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900126 <item name="alphaObsoleted">50</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900127 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
128 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900129 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
130 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900131 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900132 <style
133 name="MoreSuggestionsViewStyle"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900134 parent="MoreKeysKeyboardView"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900135 >
136 </style>
137 <style name="SuggestionBackgroundStyle">
138 <item name="android:background">@drawable/btn_suggestion</item>
139 </style>
140 <style name="SuggestionPreviewBackgroundStyle">
141 <item name="android:background">@drawable/suggestion_feedback_background</item>
142 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900143 <!-- Theme "Basic high contrast" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900144 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900145 name="Keyboard.HighContrast"
146 parent="Keyboard"
147 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900148 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900149 <item name="themeId">1</item>
150 </style>
151 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900152 name="KeyboardView.HighContrast"
153 parent="KeyboardView"
154 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900155 <item name="android:background">@android:color/black</item>
156 <item name="keyBackground">@drawable/btn_keyboard_key3</item>
157 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900158 <style
159 name="LatinKeyboardView.HighContrast"
160 parent="KeyboardView.HighContrast"
161 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900162 <item name="autoCorrectionSpacebarLedEnabled">true</item>
163 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
164 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
165 <item name="spacebarTextColor">#FFC0C0C0</item>
166 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900167 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900168 <!-- Theme "Stone" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900169 <style
170 name="Keyboard.Stone"
171 parent="Keyboard"
172 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900173 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900174 <item name="themeId">6</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900175 <item name="keyboardHeight">@dimen/keyboardHeight_stone</item>
176 <item name="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item>
177 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item>
178 <item name="horizontalGap">@fraction/key_horizontal_gap_stone</item>
179 <item name="verticalGap">@fraction/key_bottom_gap_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900180 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900181 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900182 name="KeyboardView.Stone"
183 parent="KeyboardView"
184 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900185 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900186 <item name="keyTextColor">#FF000000</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900187 <item name="keyTextInactivatedColor">#FF808080</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900188 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900189 <item name="keyHintLabelColor">#E0000000</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900190 <item name="keyShiftedLetterHintInactivatedColor">#66000000</item>
191 <item name="keyShiftedLetterHintActivatedColor">#CC000000</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900192 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900193 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900194 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900195 name="LatinKeyboardView.Stone"
196 parent="KeyboardView.Stone"
197 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900198 <item name="autoCorrectionSpacebarLedEnabled">true</item>
199 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
200 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
201 <item name="spacebarTextColor">#FF000000</item>
202 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900203 </style>
204 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900205 name="MoreKeysKeyboard.Stone"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900206 parent="Keyboard.Stone"
207 >
208 <item name="keyboardTopPadding">0dip</item>
209 <item name="keyboardBottomPadding">0dip</item>
210 <item name="horizontalGap">0dip</item>
211 </style>
212 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900213 name="MoreKeysKeyboardView.Stone"
214 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900215 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900216 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900217 <item name="keyTextColor">#FF000000</item>
218 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900219 </style>
220 <!-- Theme "Stone bold" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900221 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900222 name="Keyboard.Stone.Bold"
223 parent="Keyboard.Stone"
224 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900225 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900226 <item name="themeId">7</item>
227 </style>
228 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900229 name="KeyboardView.Stone.Bold"
230 parent="KeyboardView.Stone"
231 >
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900232 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900233 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900234 <style
235 name="LatinKeyboardView.Stone.Bold"
236 parent="KeyboardView.Stone.Bold"
237 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900238 <item name="autoCorrectionSpacebarLedEnabled">true</item>
239 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
240 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
241 <item name="spacebarTextColor">#FF000000</item>
242 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900243 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900244 <!-- Theme "Gingerbread" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900245 <style
246 name="Keyboard.Gingerbread"
247 parent="Keyboard"
248 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900249 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900250 <item name="themeId">8</item>
251 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900252 <item name="horizontalGap">@fraction/key_horizontal_gap_gb</item>
253 <item name="verticalGap">@fraction/key_bottom_gap_gb</item>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +0900254 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900255 <style
256 name="KeyboardView.Gingerbread"
257 parent="KeyboardView"
258 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900259 <item name="android:background">@drawable/keyboard_dark_background</item>
260 <item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900261 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900262 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900263 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900264 name="LatinKeyboardView.Gingerbread"
265 parent="KeyboardView.Gingerbread"
266 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900267 <item name="autoCorrectionSpacebarLedEnabled">true</item>
268 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
269 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
270 <item name="spacebarTextColor">#FFC0C0C0</item>
271 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900272 </style>
273 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900274 name="MoreKeysKeyboard.Gingerbread"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900275 parent="Keyboard.Gingerbread"
276 >
277 <item name="keyboardTopPadding">0dip</item>
278 <item name="keyboardBottomPadding">0dip</item>
279 <item name="horizontalGap">0dip</item>
280 </style>
281 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900282 name="MoreKeysKeyboardView.Gingerbread"
283 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900284 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900285 <item name="android:background">@null</item>
286 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900287 <!-- Theme "IceCreamSandwich" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900288 <style
289 name="Keyboard.IceCreamSandwich"
290 parent="Keyboard"
291 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900292 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900293 <item name="themeId">5</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900294 <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item>
295 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item>
296 <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item>
297 <item name="verticalGap">@fraction/key_bottom_gap_ics</item>
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900298 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item>
Tadashi G. Takaokab7758d62011-06-15 13:38:58 +0900299 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900300 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900301 name="KeyboardView.IceCreamSandwich"
302 parent="KeyboardView"
303 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900304 <item name="android:background">@drawable/keyboard_background_holo</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900305 <item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900306 <item name="keyTextStyle">bold</item>
307 <item name="keyTextInactivatedColor">#66E0E4E5</item>
308 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900309 <item name="keyHintLabelColor">#A0FFFFFF</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900310 <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
311 <item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900312 <item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item>
Tadashi G. Takaokad87f28f2011-06-28 03:01:35 +0900313 <item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item>
314 <item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item>
Tadashi G. Takaokaa0e4f402011-10-12 18:50:04 +0900315 <item name="keyPreviewBackgroundWidth">@dimen/keyboard_key_feedback_background_holo_width</item>
316 <item name="keyPreviewBackgroundHeight">@dimen/keyboard_key_feedback_background_holo_height</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900317 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900318 <item name="keyPreviewHeight">@dimen/key_preview_height_ics</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900319 <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900320 <item name="shadowColor">#00000000</item>
321 <item name="shadowRadius">0.0</item>
322 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900323 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900324 name="LatinKeyboardView.IceCreamSandwich"
325 parent="KeyboardView.IceCreamSandwich"
326 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900327 <item name="autoCorrectionSpacebarLedEnabled">false</item>
328 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
329 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
330 <item name="spacebarTextColor">#FFC0C0C0</item>
331 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka42fcb2d2011-12-19 01:11:09 +0900332 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900333 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900334 name="MoreKeysKeyboard.IceCreamSandwich"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900335 parent="Keyboard.IceCreamSandwich"
336 >
337 <item name="keyboardTopPadding">0dip</item>
338 <item name="keyboardBottomPadding">0dip</item>
339 <item name="horizontalGap">0dip</item>
340 </style>
341 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900342 name="MoreKeysKeyboardView.IceCreamSandwich"
343 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900344 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900345 <item name="android:background">@null</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900346 <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +0900347 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900348 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900349 <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich">
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900350 <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900351 <item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
352 <item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900353 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900354 <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900355 <item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
356 </style>
Tadashi G. Takaoka29e7b7e2011-08-24 14:44:46 +0900357 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900358 name="SuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900359 parent="SuggestionsStripBackgroundStyle.IceCreamSandwich"
360 >
Tadashi G. Takaokad47a9552011-08-16 18:18:58 -0700361 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900362 <!-- android:color/holo_blue_light=#FF33B5E5 -->
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900363 <item name="colorValidTypedWord">@android:color/holo_blue_light</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900364 <item name="colorTypedWord">@android:color/holo_blue_light</item>
365 <item name="colorAutoCorrect">@android:color/holo_blue_light</item>
366 <item name="colorSuggested">@android:color/holo_blue_light</item>
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900367 <item name="alphaValidTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900368 <item name="alphaTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900369 <item name="alphaSuggested">70</item>
370 <item name="alphaObsoleted">70</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900371 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
372 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900373 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
374 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900375 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900376 <style
377 name="MoreSuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900378 parent="MoreKeysKeyboardView.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900379 >
380 </style>
381 <style name="SuggestionBackgroundStyle.IceCreamSandwich">
382 <item name="android:background">@drawable/btn_suggestion_ics</item>
383 </style>
384 <style
385 name="SuggestionPreviewBackgroundStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900386 parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900387 >
388 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900389 <style name="MoreKeysKeyboardAnimation">
390 <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
391 <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
Tadashi G. Takaoka0ae817c2010-09-16 14:54:45 +0900392 </style>
satok979f8692010-08-20 14:35:02 +0900393</resources>