Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +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.IceCreamSandwich"> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 19 | <!-- Keyboard icons --> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 20 | <!-- TODO: The following holo icon for phone (drawable-hdpi and drawable-xhdpi) are missing. |
| 21 | sym_keyboard_123_mic_holo |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 22 | --> |
| 23 | <item name="iconShiftKey">@drawable/sym_keyboard_shift_holo</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 24 | <item name="iconDeleteKey">@drawable/sym_keyboard_delete_holo</item> |
| 25 | <item name="iconSettingsKey">@drawable/sym_keyboard_settings_holo</item> |
Tadashi G. Takaoka | 7bd714c | 2011-12-18 08:00:07 +0900 | [diff] [blame] | 26 | <item name="iconSpaceKey">@null</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 27 | <item name="iconReturnKey">@drawable/sym_keyboard_return_holo</item> |
Tadashi G. Takaoka | 60dfe89 | 2011-08-30 14:38:19 +0900 | [diff] [blame] | 28 | <item name="iconSearchKey">@drawable/sym_keyboard_search_holo</item> |
Tadashi G. Takaoka | 520a297 | 2011-06-25 19:38:55 +0900 | [diff] [blame] | 29 | <item name="iconTabKey">@drawable/sym_keyboard_tab_holo</item> |
Tadashi G. Takaoka | 62d4a96 | 2011-08-02 21:29:24 -0700 | [diff] [blame] | 30 | <item name="iconShortcutKey">@drawable/sym_keyboard_voice_holo</item> |
| 31 | <item name="iconShortcutForLabel">@drawable/sym_keyboard_label_mic_holo</item> |
Tadashi G. Takaoka | 7bd714c | 2011-12-18 08:00:07 +0900 | [diff] [blame] | 32 | <item name="iconSpaceKeyForNumberLayout">@drawable/sym_keyboard_space_holo</item> |
| 33 | <item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_holo</item> |
Tadashi G. Takaoka | 42fcb2d | 2011-12-19 01:11:09 +0900 | [diff] [blame] | 34 | <item name="iconDisabledShortcutKey">@drawable/sym_keyboard_voice_off_holo</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 35 | <item name="iconPreviewTabKey">@drawable/sym_keyboard_feedback_tab</item> |
Tadashi G. Takaoka | 9116bf1 | 2011-06-21 20:10:51 +0900 | [diff] [blame] | 36 | </style> |
| 37 | </resources> |