satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2010 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="LatinKeyboardBaseView"> |
| 19 | <item name="android:background">@drawable/keyboard_background</item> |
| 20 | |
| 21 | <item name="keyBackground">@drawable/btn_keyboard_key</item> |
| 22 | <item name="keyTextSize">@dimen/key_text_size</item> |
| 23 | <item name="keyTextColor">#FFFFFFFF</item> |
satok | 395d501 | 2010-09-13 21:54:15 +0900 | [diff] [blame] | 24 | <item name="keyPreviewLayout">@layout/key_preview</item> |
Tadashi G. Takaoka | 2b4cc0d | 2010-09-28 14:35:21 +0900 | [diff] [blame^] | 25 | <item name="keyPreviewOffset">@dimen/key_preview_offset</item> |
| 26 | <item name="keyPreviewHeight">@dimen/key_preview_height</item> |
| 27 | <item name="labelTextSize">@dimen/key_label_text_size</item> |
satok | 395d501 | 2010-09-13 21:54:15 +0900 | [diff] [blame] | 28 | <item name="popupLayout">@layout/keyboard_popup</item> |
Tadashi G. Takaoka | 2b4cc0d | 2010-09-28 14:35:21 +0900 | [diff] [blame^] | 29 | <item name="keyHysteresisDistance">@dimen/key_hysteresis_distance</item> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 30 | <item name="verticalCorrection">@dimen/keyboard_vertical_correction</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 31 | <item name="shadowColor">#BB000000</item> |
| 32 | <item name="shadowRadius">2.75</item> |
| 33 | <item name="backgroundDimAmount">0.5</item> |
| 34 | <item name="symbolColorScheme">white</item> |
| 35 | </style> |
Tadashi G. Takaoka | 0ae817c | 2010-09-16 14:54:45 +0900 | [diff] [blame] | 36 | <style name="KeyPreviewAnimation"> |
| 37 | <item name="android:windowEnterAnimation">@anim/key_preview_fadein</item> |
| 38 | <item name="android:windowExitAnimation">@anim/key_preview_fadeout</item> |
| 39 | </style> |
| 40 | <style name="MiniKeyboardAnimation"> |
| 41 | <item name="android:windowEnterAnimation">@anim/mini_keyboard_fadein</item> |
| 42 | <item name="android:windowExitAnimation">@anim/mini_keyboard_fadeout</item> |
| 43 | </style> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 44 | </resources> |