Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2011 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> |
| 18 | <style name="KeyboardTheme.HighContrast" parent="KeyboardIcons"> |
Tadashi G. Takaoka | 5c26922 | 2011-09-30 21:12:20 +0900 | [diff] [blame] | 19 | <item name="keyboardStyle">@style/Keyboard.HighContrast</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 20 | <item name="keyboardViewStyle">@style/KeyboardView.HighContrast</item> |
Tadashi G. Takaoka | c8e45dd | 2012-07-23 10:27:14 +0900 | [diff] [blame] | 21 | <item name="mainKeyboardViewStyle">@style/MainKeyboardView.HighContrast</item> |
Tadashi G. Takaoka | 2affaf9 | 2012-02-08 16:12:11 +0900 | [diff] [blame] | 22 | <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard</item> |
| 23 | <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView</item> |
| 24 | <item name="moreKeysKeyboardPanelStyle">@style/MoreKeysKeyboardPanelStyle</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 25 | <item name="suggestionsStripBackgroundStyle">@style/SuggestionsStripBackgroundStyle</item> |
Tadashi G. Takaoka | 4702671 | 2012-07-23 15:28:28 +0900 | [diff] [blame] | 26 | <item name="suggestionStripViewStyle">@style/SuggestionStripViewStyle</item> |
Tadashi G. Takaoka | 0e2fa66 | 2011-09-05 16:46:15 +0900 | [diff] [blame] | 27 | <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 28 | <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 29 | </style> |
| 30 | </resources> |