blob: feb95f8348ea2121b0ac44497fa40cf3f554ed7c [file] [log] [blame]
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +09001<?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="KeyboardIcons.IceCreamSandwich" parent="android:Theme.Holo">
19 <!-- Keyboard icons -->
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090020 <!-- TODO: The following holo icon for phone (drawable-hdpi and drawable-xhdpi) are too
21 large for phone.
22 sym_keyboard_shift_holo
23 sym_keyboard_shift_locked_holo
24 sym_keyboard_delete_holo,
25 sym_keyboard_settings_holo
26 sym_keyboard_voice_holo
27 sym_keyboard_voice_holo_off
28 sym_keyboard_space_holo
29 sym_keyboard_return_holo
30 sym_keyboard_tab_holo
31 -->
32 <!-- TODO: The following holo icon for phone (drawable-hdpi and drawable-xhdpi) are missing.
33 sym_keyboard_123_mic_holo
34 sym_keyboard_search_holo
35 sym_keyboard_feedback_tab_holo
36 sym_keyboard_feedback_voice_holo
37 -->
38 <item name="iconShiftKey">@drawable/sym_keyboard_shift_holo</item>
39 <item name="iconToSymbolKeyWithShortcut">@drawable/sym_keyboard_123_mic_holo</item>
40 <item name="iconDeleteKey">@drawable/sym_keyboard_delete_holo</item>
41 <item name="iconSettingsKey">@drawable/sym_keyboard_settings_holo</item>
42 <item name="iconShortcutKey">@drawable/sym_keyboard_voice_holo</item>
43 <item name="iconSpaceKey">@drawable/sym_keyboard_space_holo</item>
44 <item name="iconReturnKey">@drawable/sym_keyboard_return_holo</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090045 <item name="iconSearchKey">@drawable/sym_keyboard_search</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090046 <item name="iconTabKey">@drawable/sym_keyboard_tab_holo</item>
47 <item name="iconShiftedShiftKey">@drawable/sym_keyboard_shift_locked_holo</item>
Tadashi G. Takaoka14daf662011-06-24 20:26:41 +090048 <item name="iconPreviewSpaceKey">@drawable/transparent</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090049 <item name="iconPreviewTabKey">@drawable/sym_keyboard_feedback_tab</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090050 <item name="iconPreviewSettingsKey">@drawable/sym_keyboard_settings_holo</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090051 <item name="iconPreviewShortcutKey">@drawable/sym_keyboard_feedback_mic</item>
52 <!-- LatinKeyboard icons -->
53 <item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led</item>
54 <item name="disabledShortcutIcon">@drawable/sym_keyboard_voice_off_holo</item>
55 <item name="spacebarArrowLeftIcon">@drawable/sym_keyboard_language_arrows_left</item>
56 <item name="spacebarArrowRightIcon">@drawable/sym_keyboard_language_arrows_right</item>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090057 <item name="spacebarArrowPreviewLeftIcon">@null</item>
58 <item name="spacebarArrowPreviewRightIcon">@null</item>
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090059 </style>
60</resources>