Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- | ||||
3 | /* | ||||
4 | ** | ||||
5 | ** Copyright 2010, 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 | --> | ||||
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="7.5%p" | ||||
24 | latin:horizontalGap="0px" | ||||
25 | latin:verticalGap="0px" | ||||
26 | latin:keyHeight="@dimen/key_height" | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 27 | > |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 28 | <Row> |
29 | <!-- This row is intentionally not marked as a top row --> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 30 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 31 | latin:codes="@integer/key_tab" |
32 | latin:keyLabel="Tab" | ||||
33 | latin:keyEdgeFlags="left" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 34 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 35 | latin:keyLabel="1" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 36 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 37 | latin:keyLabel="2" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 38 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 39 | latin:keyLabel="3" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 40 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 41 | latin:keyLabel="4" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 42 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 43 | latin:keyLabel="5" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 44 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 45 | latin:keyLabel="6" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 46 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 47 | latin:keyLabel="7" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 48 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 49 | latin:keyLabel="8" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 50 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 51 | latin:keyLabel="9" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 52 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 53 | latin:keyLabel="0" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 54 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 55 | latin:keyLabel="~" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 56 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 57 | latin:codes="@integer/key_delete" |
58 | latin:keyIcon="@drawable/sym_keyboard_delete" | ||||
59 | latin:iconPreview="@drawable/sym_keyboard_feedback_delete" | ||||
60 | latin:keyWidth="10.5%p" | ||||
61 | latin:isModifier="true" | ||||
62 | latin:isRepeatable="true" | ||||
63 | latin:keyEdgeFlags="right" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 64 | </Row> |
65 | <Row> | ||||
66 | <Key | ||||
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 67 | latin:codes="@integer/key_symbol" |
68 | latin:keyLabel="@string/label_alpha_key" | ||||
69 | latin:keyWidth="8.75%p" | ||||
70 | latin:isModifier="true" | ||||
71 | latin:keyEdgeFlags="left" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 72 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 73 | latin:keyLabel="\@" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 74 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 75 | latin:keyLabel="#" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 76 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 77 | latin:keyLabel="$" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 78 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 79 | latin:keyLabel="%" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 80 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 81 | latin:keyLabel="^" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 82 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 83 | latin:keyLabel="&" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 84 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 85 | latin:keyLabel="*" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 86 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 87 | latin:keyLabel="-" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 88 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 89 | latin:keyLabel="+" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 90 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 91 | latin:keyLabel="(" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 92 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 93 | latin:keyLabel=")" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 94 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 95 | latin:codes="@integer/key_return" |
96 | latin:keyIcon="@drawable/sym_keyboard_return" | ||||
97 | latin:iconPreview="@drawable/sym_keyboard_feedback_return" | ||||
98 | latin:keyWidth="8.75%p" | ||||
99 | latin:isModifier="true" | ||||
100 | latin:keyEdgeFlags="right" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 101 | </Row> |
102 | <Row> | ||||
103 | <Key | ||||
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 104 | latin:codes="@integer/key_shift" |
105 | latin:keyIcon="@drawable/sym_keyboard_shift" | ||||
106 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" | ||||
107 | latin:keyWidth="12.5%p" | ||||
108 | latin:isModifier="true" | ||||
109 | latin:isSticky="true" | ||||
110 | latin:keyEdgeFlags="left" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 111 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 112 | latin:keyLabel="!" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 113 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 114 | latin:keyLabel=""" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 115 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 116 | latin:keyLabel="\'" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 117 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 118 | latin:keyLabel=":" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 119 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 120 | latin:keyLabel=";" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 121 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 122 | latin:keyLabel="/" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 123 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 124 | latin:keyLabel="\\" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 125 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 126 | latin:keyLabel="," /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 127 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 128 | latin:keyLabel="." /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 129 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 130 | latin:keyLabel="\?" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 131 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 132 | latin:codes="@integer/key_shift" |
133 | latin:keyIcon="@drawable/sym_keyboard_shift" | ||||
134 | latin:iconPreview="@drawable/sym_keyboard_feedback_shift" | ||||
135 | latin:keyWidth="12.5%p" | ||||
136 | latin:isModifier="true" | ||||
137 | latin:isSticky="true" | ||||
138 | latin:keyEdgeFlags="right" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 139 | </Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 140 | <Row> |
141 | <!-- This row is intentionally not marked as a bottom row --> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 142 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 143 | latin:keyLabel="<" |
144 | latin:horizontalGap="16.25%p" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 145 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 146 | latin:keyLabel=">" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 147 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 148 | latin:codes="@integer/key_space" |
149 | latin:keyIcon="@drawable/sym_keyboard_space" | ||||
150 | latin:iconPreview="@drawable/sym_keyboard_feedback_space" | ||||
151 | latin:keyWidth="37.5%p" | ||||
152 | latin:isModifier="true" /> | ||||
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 153 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 154 | latin:keyLabel="[" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 155 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame^] | 156 | latin:keyLabel="]" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 157 | </Row> |
158 | </Keyboard> |