2010-08-20 05:35:02 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2010 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2011-05-24 12:08:20 +00:00
|
|
|
<!-- Theme "Basic" -->
|
2011-06-16 08:20:29 +00:00
|
|
|
<style name="Keyboard">
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">0</item>
|
|
|
|
<item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item>
|
2011-06-17 02:55:42 +00:00
|
|
|
<item name="rowHeight">25%p</item>
|
|
|
|
<item name="keyboardHeight">@dimen/keyboardHeight</item>
|
|
|
|
<item name="maxKeyboardHeight">@fraction/maxKeyboardHeight</item>
|
|
|
|
<item name="minKeyboardHeight">@fraction/minKeyboardHeight</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="moreKeysTemplate">@xml/kbd_more_keys_keyboard_template</item>
|
2011-07-04 06:09:21 +00:00
|
|
|
<item name="keyboardTopPadding">@fraction/keyboard_top_padding</item>
|
|
|
|
<item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding</item>
|
2011-09-26 02:26:38 +00:00
|
|
|
<item name="keyboardHorizontalEdgesPadding">@fraction/keyboard_horizontal_edges_padding</item>
|
2011-07-04 06:09:21 +00:00
|
|
|
<item name="horizontalGap">@fraction/key_horizontal_gap</item>
|
|
|
|
<item name="verticalGap">@fraction/key_bottom_gap</item>
|
2011-08-31 06:26:32 +00:00
|
|
|
<item name="maxMoreKeysColumn">@integer/config_max_more_keys_column</item>
|
2011-06-15 04:38:58 +00:00
|
|
|
</style>
|
2010-12-02 09:46:21 +00:00
|
|
|
<style name="KeyboardView">
|
2010-08-20 05:35:02 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_background</item>
|
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key</item>
|
2011-05-12 14:49:19 +00:00
|
|
|
<item name="keyLetterRatio">@fraction/key_letter_ratio</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyLargeLetterRatio">@fraction/key_large_letter_ratio</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyLabelRatio">@fraction/key_label_ratio</item>
|
|
|
|
<item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item>
|
2012-01-26 09:03:30 +00:00
|
|
|
<item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextStyle">normal</item>
|
2010-08-20 05:35:02 +00:00
|
|
|
<item name="keyTextColor">#FFFFFFFF</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextInactivatedColor">#FFFFFFFF</item>
|
|
|
|
<item name="keyHintLetterColor">#80000000</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyHintLabelColor">#E0E0E4E5</item>
|
2012-01-26 09:03:30 +00:00
|
|
|
<item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
|
|
|
|
<item name="keyShiftedLetterHintActivatedColor">#CCE0E4E5</item>
|
2011-06-28 07:32:39 +00:00
|
|
|
<item name="keyLabelHorizontalPadding">@dimen/key_label_horizontal_padding</item>
|
|
|
|
<item name="keyHintLetterPadding">@dimen/key_hint_letter_padding</item>
|
2011-09-07 12:56:42 +00:00
|
|
|
<item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item>
|
2012-01-26 09:03:30 +00:00
|
|
|
<item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item>
|
2010-09-13 12:54:15 +00:00
|
|
|
<item name="keyPreviewLayout">@layout/key_preview</item>
|
2011-06-27 08:51:36 +00:00
|
|
|
<item name="keyPreviewBackground">@drawable/keyboard_key_feedback</item>
|
2011-06-27 18:01:35 +00:00
|
|
|
<item name="keyPreviewLeftBackground">@null</item>
|
|
|
|
<item name="keyPreviewRightBackground">@null</item>
|
2011-06-27 08:51:36 +00:00
|
|
|
<item name="keyPreviewTextColor">#FFFFFFFF</item>
|
2010-09-28 05:35:21 +00:00
|
|
|
<item name="keyPreviewOffset">@dimen/key_preview_offset</item>
|
|
|
|
<item name="keyPreviewHeight">@dimen/key_preview_height</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item>
|
2012-01-25 11:14:39 +00:00
|
|
|
<item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="moreKeysLayout">@layout/more_keys_keyboard</item>
|
2010-09-27 08:07:09 +00:00
|
|
|
<item name="verticalCorrection">@dimen/keyboard_vertical_correction</item>
|
2010-08-20 05:35:02 +00:00
|
|
|
<item name="shadowColor">#BB000000</item>
|
|
|
|
<item name="shadowRadius">2.75</item>
|
|
|
|
<item name="backgroundDimAmount">0.5</item>
|
2012-01-25 11:14:39 +00:00
|
|
|
<!-- Common attributes of LatinKeyboardView -->
|
|
|
|
<item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item>
|
|
|
|
<item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item>
|
|
|
|
<item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item>
|
|
|
|
<item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item>
|
|
|
|
<item name="keyRepeatStartTimeout">@integer/config_key_repeat_start_timeout</item>
|
|
|
|
<item name="keyRepeatInterval">@integer/config_key_repeat_interval</item>
|
|
|
|
<item name="longPressKeyTimeout">@integer/config_long_press_key_timeout</item>
|
|
|
|
<item name="longPressShiftKeyTimeout">@integer/config_long_press_shift_key_timeout</item>
|
|
|
|
<item name="longPressSpaceKeyTimeout">@integer/config_long_press_space_key_timeout</item>
|
|
|
|
<item name="ignoreSpecialKeyTimeout">@integer/config_ignore_special_key_timeout</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item>
|
2010-08-20 05:35:02 +00:00
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView"
|
|
|
|
parent="KeyboardView">
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FFC0C0C0</item>
|
|
|
|
<item name="spacebarTextShadowColor">#80000000</item>
|
2011-12-17 19:55:17 +00:00
|
|
|
</style>
|
2011-09-05 09:58:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboard"
|
2011-09-05 09:58:30 +00:00
|
|
|
parent="Keyboard"
|
|
|
|
>
|
|
|
|
<item name="keyboardTopPadding">0dip</item>
|
|
|
|
<item name="keyboardBottomPadding">0dip</item>
|
|
|
|
<item name="horizontalGap">0dip</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboardView"
|
2011-08-26 06:13:30 +00:00
|
|
|
parent="KeyboardView"
|
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_popup</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2012-02-08 07:12:11 +00:00
|
|
|
<style name="MoreKeysKeyboardPanelStyle">
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_popup_panel_background</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
|
|
|
|
<item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
|
|
|
<style name="SuggestionsStripBackgroundStyle">
|
|
|
|
<item name="android:background">@drawable/keyboard_suggest_strip</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2011-09-01 05:54:28 +00:00
|
|
|
name="SuggestionsViewStyle"
|
2011-08-26 06:13:30 +00:00
|
|
|
parent="SuggestionsStripBackgroundStyle"
|
|
|
|
>
|
2011-12-15 07:38:17 +00:00
|
|
|
<item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
|
|
|
|
<item name="colorValidTypedWord">#FFFCAE00</item>
|
2011-09-13 03:35:52 +00:00
|
|
|
<item name="colorTypedWord">@android:color/white</item>
|
2011-06-15 02:49:57 +00:00
|
|
|
<item name="colorAutoCorrect">#FFFCAE00</item>
|
|
|
|
<item name="colorSuggested">#FFFCAE00</item>
|
2011-09-13 03:35:52 +00:00
|
|
|
<item name="alphaObsoleted">50</item>
|
2011-09-01 05:54:28 +00:00
|
|
|
<item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
|
|
|
|
<item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
|
2011-09-05 08:22:34 +00:00
|
|
|
<item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
|
|
|
|
<item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
|
2011-06-15 02:49:57 +00:00
|
|
|
</style>
|
2011-09-05 07:46:15 +00:00
|
|
|
<style
|
|
|
|
name="MoreSuggestionsViewStyle"
|
2012-02-08 07:12:11 +00:00
|
|
|
parent="MoreKeysKeyboardView"
|
2011-09-05 07:46:15 +00:00
|
|
|
>
|
|
|
|
</style>
|
|
|
|
<style name="SuggestionBackgroundStyle">
|
|
|
|
<item name="android:background">@drawable/btn_suggestion</item>
|
|
|
|
</style>
|
|
|
|
<style name="SuggestionPreviewBackgroundStyle">
|
|
|
|
<item name="android:background">@drawable/suggestion_feedback_background</item>
|
|
|
|
</style>
|
2011-05-24 12:08:20 +00:00
|
|
|
<!-- Theme "Basic high contrast" -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<style
|
|
|
|
name="Keyboard.HighContrast"
|
|
|
|
parent="Keyboard"
|
|
|
|
>
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">1</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="KeyboardView.HighContrast"
|
|
|
|
parent="KeyboardView"
|
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@android:color/black</item>
|
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key3</item>
|
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView.HighContrast"
|
|
|
|
parent="KeyboardView.HighContrast"
|
|
|
|
>
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FFC0C0C0</item>
|
|
|
|
<item name="spacebarTextShadowColor">#80000000</item>
|
2011-12-17 19:55:17 +00:00
|
|
|
</style>
|
2011-05-24 12:08:20 +00:00
|
|
|
<!-- Theme "Stone" -->
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="Keyboard.Stone"
|
|
|
|
parent="Keyboard"
|
|
|
|
>
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">6</item>
|
2011-07-04 06:09:21 +00:00
|
|
|
<item name="keyboardHeight">@dimen/keyboardHeight_stone</item>
|
|
|
|
<item name="keyboardTopPadding">@fraction/keyboard_top_padding_stone</item>
|
|
|
|
<item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_stone</item>
|
|
|
|
<item name="horizontalGap">@fraction/key_horizontal_gap_stone</item>
|
|
|
|
<item name="verticalGap">@fraction/key_bottom_gap_stone</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="KeyboardView.Stone"
|
|
|
|
parent="KeyboardView"
|
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="keyTextColor">#FF000000</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextInactivatedColor">#FF808080</item>
|
2011-06-27 08:51:36 +00:00
|
|
|
<item name="keyHintLetterColor">#80000000</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyHintLabelColor">#E0000000</item>
|
2012-01-26 09:03:30 +00:00
|
|
|
<item name="keyShiftedLetterHintInactivatedColor">#66000000</item>
|
|
|
|
<item name="keyShiftedLetterHintActivatedColor">#CC000000</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="shadowColor">#FFFFFFFF</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView.Stone"
|
|
|
|
parent="KeyboardView.Stone"
|
|
|
|
>
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FF000000</item>
|
|
|
|
<item name="spacebarTextShadowColor">#D0FFFFFF</item>
|
2011-12-17 19:55:17 +00:00
|
|
|
</style>
|
2011-09-05 09:58:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboard.Stone"
|
2011-09-05 09:58:30 +00:00
|
|
|
parent="Keyboard.Stone"
|
|
|
|
>
|
|
|
|
<item name="keyboardTopPadding">0dip</item>
|
|
|
|
<item name="keyboardBottomPadding">0dip</item>
|
|
|
|
<item name="horizontalGap">0dip</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboardView.Stone"
|
|
|
|
parent="MoreKeysKeyboardView"
|
2011-08-26 06:13:30 +00:00
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="keyTextColor">#FF000000</item>
|
|
|
|
<item name="shadowColor">#FFFFFFFF</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
|
|
|
<!-- Theme "Stone bold" -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<style
|
|
|
|
name="Keyboard.Stone.Bold"
|
|
|
|
parent="Keyboard.Stone"
|
|
|
|
>
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">7</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="KeyboardView.Stone.Bold"
|
|
|
|
parent="KeyboardView.Stone"
|
|
|
|
>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextStyle">bold</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView.Stone.Bold"
|
|
|
|
parent="KeyboardView.Stone.Bold"
|
|
|
|
>
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FF000000</item>
|
|
|
|
<item name="spacebarTextShadowColor">#D0FFFFFF</item>
|
2011-12-17 19:55:17 +00:00
|
|
|
</style>
|
2011-05-24 12:08:20 +00:00
|
|
|
<!-- Theme "Gingerbread" -->
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="Keyboard.Gingerbread"
|
|
|
|
parent="Keyboard"
|
|
|
|
>
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">8</item>
|
|
|
|
<item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item>
|
2011-07-04 06:09:21 +00:00
|
|
|
<item name="horizontalGap">@fraction/key_horizontal_gap_gb</item>
|
|
|
|
<item name="verticalGap">@fraction/key_bottom_gap_gb</item>
|
2011-06-28 07:32:39 +00:00
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="KeyboardView.Gingerbread"
|
|
|
|
parent="KeyboardView"
|
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_dark_background</item>
|
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextStyle">bold</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView.Gingerbread"
|
|
|
|
parent="KeyboardView.Gingerbread"
|
|
|
|
>
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FFC0C0C0</item>
|
|
|
|
<item name="spacebarTextShadowColor">#80000000</item>
|
2011-12-17 19:55:17 +00:00
|
|
|
</style>
|
2011-09-05 09:58:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboard.Gingerbread"
|
2011-09-05 09:58:30 +00:00
|
|
|
parent="Keyboard.Gingerbread"
|
|
|
|
>
|
|
|
|
<item name="keyboardTopPadding">0dip</item>
|
|
|
|
<item name="keyboardBottomPadding">0dip</item>
|
|
|
|
<item name="horizontalGap">0dip</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboardView.Gingerbread"
|
|
|
|
parent="MoreKeysKeyboardView"
|
2011-08-26 06:13:30 +00:00
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@null</item>
|
|
|
|
</style>
|
2011-06-21 11:10:51 +00:00
|
|
|
<!-- Theme "IceCreamSandwich" -->
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="Keyboard.IceCreamSandwich"
|
|
|
|
parent="Keyboard"
|
|
|
|
>
|
2012-03-08 07:20:22 +00:00
|
|
|
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="themeId">5</item>
|
2011-07-04 06:09:21 +00:00
|
|
|
<item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item>
|
|
|
|
<item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item>
|
|
|
|
<item name="horizontalGap">@fraction/key_horizontal_gap_ics</item>
|
|
|
|
<item name="verticalGap">@fraction/key_bottom_gap_ics</item>
|
2011-09-30 12:12:20 +00:00
|
|
|
<item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item>
|
2011-06-15 04:38:58 +00:00
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
|
|
|
name="KeyboardView.IceCreamSandwich"
|
|
|
|
parent="KeyboardView"
|
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_background_holo</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
|
2011-06-15 03:36:53 +00:00
|
|
|
<item name="keyTextStyle">bold</item>
|
|
|
|
<item name="keyTextInactivatedColor">#66E0E4E5</item>
|
|
|
|
<item name="keyHintLetterColor">#80000000</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyHintLabelColor">#A0FFFFFF</item>
|
2012-01-26 09:03:30 +00:00
|
|
|
<item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
|
|
|
|
<item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
|
2011-06-27 08:51:36 +00:00
|
|
|
<item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item>
|
2011-06-27 18:01:35 +00:00
|
|
|
<item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item>
|
|
|
|
<item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item>
|
2011-10-12 09:50:04 +00:00
|
|
|
<item name="keyPreviewBackgroundWidth">@dimen/keyboard_key_feedback_background_holo_width</item>
|
|
|
|
<item name="keyPreviewBackgroundHeight">@dimen/keyboard_key_feedback_background_holo_height</item>
|
2011-06-27 08:51:36 +00:00
|
|
|
<item name="keyPreviewTextColor">#FFFFFFFF</item>
|
2011-06-25 10:38:55 +00:00
|
|
|
<item name="keyPreviewHeight">@dimen/key_preview_height_ics</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="shadowColor">#00000000</item>
|
|
|
|
<item name="shadowRadius">0.0</item>
|
|
|
|
</style>
|
2011-12-17 19:55:17 +00:00
|
|
|
<style
|
|
|
|
name="LatinKeyboardView.IceCreamSandwich"
|
|
|
|
parent="KeyboardView.IceCreamSandwich"
|
|
|
|
>
|
2011-12-17 23:13:36 +00:00
|
|
|
<item name="autoCorrectionSpacebarLedEnabled">false</item>
|
|
|
|
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item>
|
|
|
|
<item name="spacebarTextRatio">@fraction/spacebar_text_ratio</item>
|
|
|
|
<item name="spacebarTextColor">#FFC0C0C0</item>
|
|
|
|
<item name="spacebarTextShadowColor">#80000000</item>
|
2011-12-18 16:11:09 +00:00
|
|
|
</style>
|
2011-09-05 09:58:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboard.IceCreamSandwich"
|
2011-09-05 09:58:30 +00:00
|
|
|
parent="Keyboard.IceCreamSandwich"
|
|
|
|
>
|
|
|
|
<item name="keyboardTopPadding">0dip</item>
|
|
|
|
<item name="keyboardBottomPadding">0dip</item>
|
|
|
|
<item name="horizontalGap">0dip</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2012-02-08 07:12:11 +00:00
|
|
|
name="MoreKeysKeyboardView.IceCreamSandwich"
|
|
|
|
parent="MoreKeysKeyboardView"
|
2011-08-26 06:13:30 +00:00
|
|
|
>
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@null</item>
|
2011-06-21 11:10:51 +00:00
|
|
|
<item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item>
|
2012-03-07 09:34:15 +00:00
|
|
|
<item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2012-02-08 07:12:11 +00:00
|
|
|
<style name="MoreKeysKeyboardPanelStyle.IceCreamSandwich">
|
2011-09-05 09:58:30 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_popup_panel_background_holo</item>
|
2012-02-08 07:12:11 +00:00
|
|
|
<item name="android:paddingLeft">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
|
|
|
|
<item name="android:paddingRight">@dimen/more_keys_keyboard_horizontal_edges_padding_ics</item>
|
2011-05-24 12:08:20 +00:00
|
|
|
</style>
|
2011-06-21 11:10:51 +00:00
|
|
|
<style name="SuggestionsStripBackgroundStyle.IceCreamSandwich">
|
2011-05-24 12:08:20 +00:00
|
|
|
<item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
|
|
|
|
</style>
|
2011-08-26 06:13:30 +00:00
|
|
|
<style
|
2011-09-01 05:54:28 +00:00
|
|
|
name="SuggestionsViewStyle.IceCreamSandwich"
|
2011-08-26 06:13:30 +00:00
|
|
|
parent="SuggestionsStripBackgroundStyle.IceCreamSandwich"
|
|
|
|
>
|
2011-08-17 01:18:58 +00:00
|
|
|
<item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
|
2011-09-13 03:35:52 +00:00
|
|
|
<!-- android:color/holo_blue_light=#FF33B5E5 -->
|
2011-12-15 07:38:17 +00:00
|
|
|
<item name="colorValidTypedWord">@android:color/holo_blue_light</item>
|
2011-09-13 03:35:52 +00:00
|
|
|
<item name="colorTypedWord">@android:color/holo_blue_light</item>
|
|
|
|
<item name="colorAutoCorrect">@android:color/holo_blue_light</item>
|
|
|
|
<item name="colorSuggested">@android:color/holo_blue_light</item>
|
2011-12-15 07:38:17 +00:00
|
|
|
<item name="alphaValidTypedWord">85</item>
|
2011-09-13 03:35:52 +00:00
|
|
|
<item name="alphaTypedWord">85</item>
|
|
|
|
<item name="alphaSuggested">70</item>
|
|
|
|
<item name="alphaObsoleted">70</item>
|
2011-09-01 05:54:28 +00:00
|
|
|
<item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
|
|
|
|
<item name="centerSuggestionPercentile">@integer/center_suggestion_percentile</item>
|
2011-09-05 08:22:34 +00:00
|
|
|
<item name="maxMoreSuggestionsRow">@integer/max_more_suggestions_row</item>
|
|
|
|
<item name="minMoreSuggestionsWidth">@fraction/min_more_suggestions_width</item>
|
2011-06-15 02:49:57 +00:00
|
|
|
</style>
|
2011-09-05 07:46:15 +00:00
|
|
|
<style
|
|
|
|
name="MoreSuggestionsViewStyle.IceCreamSandwich"
|
2012-02-08 07:12:11 +00:00
|
|
|
parent="MoreKeysKeyboardView.IceCreamSandwich"
|
2011-09-05 07:46:15 +00:00
|
|
|
>
|
|
|
|
</style>
|
|
|
|
<style name="SuggestionBackgroundStyle.IceCreamSandwich">
|
|
|
|
<item name="android:background">@drawable/btn_suggestion_ics</item>
|
|
|
|
</style>
|
|
|
|
<style
|
|
|
|
name="SuggestionPreviewBackgroundStyle.IceCreamSandwich"
|
2012-02-08 07:12:11 +00:00
|
|
|
parent="MoreKeysKeyboardPanelStyle.IceCreamSandwich"
|
2011-09-05 07:46:15 +00:00
|
|
|
>
|
|
|
|
</style>
|
2012-02-08 07:12:11 +00:00
|
|
|
<style name="MoreKeysKeyboardAnimation">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
|
2010-09-16 05:54:45 +00:00
|
|
|
</style>
|
2010-08-20 05:35:02 +00:00
|
|
|
</resources>
|