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> |
| 24 | <item name="keyPreviewLayout">@layout/keyboard_key_preview</item> |
Ken Wakasa | 83c6069 | 2010-09-02 18:07:50 +0900 | [diff] [blame] | 25 | <item name="keyPreviewOffset">5dip</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 26 | <item name="keyPreviewHeight">80dip</item> |
| 27 | <item name="labelTextSize">14sp</item> |
| 28 | <item name="popupLayout">@layout/keyboard_popup_keyboard</item> |
| 29 | <item name="verticalCorrection">-10dip</item> |
satok | c931021 | 2010-09-13 18:59:48 +0900 | [diff] [blame] | 30 | <item name="miniKeyboardSlideAllowance">40dip</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> |
| 36 | </resources> |