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" |
Tadashi G. Takaoka | 9f01ed5 | 2010-12-08 14:36:41 +0900 | [diff] [blame] | 23 | latin:keyboardHeight="@dimen/keyboardHeight" |
| 24 | latin:maxKeyboardHeight="50%p" |
| 25 | latin:rowHeight="25%p" |
Tadashi G. Takaoka | 58bfa35 | 2010-10-19 17:08:54 +0900 | [diff] [blame] | 26 | latin:horizontalGap="@dimen/key_horizontal_gap" |
| 27 | latin:verticalGap="@dimen/key_bottom_gap" |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 28 | > |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 29 | <include |
| 30 | latin:keyboardLayout="@xml/kbd_key_styles" /> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 31 | <!-- This row is intentionally not marked as a top row --> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 32 | <Row |
| 33 | latin:keyWidth="8.272%p" |
| 34 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 35 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 36 | latin:keyStyle="tabKeyStyle" |
| 37 | latin:keyLabelOption="alignLeft" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 38 | latin:keyWidth="7.949%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 39 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 40 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 41 | latin:keyLabel="1" |
| 42 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 43 | latin:popupCharacters="¹½⅓¼⅛" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 44 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 45 | latin:keyLabel="2" |
| 46 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 47 | latin:popupCharacters="²⅔" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 48 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 49 | latin:keyLabel="3" |
| 50 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 51 | latin:popupCharacters="³¾⅜" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 52 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 53 | latin:keyLabel="4" |
| 54 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 55 | latin:popupCharacters="⁴" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 56 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 57 | latin:keyLabel="5" |
| 58 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 59 | latin:popupCharacters="⅝" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 60 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 61 | latin:keyLabel="6" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 62 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 63 | latin:keyLabel="7" |
| 64 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 65 | latin:popupCharacters="⅞" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 66 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 67 | latin:keyLabel="8" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 68 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 69 | latin:keyLabel="9" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 70 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 71 | latin:keyLabel="0" |
| 72 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 73 | latin:popupCharacters="ⁿ∅" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 74 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 75 | latin:keyStyle="deleteKeyStyle" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 76 | latin:keyWidth="9.331%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 77 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 78 | </Row> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 79 | <Row |
| 80 | latin:keyWidth="8.157%p" |
| 81 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 82 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 83 | latin:keyStyle="toAlphaKeyStyle" |
| 84 | latin:keyLabelOption="alignLeft" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 85 | latin:keyWidth="11.167%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 86 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 87 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 88 | latin:keyLabel="#" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 89 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 90 | latin:keyLabel="$" |
| 91 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 92 | latin:popupCharacters="¢£€¥₣₤₱" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 93 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 94 | latin:keyLabel="%" |
| 95 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 96 | latin:popupCharacters="‰" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 97 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 98 | latin:keyLabel="&" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 99 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 100 | latin:keyLabel="*" |
| 101 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 102 | latin:popupCharacters="†‡★" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 103 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 104 | latin:keyLabel="-" |
| 105 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 106 | latin:popupCharacters="_–—" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 107 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 108 | latin:keyLabel="+" |
| 109 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 110 | latin:popupCharacters="±" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 111 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 112 | latin:keyLabel="(" |
| 113 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 114 | latin:popupCharacters="[{<" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 115 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 116 | latin:keyLabel=")" |
| 117 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 118 | latin:popupCharacters="]}>" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 119 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 120 | latin:keyStyle="returnKeyStyle" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 121 | latin:keyWidth="15.750%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 122 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 123 | </Row> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 124 | <Row |
| 125 | latin:keyWidth="8.042%p" |
| 126 | > |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 127 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 128 | latin:keyStyle="moreKeyStyle" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 129 | latin:keyWidth="15.192%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 130 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 131 | <Key |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 132 | latin:keyLabel="<" |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 133 | latin:popupKeyboard="@xml/kbd_popup_template" |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 134 | latin:popupCharacters="≤«‹" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 135 | <Key |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 136 | latin:keyLabel=">" |
| 137 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 138 | latin:popupCharacters="≥»›" /> |
| 139 | <Key |
| 140 | latin:keyLabel="[" /> |
| 141 | <Key |
| 142 | latin:keyLabel="]" /> |
| 143 | <Key |
Tadashi G. Takaoka | 560497c | 2010-12-02 11:47:09 +0900 | [diff] [blame] | 144 | latin:keyLabel="=" |
| 145 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 146 | latin:popupCharacters="≠≈" /> |
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:keyLabel=":" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 149 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 150 | latin:keyLabel=";" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 151 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 152 | latin:keyLabel="!" |
| 153 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 154 | latin:popupCharacters="¡" /> |
Tadashi G. Takaoka | e302b19 | 2010-11-09 07:32:47 +0900 | [diff] [blame] | 155 | <Key |
Tadashi G. Takaoka | f12023c | 2010-11-12 09:50:19 -0800 | [diff] [blame] | 156 | latin:keyLabel="\?" |
| 157 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 158 | latin:popupCharacters="¿" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 159 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 160 | latin:keyStyle="moreKeyStyle" |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 161 | latin:keyWidth="12.530%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 162 | latin:keyEdgeFlags="right" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 163 | </Row> |
Tadashi G. Takaoka | b514d3f | 2010-09-28 09:39:19 +0900 | [diff] [blame] | 164 | <!-- This row is intentionally not marked as a bottom row --> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 165 | <Row |
| 166 | latin:keyWidth="8.042%p" |
| 167 | > |
Tadashi G. Takaoka | 58bfa35 | 2010-10-19 17:08:54 +0900 | [diff] [blame] | 168 | <Spacer |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 169 | latin:horizontalGap="16.404%p" /> |
| 170 | <Key |
| 171 | latin:keyLabel="/" /> |
| 172 | <Key |
| 173 | latin:keyLabel="\@" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 174 | <Key |
Tadashi G. Takaoka | 7f0befe | 2010-11-23 23:59:56 -0800 | [diff] [blame] | 175 | latin:keyStyle="spaceKeyStyle" |
| 176 | latin:keyWidth="37.454%p" /> |
Tadashi G. Takaoka | 7c25ad4 | 2010-11-20 16:17:04 -0800 | [diff] [blame] | 177 | <Key |
| 178 | latin:keyLabel=""" |
| 179 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 180 | latin:popupCharacters="“”«»˝" /> |
| 181 | <Key |
| 182 | latin:keyLabel="_" /> |
Tadashi G. Takaoka | 2ff2a04 | 2010-12-07 14:06:32 +0900 | [diff] [blame] | 183 | <Key |
| 184 | latin:keyStyle="micKeyStyle" /> |
Tadashi G. Takaoka | b1fcbec | 2010-09-27 17:07:09 +0900 | [diff] [blame] | 185 | </Row> |
| 186 | </Keyboard> |