Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2011, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 19 | --> |
| 20 | |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 21 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
Tadashi G. Takaoka | adaaf9f | 2013-08-27 13:01:20 +0900 | [diff] [blame] | 22 | <style name="KeyboardTheme.ICS" parent="KeyboardIcons.ICS"> |
| 23 | <item name="keyboardStyle">@style/Keyboard.ICS</item> |
| 24 | <item name="keyboardViewStyle">@style/KeyboardView.ICS</item> |
| 25 | <item name="mainKeyboardViewStyle">@style/MainKeyboardView.ICS</item> |
Tadashi G. Takaoka | d189d2a | 2013-08-26 17:30:23 +0900 | [diff] [blame] | 26 | <item name="emojiKeyboardViewStyle">@style/EmojiKeyboardView.ICS</item> |
Tadashi G. Takaoka | adaaf9f | 2013-08-27 13:01:20 +0900 | [diff] [blame] | 27 | <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.ICS</item> |
| 28 | <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.ICS</item> |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 29 | <item name="moreKeysKeyboardContainerStyle">@style/MoreKeysKeyboardContainer.ICS</item> |
Tadashi G. Takaoka | 26d3644 | 2013-08-27 17:29:34 +0900 | [diff] [blame] | 30 | <item name="suggestionStripViewStyle">@style/SuggestionStripView.ICS</item> |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 31 | <item name="suggestionWordStyle">@style/SuggestionWord.ICS</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 32 | </style> |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 33 | <style name="KeyboardIcons.ICS"> |
| 34 | <!-- Keyboard icons --> |
| 35 | <!-- TODO: The following holo icon for phone (drawable-hdpi and drawable-xhdpi) are missing. |
| 36 | sym_keyboard_123_mic_holo |
| 37 | --> |
| 38 | <item name="iconShiftKey">@drawable/sym_keyboard_shift_holo</item> |
| 39 | <item name="iconDeleteKey">@drawable/sym_keyboard_delete_holo</item> |
| 40 | <item name="iconSettingsKey">@drawable/sym_keyboard_settings_holo</item> |
| 41 | <item name="iconSpaceKey">@null</item> |
| 42 | <item name="iconEnterKey">@drawable/sym_keyboard_return_holo</item> |
| 43 | <item name="iconSearchKey">@drawable/sym_keyboard_search_holo</item> |
| 44 | <item name="iconTabKey">@drawable/sym_keyboard_tab_holo</item> |
| 45 | <item name="iconShortcutKey">@drawable/sym_keyboard_voice_holo</item> |
| 46 | <item name="iconShortcutForLabel">@drawable/sym_keyboard_label_mic_holo</item> |
| 47 | <item name="iconSpaceKeyForNumberLayout">@drawable/sym_keyboard_space_holo</item> |
| 48 | <item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_holo</item> |
| 49 | <item name="iconShortcutKeyDisabled">@drawable/sym_keyboard_voice_off_holo</item> |
| 50 | <item name="iconTabKeyPreview">@drawable/sym_keyboard_feedback_tab</item> |
| 51 | <item name="iconLanguageSwitchKey">@drawable/sym_keyboard_language_switch</item> |
| 52 | <item name="iconZwnjKey">@drawable/sym_keyboard_zwnj_holo</item> |
| 53 | <item name="iconZwjKey">@drawable/sym_keyboard_zwj_holo</item> |
| 54 | <item name="iconEmojiKey">@drawable/ic_emoji_light</item> |
| 55 | </style> |
| 56 | <style |
| 57 | name="Keyboard.ICS" |
| 58 | parent="Keyboard" |
| 59 | > |
| 60 | <!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] --> |
| 61 | <item name="themeId">0</item> |
| 62 | <item name="keyboardTopPadding">@fraction/keyboard_top_padding_ics</item> |
| 63 | <item name="keyboardBottomPadding">@fraction/keyboard_bottom_padding_ics</item> |
| 64 | <item name="horizontalGap">@fraction/key_horizontal_gap_ics</item> |
| 65 | <item name="verticalGap">@fraction/key_bottom_gap_ics</item> |
| 66 | <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ics</item> |
| 67 | </style> |
| 68 | <style |
| 69 | name="KeyboardView.ICS" |
| 70 | parent="KeyboardView" |
| 71 | > |
| 72 | <item name="android:background">@drawable/keyboard_background_ics</item> |
| 73 | <item name="keyBackground">@drawable/btn_keyboard_key_ics</item> |
| 74 | <item name="keyTypeface">bold</item> |
| 75 | <item name="keyTextColor">@color/key_text_color_ics</item> |
| 76 | <item name="keyTextInactivatedColor">@color/key_text_inactivated_color_ics</item> |
| 77 | <item name="keyHintLetterColor">@color/key_hint_letter_color_ics</item> |
| 78 | <item name="keyHintLabelColor">@color/key_hint_label_color_ics</item> |
| 79 | <item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_ics</item> |
| 80 | <item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_ics</item> |
| 81 | <item name="keyPreviewTextColor">@color/key_text_color_ics</item> |
| 82 | <item name="keyTextShadowColor">@color/key_text_shadow_color_ics</item> |
| 83 | <item name="keyTextShadowRadius">0.0</item> |
| 84 | </style> |
| 85 | <style |
| 86 | name="MainKeyboardView.ICS" |
| 87 | parent="KeyboardView.ICS" |
| 88 | > |
| 89 | <item name="keyPreviewLayout">@layout/key_preview_ics</item> |
| 90 | <item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item> |
| 91 | <item name="gestureFloatingPreviewTextColor">@color/highlight_color_ics</item> |
| 92 | <item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_ics</item> |
| 93 | <item name="gestureTrailColor">@color/highlight_color_ics</item> |
| 94 | <item name="slidingKeyInputPreviewColor">@color/highlight_translucent_color_ics</item> |
| 95 | <item name="autoCorrectionSpacebarLedEnabled">false</item> |
| 96 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_holo</item> |
| 97 | <item name="spacebarTextColor">@color/spacebar_text_color_ics</item> |
| 98 | <item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_ics</item> |
| 99 | </style> |
| 100 | <style |
Tadashi G. Takaoka | d189d2a | 2013-08-26 17:30:23 +0900 | [diff] [blame] | 101 | name="EmojiKeyboardView.ICS" |
| 102 | parent="KeyboardView.ICS" |
| 103 | > |
| 104 | <item name="keyBackground">@drawable/btn_keyboard_key_functional_ics</item> |
| 105 | <item name="emojiTabLabelColor">@color/emoji_tab_label_color_ics</item> |
| 106 | </style> |
| 107 | <style |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 108 | name="MoreKeysKeyboard.ICS" |
| 109 | parent="Keyboard.ICS" |
| 110 | > |
| 111 | <item name="keyboardTopPadding">0%p</item> |
| 112 | <item name="keyboardBottomPadding">0%p</item> |
| 113 | <item name="horizontalGap">0%p</item> |
| 114 | <item name="touchPositionCorrectionData">@null</item> |
| 115 | </style> |
| 116 | <style |
| 117 | name="MoreKeysKeyboardView.ICS" |
| 118 | parent="KeyboardView.ICS" |
| 119 | > |
| 120 | <item name="android:background">@null</item> |
| 121 | <item name="keyBackground">@drawable/btn_keyboard_key_popup_ics</item> |
| 122 | <item name="keyTypeface">normal</item> |
| 123 | <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item> |
| 124 | </style> |
| 125 | <style |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 126 | name="MoreKeysKeyboardContainer.ICS" |
| 127 | > |
| 128 | <item name="android:background">@drawable/keyboard_popup_panel_background_holo</item> |
| 129 | </style> |
| 130 | <style |
Tadashi G. Takaoka | 26d3644 | 2013-08-27 17:29:34 +0900 | [diff] [blame] | 131 | name="SuggestionStripView.ICS" |
| 132 | parent="SuggestionStripView" |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 133 | > |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 134 | <item name="android:background">@drawable/keyboard_suggest_strip_holo</item> |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 135 | <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> |
| 136 | <item name="colorValidTypedWord">@color/typed_word_color_ics</item> |
| 137 | <item name="colorTypedWord">@color/typed_word_color_ics</item> |
| 138 | <item name="colorAutoCorrect">@color/highlight_color_ics</item> |
| 139 | <item name="colorSuggested">@color/suggested_word_color_ics</item> |
| 140 | <item name="alphaObsoleted">70%</item> |
| 141 | </style> |
Tadashi G. Takaoka | 0861d67 | 2013-08-28 15:59:49 +0900 | [diff] [blame^] | 142 | <style name="SuggestionWord.ICS"> |
| 143 | <item name="android:background">@drawable/btn_suggestion_ics</item> |
Tadashi G. Takaoka | e94bbca | 2013-08-27 17:04:06 +0900 | [diff] [blame] | 144 | </style> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 145 | </resources> |