blob: b3c921e9eb30da7a46cfbed53f6a169c195df962 [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>
Tadashi G. Takaoka73a46bf2012-03-14 14:46:22 +090078 <item name="ignoreAltCodeKeyTimeout">@integer/config_ignore_alt_code_key_timeout</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090079 <item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item>
Tadashi G. Takaoka31c94ce2012-03-16 14:05:20 +090080 <item name="languageOnSpacebarFinalAlpha">@integer/config_language_on_spacebar_final_alpha</item>
Tadashi G. Takaokad7c4ba12012-03-14 12:33:03 +090081 <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item>
Tadashi G. Takaoka73a46bf2012-03-14 14:46:22 +090082 <item name="altCodeKeyWhileTypingFadeoutAnimator">@anim/alt_code_key_while_typing_fadeout</item>
83 <item name="altCodeKeyWhileTypingFadeinAnimator">@anim/alt_code_key_while_typing_fadein</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 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090098 <item name="keyboardTopPadding">0dp</item>
99 <item name="keyboardBottomPadding">0dp</item>
100 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900101 </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. 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="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item>
174 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item>
175 <item name="horizontalGap">@fraction/key_horizontal_gap_stone</item>
176 <item name="verticalGap">@fraction/key_bottom_gap_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900177 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900178 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900179 name="KeyboardView.Stone"
180 parent="KeyboardView"
181 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900182 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900183 <item name="keyTextColor">#FF000000</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900184 <item name="keyTextInactivatedColor">#FF808080</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900185 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900186 <item name="keyHintLabelColor">#E0000000</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900187 <item name="keyShiftedLetterHintInactivatedColor">#66000000</item>
188 <item name="keyShiftedLetterHintActivatedColor">#CC000000</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900189 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900190 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900191 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900192 name="LatinKeyboardView.Stone"
193 parent="KeyboardView.Stone"
194 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900195 <item name="autoCorrectionSpacebarLedEnabled">true</item>
196 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
197 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
198 <item name="spacebarTextColor">#FF000000</item>
199 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900200 </style>
201 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900202 name="MoreKeysKeyboard.Stone"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900203 parent="Keyboard.Stone"
204 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900205 <item name="keyboardTopPadding">0dp</item>
206 <item name="keyboardBottomPadding">0dp</item>
207 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900208 </style>
209 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900210 name="MoreKeysKeyboardView.Stone"
211 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900212 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900213 <item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900214 <item name="keyTextColor">#FF000000</item>
215 <item name="shadowColor">#FFFFFFFF</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900216 </style>
217 <!-- Theme "Stone bold" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900218 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900219 name="Keyboard.Stone.Bold"
220 parent="Keyboard.Stone"
221 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900222 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900223 <item name="themeId">7</item>
224 </style>
225 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900226 name="KeyboardView.Stone.Bold"
227 parent="KeyboardView.Stone"
228 >
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900229 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900230 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900231 <style
232 name="LatinKeyboardView.Stone.Bold"
233 parent="KeyboardView.Stone.Bold"
234 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900235 <item name="autoCorrectionSpacebarLedEnabled">true</item>
236 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
237 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
238 <item name="spacebarTextColor">#FF000000</item>
239 <item name="spacebarTextShadowColor">#D0FFFFFF</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900240 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900241 <!-- Theme "Gingerbread" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900242 <style
243 name="Keyboard.Gingerbread"
244 parent="Keyboard"
245 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900246 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900247 <item name="themeId">8</item>
248 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900249 <item name="horizontalGap">@fraction/key_horizontal_gap_gb</item>
250 <item name="verticalGap">@fraction/key_bottom_gap_gb</item>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +0900251 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900252 <style
253 name="KeyboardView.Gingerbread"
254 parent="KeyboardView"
255 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900256 <item name="android:background">@drawable/keyboard_dark_background</item>
257 <item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900258 <item name="keyTextStyle">bold</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900259 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900260 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900261 name="LatinKeyboardView.Gingerbread"
262 parent="KeyboardView.Gingerbread"
263 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900264 <item name="autoCorrectionSpacebarLedEnabled">true</item>
265 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
266 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
267 <item name="spacebarTextColor">#FFC0C0C0</item>
268 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900269 </style>
270 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900271 name="MoreKeysKeyboard.Gingerbread"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900272 parent="Keyboard.Gingerbread"
273 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900274 <item name="keyboardTopPadding">0dp</item>
275 <item name="keyboardBottomPadding">0dp</item>
276 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900277 </style>
278 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900279 name="MoreKeysKeyboardView.Gingerbread"
280 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900281 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900282 <item name="android:background">@null</item>
283 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900284 <!-- Theme "IceCreamSandwich" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900285 <style
286 name="Keyboard.IceCreamSandwich"
287 parent="Keyboard"
288 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900289 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900290 <item name="themeId">5</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900291 <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item>
292 <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item>
293 <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item>
294 <item name="verticalGap">@fraction/key_bottom_gap_ics</item>
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900295 <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item>
Tadashi G. Takaokab7758d62011-06-15 13:38:58 +0900296 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900297 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900298 name="KeyboardView.IceCreamSandwich"
299 parent="KeyboardView"
300 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900301 <item name="android:background">@drawable/keyboard_background_holo</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900302 <item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +0900303 <item name="keyTextStyle">bold</item>
304 <item name="keyTextInactivatedColor">#66E0E4E5</item>
305 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900306 <item name="keyHintLabelColor">#A0FFFFFF</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +0900307 <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
308 <item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900309 <item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item>
Tadashi G. Takaokad87f28f2011-06-28 03:01:35 +0900310 <item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item>
311 <item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +0900312 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900313 <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900314 <item name="shadowColor">#00000000</item>
315 <item name="shadowRadius">0.0</item>
316 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900317 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900318 name="LatinKeyboardView.IceCreamSandwich"
319 parent="KeyboardView.IceCreamSandwich"
320 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900321 <item name="autoCorrectionSpacebarLedEnabled">false</item>
322 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
323 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
324 <item name="spacebarTextColor">#FFC0C0C0</item>
325 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka42fcb2d2011-12-19 01:11:09 +0900326 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900327 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900328 name="MoreKeysKeyboard.IceCreamSandwich"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900329 parent="Keyboard.IceCreamSandwich"
330 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900331 <item name="keyboardTopPadding">0dp</item>
332 <item name="keyboardBottomPadding">0dp</item>
333 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900334 </style>
335 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900336 name="MoreKeysKeyboardView.IceCreamSandwich"
337 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900338 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900339 <item name="android:background">@null</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900340 <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +0900341 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900342 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900343 <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich">
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900344 <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900345 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900346 <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900347 <item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
348 </style>
Tadashi G. Takaoka29e7b7e2011-08-24 14:44:46 +0900349 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900350 name="SuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900351 parent="SuggestionsStripBackgroundStyle.IceCreamSandwich"
352 >
Tadashi G. Takaokad47a9552011-08-16 18:18:58 -0700353 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900354 <!-- android:color/holo_blue_light=#FF33B5E5 -->
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900355 <item name="colorValidTypedWord">@android:color/holo_blue_light</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900356 <item name="colorTypedWord">@android:color/holo_blue_light</item>
357 <item name="colorAutoCorrect">@android:color/holo_blue_light</item>
358 <item name="colorSuggested">@android:color/holo_blue_light</item>
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900359 <item name="alphaValidTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900360 <item name="alphaTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900361 <item name="alphaSuggested">70</item>
362 <item name="alphaObsoleted">70</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900363 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
364 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900365 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
366 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900367 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900368 <style
369 name="MoreSuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900370 parent="MoreKeysKeyboardView.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900371 >
372 </style>
373 <style name="SuggestionBackgroundStyle.IceCreamSandwich">
374 <item name="android:background">@drawable/btn_suggestion_ics</item>
375 </style>
376 <style
377 name="SuggestionPreviewBackgroundStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900378 parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900379 >
380 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900381 <style name="MoreKeysKeyboardAnimation">
382 <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
383 <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
Tadashi G. Takaoka0ae817c2010-09-16 14:54:45 +0900384 </style>
satok979f8692010-08-20 14:35:02 +0900385</resources>