The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2008, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 20 | |
| 21 | <Keyboard |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | latin:keyWidth="26.67%p" |
Tadashi G. Takaoka | 58bfa35 | 2010-10-19 17:08:54 +0900 | [diff] [blame] | 24 | latin:horizontalGap="@dimen/key_horizontal_gap" |
Tadashi G. Takaoka | cd7b7d3 | 2010-10-12 15:02:44 +0900 | [diff] [blame] | 25 | latin:verticalGap="@dimen/key_bottom_gap" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 26 | latin:keyHeight="@dimen/key_height" |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 27 | > |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 28 | <include |
| 29 | latin:keyboardLayout="@xml/kbd_functional_key_style" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 30 | <Row |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 31 | latin:rowEdgeFlags="top" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 32 | > |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 33 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 34 | latin:codes="49" |
| 35 | latin:keyIcon="@drawable/sym_keyboard_num1" |
| 36 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 37 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 38 | latin:codes="50" |
| 39 | latin:keyIcon="@drawable/sym_keyboard_num2" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 40 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 41 | latin:codes="51" |
| 42 | latin:keyIcon="@drawable/sym_keyboard_num3" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 43 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 44 | latin:keyLabel="-" |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 45 | latin:keyStyle="functionalKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 46 | latin:keyWidth="20%p" |
| 47 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 48 | </Row> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 49 | <Row> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 50 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 51 | latin:codes="52" |
| 52 | latin:keyIcon="@drawable/sym_keyboard_num4" |
| 53 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 54 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 55 | latin:codes="53" |
| 56 | latin:keyIcon="@drawable/sym_keyboard_num5" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 57 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 58 | latin:codes="54" |
| 59 | latin:keyIcon="@drawable/sym_keyboard_num6" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 60 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 61 | latin:keyLabel="." |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 62 | latin:keyStyle="functionalKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 63 | latin:keyWidth="20%p" |
| 64 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 65 | </Row> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 66 | <Row> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 67 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 68 | latin:codes="55" |
| 69 | latin:keyIcon="@drawable/sym_keyboard_num7" |
| 70 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 71 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 72 | latin:codes="56" |
| 73 | latin:keyIcon="@drawable/sym_keyboard_num8" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 74 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 75 | latin:codes="57" |
| 76 | latin:keyIcon="@drawable/sym_keyboard_num9" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 77 | <Key |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 78 | latin:keyStyle="deleteKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 79 | latin:keyWidth="20%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 80 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 81 | </Row> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 82 | <Row |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 83 | latin:rowEdgeFlags="bottom" |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 84 | > |
| 85 | <Key |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 86 | latin:codes="@integer/key_switch_alpha_symbol" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 87 | latin:keyIcon="@drawable/sym_keyboard_numalt" |
Tadashi G. Takaoka | 1dac5d4 | 2010-10-16 04:57:53 +0900 | [diff] [blame] | 88 | latin:iconPreview="@drawable/sym_keyboard_feedback_numalt" |
| 89 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 90 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 91 | latin:codes="48" |
| 92 | latin:keyIcon="@drawable/sym_keyboard_num0" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 93 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 94 | latin:codes="@integer/key_space" |
| 95 | latin:keyIcon="@drawable/sym_keyboard_space" |
| 96 | latin:iconPreview="@drawable/sym_keyboard_feedback_space" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 97 | <Key |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 98 | latin:keyStyle="returnKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 99 | latin:keyWidth="20%p" |
| 100 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 101 | </Row> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 102 | </Keyboard> |