blob: 741ad99c9aa131139322724c744bd53c507e6a72 [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. Takaokad7c4ba12012-03-14 12:33:03 +090081 <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item>
satok979f8692010-08-20 14:35:02 +090082 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +090083 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090084 name="LatinKeyboardView"
85 parent="KeyboardView">
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +090086 <item name="autoCorrectionSpacebarLedEnabled">true</item>
87 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
88 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
89 <item name="spacebarTextColor">#FFC0C0C0</item>
90 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090091 </style>
92 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090093 name="MoreKeysKeyboard"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +090094 parent="Keyboard"
95 >
96 <item name="keyboardTopPadding">0dip</item>
97 <item name="keyboardBottomPadding">0dip</item>
98 <item name="horizontalGap">0dip</item>
99 </style>
100 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900101 name="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900102 parent="KeyboardView"
103 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900104 <item name="keyBackground">@drawable/btn_keyboard_key_popup</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900105 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900106 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900107 <style name="MoreKeysKeyboardPanelStyle">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900108 <item name="android:background">@drawable/keyboard_popup_panel_background</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900109 <item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
110 <item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900111 </style>
112 <style name="SuggestionsStripBackgroundStyle">
113 <item name="android:background">@drawable/keyboard_suggest_strip</item>
114 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900115 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900116 name="SuggestionsViewStyle"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900117 parent="SuggestionsStripBackgroundStyle"
118 >
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900119 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
120 <item name="colorValidTypedWord">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900121 <item name="colorTypedWord">@android:color/white</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900122 <item name="colorAutoCorrect">#FFFCAE00</item>
123 <item name="colorSuggested">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900124 <item name="alphaObsoleted">50</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900125 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
126 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900127 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
128 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900129 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900130 <style
131 name="MoreSuggestionsViewStyle"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900132 parent="MoreKeysKeyboardView"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900133 >
134 </style>
135 <style name="SuggestionBackgroundStyle">
136 <item name="android:background">@drawable/btn_suggestion</item>
137 </style>
138 <style name="SuggestionPreviewBackgroundStyle">
139 <item name="android:background">@drawable/suggestion_feedback_background</item>
140 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900141 <!-- Theme "Basic high contrast" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900142 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900143 name="Keyboard.HighContrast"
144 parent="Keyboard"
145 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900146 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900147 <item name="themeId">1</item>
148 </style>
149 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900150 name="KeyboardView.HighContrast"
151 parent="KeyboardView"
152 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900153 <item name="android:background">@android:color/black</item>
154 <item name="keyBackground">@drawable/btn_keyboard_key3</item>
155 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900156 <style
157 name="LatinKeyboardView.HighContrast"
158 parent="KeyboardView.HighContrast"
159 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900160 <item name="autoCorrectionSpacebarLedEnabled">true</item>
161 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
162 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
163 <item name="spacebarTextColor">#FFC0C0C0</item>
164 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900165 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900166 <!-- Theme "Stone" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900167 <style
168 name="Keyboard.Stone"
169 parent="Keyboard"
170 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900171 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900172 <item name="themeId">6</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900173 <item name="keyboardHeight">@dimen/keyboardHeight_stone</item>
174 <item name="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item>
175 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item>
176 <item name="horizontalGap">@fraction/key_horizontal_gap_stone</item>
177 <item name="verticalGap">@fraction/key_bottom_gap_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900178 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900179 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900180 name="KeyboardView.Stone"
181 parent="KeyboardView"
182 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900183 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900184 <item name="keyTextColor">#FF000000</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900185 <item name="keyTextInactivatedColor">#FF808080</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900186 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900187 <item name="keyHintLabelColor">#E0000000</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900188 <item name="keyShiftedLetterHintInactivatedColor">#66000000</item>
189 <item name="keyShiftedLetterHintActivatedColor">#CC000000</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900190 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900191 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900192 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900193 name="LatinKeyboardView.Stone"
194 parent="KeyboardView.Stone"
195 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900196 <item name="autoCorrectionSpacebarLedEnabled">true</item>
197 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
198 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
199 <item name="spacebarTextColor">#FF000000</item>
200 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900201 </style>
202 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900203 name="MoreKeysKeyboard.Stone"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900204 parent="Keyboard.Stone"
205 >
206 <item name="keyboardTopPadding">0dip</item>
207 <item name="keyboardBottomPadding">0dip</item>
208 <item name="horizontalGap">0dip</item>
209 </style>
210 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900211 name="MoreKeysKeyboardView.Stone"
212 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900213 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900214 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900215 <item name="keyTextColor">#FF000000</item>
216 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900217 </style>
218 <!-- Theme "Stone bold" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900219 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900220 name="Keyboard.Stone.Bold"
221 parent="Keyboard.Stone"
222 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900223 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900224 <item name="themeId">7</item>
225 </style>
226 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900227 name="KeyboardView.Stone.Bold"
228 parent="KeyboardView.Stone"
229 >
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900230 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900231 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900232 <style
233 name="LatinKeyboardView.Stone.Bold"
234 parent="KeyboardView.Stone.Bold"
235 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900236 <item name="autoCorrectionSpacebarLedEnabled">true</item>
237 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
238 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
239 <item name="spacebarTextColor">#FF000000</item>
240 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900241 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900242 <!-- Theme "Gingerbread" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900243 <style
244 name="Keyboard.Gingerbread"
245 parent="Keyboard"
246 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900247 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900248 <item name="themeId">8</item>
249 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900250 <item name="horizontalGap">@fraction/key_horizontal_gap_gb</item>
251 <item name="verticalGap">@fraction/key_bottom_gap_gb</item>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +0900252 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900253 <style
254 name="KeyboardView.Gingerbread"
255 parent="KeyboardView"
256 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900257 <item name="android:background">@drawable/keyboard_dark_background</item>
258 <item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900259 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900260 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900261 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900262 name="LatinKeyboardView.Gingerbread"
263 parent="KeyboardView.Gingerbread"
264 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900265 <item name="autoCorrectionSpacebarLedEnabled">true</item>
266 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
267 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
268 <item name="spacebarTextColor">#FFC0C0C0</item>
269 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900270 </style>
271 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900272 name="MoreKeysKeyboard.Gingerbread"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900273 parent="Keyboard.Gingerbread"
274 >
275 <item name="keyboardTopPadding">0dip</item>
276 <item name="keyboardBottomPadding">0dip</item>
277 <item name="horizontalGap">0dip</item>
278 </style>
279 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900280 name="MoreKeysKeyboardView.Gingerbread"
281 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900282 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900283 <item name="android:background">@null</item>
284 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900285 <!-- Theme "IceCreamSandwich" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900286 <style
287 name="Keyboard.IceCreamSandwich"
288 parent="Keyboard"
289 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900290 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900291 <item name="themeId">5</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900292 <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item>
293 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item>
294 <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item>
295 <item name="verticalGap">@fraction/key_bottom_gap_ics</item>
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900296 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item>
Tadashi G. Takaokab7758d62011-06-15 13:38:58 +0900297 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900298 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900299 name="KeyboardView.IceCreamSandwich"
300 parent="KeyboardView"
301 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900302 <item name="android:background">@drawable/keyboard_background_holo</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900303 <item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900304 <item name="keyTextStyle">bold</item>
305 <item name="keyTextInactivatedColor">#66E0E4E5</item>
306 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900307 <item name="keyHintLabelColor">#A0FFFFFF</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900308 <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
309 <item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900310 <item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item>
Tadashi G. Takaokad87f28f2011-06-28 03:01:35 +0900311 <item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item>
312 <item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item>
Tadashi G. Takaokaa0e4f402011-10-12 18:50:04 +0900313 <item name="keyPreviewBackgroundWidth">@dimen/keyboard_key_feedback_background_holo_width</item>
314 <item name="keyPreviewBackgroundHeight">@dimen/keyboard_key_feedback_background_holo_height</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900315 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900316 <item name="keyPreviewHeight">@dimen/key_preview_height_ics</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900317 <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900318 <item name="shadowColor">#00000000</item>
319 <item name="shadowRadius">0.0</item>
320 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900321 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900322 name="LatinKeyboardView.IceCreamSandwich"
323 parent="KeyboardView.IceCreamSandwich"
324 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900325 <item name="autoCorrectionSpacebarLedEnabled">false</item>
326 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
327 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
328 <item name="spacebarTextColor">#FFC0C0C0</item>
329 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka42fcb2d2011-12-19 01:11:09 +0900330 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900331 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900332 name="MoreKeysKeyboard.IceCreamSandwich"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900333 parent="Keyboard.IceCreamSandwich"
334 >
335 <item name="keyboardTopPadding">0dip</item>
336 <item name="keyboardBottomPadding">0dip</item>
337 <item name="horizontalGap">0dip</item>
338 </style>
339 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900340 name="MoreKeysKeyboardView.IceCreamSandwich"
341 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900342 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900343 <item name="android:background">@null</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900344 <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +0900345 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900346 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900347 <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich">
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900348 <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900349 <item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
350 <item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900351 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900352 <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900353 <item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
354 </style>
Tadashi G. Takaoka29e7b7e2011-08-24 14:44:46 +0900355 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900356 name="SuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900357 parent="SuggestionsStripBackgroundStyle.IceCreamSandwich"
358 >
Tadashi G. Takaokad47a9552011-08-16 18:18:58 -0700359 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900360 <!-- android:color/holo_blue_light=#FF33B5E5 -->
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900361 <item name="colorValidTypedWord">@android:color/holo_blue_light</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900362 <item name="colorTypedWord">@android:color/holo_blue_light</item>
363 <item name="colorAutoCorrect">@android:color/holo_blue_light</item>
364 <item name="colorSuggested">@android:color/holo_blue_light</item>
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900365 <item name="alphaValidTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900366 <item name="alphaTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900367 <item name="alphaSuggested">70</item>
368 <item name="alphaObsoleted">70</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900369 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
370 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900371 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
372 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900373 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900374 <style
375 name="MoreSuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900376 parent="MoreKeysKeyboardView.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900377 >
378 </style>
379 <style name="SuggestionBackgroundStyle.IceCreamSandwich">
380 <item name="android:background">@drawable/btn_suggestion_ics</item>
381 </style>
382 <style
383 name="SuggestionPreviewBackgroundStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900384 parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900385 >
386 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900387 <style name="MoreKeysKeyboardAnimation">
388 <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
389 <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
Tadashi G. Takaoka0ae817c2010-09-16 14:54:45 +0900390 </style>
satok979f8692010-08-20 14:35:02 +0900391</resources>