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 | 7763b36 | 2010-09-17 11:55:26 +0900 | [diff] [blame] | 25 | <item name="keyPreviewOffset">0dip</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 26 | <item name="keyPreviewHeight">80dip</item> |
| 27 | <item name="labelTextSize">14sp</item> |
satok | 395d501 | 2010-09-13 21:54:15 +0900 | [diff] [blame] | 28 | <item name="popupLayout">@layout/keyboard_popup</item> |
Tadashi G. Takaoka | eb68036 | 2010-09-13 19:26:23 +0900 | [diff] [blame] | 29 | <item name="keyHysteresisDistance">0.05in</item> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 30 | <item name="verticalCorrection">-10dip</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> |