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 |
| 21 | large for phone. |
| 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> |
| 25 | <item name="iconToSymbolKeyWithShortcut">@drawable/sym_bkeyboard_123_mic</item> |
| 26 | <item name="iconDeleteKey">@drawable/sym_bkeyboard_delete</item> |
| 27 | <item name="iconSettingsKey">@drawable/sym_bkeyboard_settings</item> |
| 28 | <item name="iconShortcutKey">@drawable/sym_bkeyboard_mic</item> |
| 29 | <item name="iconSpaceKey">@drawable/sym_bkeyboard_space</item> |
| 30 | <item name="iconReturnKey">@drawable/sym_bkeyboard_return</item> |
| 31 | <item name="iconSearchKey">@drawable/sym_bkeyboard_search</item> |
| 32 | <item name="iconTabKey">@drawable/sym_bkeyboard_tab</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 33 | <item name="iconShiftedShiftKey">@drawable/sym_bkeyboard_shift_locked</item> |
| 34 | <item name="iconPreviewSpaceKey">@drawable/sym_keyboard_feedback_space</item> |
| 35 | <item name="iconPreviewTabKey">@drawable/sym_keyboard_feedback_tab</item> |
| 36 | <item name="iconPreviewSettingsKey">@drawable/sym_keyboard_feedback_settings</item> |
| 37 | <item name="iconPreviewShortcutKey">@drawable/sym_keyboard_feedback_mic</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 38 | <!-- LatinKeyboard icons --> |
| 39 | <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item> |
Tadashi G. Takaoka | cf9c6cc | 2011-06-28 02:28:13 +0900 | [diff] [blame] | 40 | <item name="disabledShortcutIcon">@drawable/sym_bkeyboard_voice_off</item> |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 41 | </style> |
| 42 | </resources> |