blob: e9b0470ead0e5be4134a9be4cf3114affd704552 [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>
Tadashi G. Takaoka88d378b2012-05-18 11:46:42 +090041 <item name="keyLargeLabelRatio">@fraction/key_large_label_ratio</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090042 <item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090043 <item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090044 <item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090045 <item name="keyTextStyle">normal</item>
satok979f8692010-08-20 14:35:02 +090046 <item name="keyTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090047 <item name="keyTextInactivatedColor">#FFFFFFFF</item>
48 <item name="keyHintLetterColor">#80000000</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090049 <item name="keyHintLabelColor">#E0E0E4E5</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090050 <item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
51 <item name="keyShiftedLetterHintActivatedColor">#CCE0E4E5</item>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090052 <item name="keyLabelHorizontalPadding">@dimen/key_label_horizontal_padding</item>
53 <item name="keyHintLetterPadding">@dimen/key_hint_letter_padding</item>
Ken Wakasa6b97d2b2011-09-07 21:56:42 +090054 <item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item>
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090055 <item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item>
satok395d5012010-09-13 21:54:15 +090056 <item name="keyPreviewLayout">@layout/key_preview</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +090057 <item name="keyPreviewBackground">@drawable/keyboard_key_feedback</item>
Tadashi G. Takaokad87f28f2011-06-28 03:01:35 +090058 <item name="keyPreviewLeftBackground">@null</item>
59 <item name="keyPreviewRightBackground">@null</item>
Tadashi G. Takaoka8aee7592011-06-27 17:51:36 +090060 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka2b4cc0d2010-09-28 14:35:21 +090061 <item name="keyPreviewOffset">@dimen/key_preview_offset</item>
62 <item name="keyPreviewHeight">@dimen/key_preview_height</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090063 <item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item>
Tadashi G. Takaoka160f0122012-01-25 20:14:39 +090064 <item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090065 <item name="moreKeysLayout">@layout/more_keys_keyboard</item>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090066 <item name="verticalCorrection">@dimen/keyboard_vertical_correction</item>
satok979f8692010-08-20 14:35:02 +090067 <item name="shadowColor">#BB000000</item>
68 <item name="shadowRadius">2.75</item>
Tadashi G. Takaoka299ac262012-03-13 17:28:52 +090069 <item name="backgroundDimAlpha">128</item>
Tadashi G. Takaoka160f0122012-01-25 20:14:39 +090070 <!-- Common attributes of LatinKeyboardView -->
71 <item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item>
72 <item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item>
73 <item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item>
74 <item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item>
75 <item name="keyRepeatStartTimeout">@integer/config_key_repeat_start_timeout</item>
76 <item name="keyRepeatInterval">@integer/config_key_repeat_interval</item>
77 <item name="longPressKeyTimeout">@integer/config_long_press_key_timeout</item>
78 <item name="longPressShiftKeyTimeout">@integer/config_long_press_shift_key_timeout</item>
Tadashi G. Takaoka73a46bf2012-03-14 14:46:22 +090079 <item name="ignoreAltCodeKeyTimeout">@integer/config_ignore_alt_code_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. Takaoka31c94ce2012-03-16 14:05:20 +090081 <item name="languageOnSpacebarFinalAlpha">@integer/config_language_on_spacebar_final_alpha</item>
Tadashi G. Takaokad7c4ba12012-03-14 12:33:03 +090082 <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item>
Tadashi G. Takaoka73a46bf2012-03-14 14:46:22 +090083 <item name="altCodeKeyWhileTypingFadeoutAnimator">@anim/alt_code_key_while_typing_fadeout</item>
84 <item name="altCodeKeyWhileTypingFadeinAnimator">@anim/alt_code_key_while_typing_fadein</item>
satok979f8692010-08-20 14:35:02 +090085 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +090086 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090087 name="LatinKeyboardView"
88 parent="KeyboardView">
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +090089 <item name="autoCorrectionSpacebarLedEnabled">true</item>
90 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
91 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
92 <item name="spacebarTextColor">#FFC0C0C0</item>
93 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +090094 </style>
95 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +090096 name="MoreKeysKeyboard"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +090097 parent="Keyboard"
98 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090099 <item name="keyboardTopPadding">0dp</item>
100 <item name="keyboardBottomPadding">0dp</item>
101 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900102 </style>
103 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900104 name="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900105 parent="KeyboardView"
106 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900107 <item name="keyBackground">@drawable/btn_keyboard_key_popup</item>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900108 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900109 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900110 <style name="MoreKeysKeyboardPanelStyle">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900111 <item name="android:background">@drawable/keyboard_popup_panel_background</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900112 </style>
113 <style name="SuggestionsStripBackgroundStyle">
114 <item name="android:background">@drawable/keyboard_suggest_strip</item>
115 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900116 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900117 name="SuggestionsViewStyle"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900118 parent="SuggestionsStripBackgroundStyle"
119 >
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900120 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
121 <item name="colorValidTypedWord">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900122 <item name="colorTypedWord">@android:color/white</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900123 <item name="colorAutoCorrect">#FFFCAE00</item>
124 <item name="colorSuggested">#FFFCAE00</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900125 <item name="alphaObsoleted">50</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900126 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
127 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900128 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
129 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900130 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900131 <style
132 name="MoreSuggestionsViewStyle"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900133 parent="MoreKeysKeyboardView"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900134 >
135 </style>
136 <style name="SuggestionBackgroundStyle">
137 <item name="android:background">@drawable/btn_suggestion</item>
138 </style>
139 <style name="SuggestionPreviewBackgroundStyle">
140 <item name="android:background">@drawable/suggestion_feedback_background</item>
141 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900142 <!-- Theme "Basic high contrast" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900143 <style
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900144 name="Keyboard.HighContrast"
145 parent="Keyboard"
146 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900147 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900148 <item name="themeId">1</item>
149 </style>
150 <style
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900151 name="KeyboardView.HighContrast"
152 parent="KeyboardView"
153 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900154 <item name="android:background">@android:color/black</item>
155 <item name="keyBackground">@drawable/btn_keyboard_key3</item>
156 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900157 <style
158 name="LatinKeyboardView.HighContrast"
159 parent="KeyboardView.HighContrast"
160 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900161 <item name="autoCorrectionSpacebarLedEnabled">true</item>
162 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
163 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
164 <item name="spacebarTextColor">#FFC0C0C0</item>
165 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900166 </style>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900167 <!-- Theme "Stone" -->
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900168 <style
169 name="Keyboard.Stone"
170 parent="Keyboard"
171 >
Tadashi G. Takaoka411749a2012-03-08 16:20:22 +0900172 <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
Tadashi G. Takaoka5c269222011-09-30 21:12:20 +0900173 <item name="themeId">6</item>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +0900174 <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 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900206 <item name="keyboardTopPadding">0dp</item>
207 <item name="keyboardBottomPadding">0dp</item>
208 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900209 </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 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900275 <item name="keyboardTopPadding">0dp</item>
276 <item name="keyboardBottomPadding">0dp</item>
277 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900278 </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. Takaoka8aee7592011-06-27 17:51:36 +0900313 <item name="keyPreviewTextColor">#FFFFFFFF</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900314 <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900315 <item name="shadowColor">#00000000</item>
316 <item name="shadowRadius">0.0</item>
317 </style>
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900318 <style
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900319 name="LatinKeyboardView.IceCreamSandwich"
320 parent="KeyboardView.IceCreamSandwich"
321 >
Tadashi G. Takaoka4112dc02011-12-18 08:13:36 +0900322 <item name="autoCorrectionSpacebarLedEnabled">false</item>
323 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
324 <item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
325 <item name="spacebarTextColor">#FFC0C0C0</item>
326 <item name="spacebarTextShadowColor">#80000000</item>
Tadashi G. Takaoka42fcb2d2011-12-19 01:11:09 +0900327 </style>
Tadashi G. Takaoka5afc3ae2011-12-18 04:55:17 +0900328 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900329 name="MoreKeysKeyboard.IceCreamSandwich"
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900330 parent="Keyboard.IceCreamSandwich"
331 >
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +0900332 <item name="keyboardTopPadding">0dp</item>
333 <item name="keyboardBottomPadding">0dp</item>
334 <item name="horizontalGap">0dp</item>
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900335 </style>
336 <style
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900337 name="MoreKeysKeyboardView.IceCreamSandwich"
338 parent="MoreKeysKeyboardView"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900339 >
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900340 <item name="android:background">@null</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900341 <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +0900342 <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900343 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900344 <style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich">
Tadashi G. Takaokaea0c5672011-09-05 18:58:30 +0900345 <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item>
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900346 </style>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900347 <style name="SuggestionsStripBackgroundStyle.IceCreamSandwich">
Tadashi G. Takaoka13a74192011-05-24 21:08:20 +0900348 <item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
349 </style>
Tadashi G. Takaoka29e7b7e2011-08-24 14:44:46 +0900350 <style
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900351 name="SuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaokac04bbc12011-08-26 15:13:30 +0900352 parent="SuggestionsStripBackgroundStyle.IceCreamSandwich"
353 >
Tadashi G. Takaokad47a9552011-08-16 18:18:58 -0700354 <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900355 <!-- android:color/holo_blue_light=#FF33B5E5 -->
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900356 <item name="colorValidTypedWord">@android:color/holo_blue_light</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900357 <item name="colorTypedWord">@android:color/holo_blue_light</item>
358 <item name="colorAutoCorrect">@android:color/holo_blue_light</item>
359 <item name="colorSuggested">@android:color/holo_blue_light</item>
Tadashi G. Takaokaa44685a2011-12-15 16:38:17 +0900360 <item name="alphaValidTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900361 <item name="alphaTypedWord">85</item>
Tadashi G. Takaoka697bf582011-09-13 12:35:52 +0900362 <item name="alphaSuggested">70</item>
363 <item name="alphaObsoleted">70</item>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900364 <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
365 <item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +0900366 <item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
367 <item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
Tadashi G. Takaoka08a6f2a2011-06-15 11:49:57 +0900368 </style>
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900369 <style
370 name="MoreSuggestionsViewStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900371 parent="MoreKeysKeyboardView.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900372 >
373 </style>
374 <style name="SuggestionBackgroundStyle.IceCreamSandwich">
375 <item name="android:background">@drawable/btn_suggestion_ics</item>
376 </style>
377 <style
378 name="SuggestionPreviewBackgroundStyle.IceCreamSandwich"
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900379 parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich"
Tadashi G. Takaoka0e2fa662011-09-05 16:46:15 +0900380 >
381 </style>
Tadashi G. Takaoka2affaf92012-02-08 16:12:11 +0900382 <style name="MoreKeysKeyboardAnimation">
383 <item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
384 <item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
Tadashi G. Takaoka0ae817c2010-09-16 14:54:45 +0900385 </style>
satok979f8692010-08-20 14:35:02 +0900386</resources>