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> |
Tadashi G. Takaoka | 8aee759 | 2011-06-27 17:51:36 +0900 | [diff] [blame] | 18 | <style name="KeyboardIcons.Black"> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 19 | <!-- Keyboard icons --> |
Tadashi G. Takaoka | cf9c6cc | 2011-06-28 02:28:13 +0900 | [diff] [blame] | 20 | <!-- TODO: The following holo icon for phone (drawable-hdpi and drawable-xhdpi) are too |
Tadashi G. Takaoka | 886246b | 2011-07-12 20:42:26 -0700 | [diff] [blame] | 21 | ambiguous. |
Tadashi G. Takaoka | cf9c6cc | 2011-06-28 02:28:13 +0900 | [diff] [blame] | 22 | sym_bkeyboard_voice_off |
| 23 | --> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 24 | <item name="iconShiftKey">@drawable/sym_bkeyboard_shift</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 25 | <item name="iconDeleteKey">@drawable/sym_bkeyboard_delete</item> |
| 26 | <item name="iconSettingsKey">@drawable/sym_bkeyboard_settings</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 27 | <item name="iconSpaceKey">@drawable/sym_bkeyboard_space</item> |
| 28 | <item name="iconReturnKey">@drawable/sym_bkeyboard_return</item> |
| 29 | <item name="iconSearchKey">@drawable/sym_bkeyboard_search</item> |
| 30 | <item name="iconTabKey">@drawable/sym_bkeyboard_tab</item> |
Tadashi G. Takaoka | 62d4a96 | 2011-08-02 21:29:24 -0700 | [diff] [blame] | 31 | <item name="iconShortcutKey">@drawable/sym_bkeyboard_mic</item> |
| 32 | <item name="iconShortcutForLabel">@drawable/sym_bkeyboard_label_mic</item> |
Tadashi G. Takaoka | 7bd714c | 2011-12-18 08:00:07 +0900 | [diff] [blame] | 33 | <item name="iconSpaceKeyForNumberLayout">@drawable/sym_bkeyboard_space</item> |
| 34 | <item name="iconShiftKeyShifted">@drawable/sym_bkeyboard_shift_locked</item> |
Tadashi G. Takaoka | 42fcb2d | 2011-12-19 01:11:09 +0900 | [diff] [blame] | 35 | <item name="iconDisabledShortcutKey">@drawable/sym_bkeyboard_voice_off</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 36 | <item name="iconPreviewTabKey">@drawable/sym_keyboard_feedback_tab</item> |
Tadashi G. Takaoka | 81d4e3c | 2012-02-17 17:46:01 -0800 | [diff] [blame] | 37 | <!-- TODO: Needs dedicated black theme globe icon --> |
| 38 | <item name="iconLanguageSwitchKey">@drawable/sym_keyboard_language_switch</item> |
Tadashi G. Takaoka | 39390d3 | 2012-03-23 19:14:32 +0900 | [diff] [blame^] | 39 | <!-- TODO: Needs dedicated black theme ZWNJ and ZWJ icons --> |
| 40 | <item name="iconZwnjKey">@drawable/sym_keyboard_zwnj_holo</item> |
| 41 | <item name="iconZwjKey">@drawable/sym_keyboard_zwj_holo</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 42 | </style> |
| 43 | </resources> |