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 | --> |
| 20 | |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 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="10%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:keyLabel="1" |
| 35 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 36 | latin:popupCharacters="¹½⅓¼⅛" |
| 37 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 38 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 39 | latin:keyLabel="2" |
| 40 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 41 | latin:popupCharacters="²⅔" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 42 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 43 | latin:keyLabel="3" |
| 44 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 45 | latin:popupCharacters="³¾⅜" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 46 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 47 | latin:keyLabel="4" |
| 48 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 49 | latin:popupCharacters="⁴" /> |
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:keyLabel="5" |
| 52 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 53 | latin:popupCharacters="⅝" /> |
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:keyLabel="6" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 56 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 57 | latin:keyLabel="7" |
| 58 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 59 | latin:popupCharacters="⅞" /> |
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="8" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 62 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 63 | latin:keyLabel="9" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 64 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 65 | latin:keyLabel="0" |
| 66 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 67 | latin:popupCharacters="ⁿ∅" |
| 68 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 69 | </Row> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 70 | <Row> |
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:keyLabel="\@" |
| 73 | latin:keyEdgeFlags="left" /> |
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:keyLabel="\#" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 76 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 77 | latin:keyLabel="$" |
| 78 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 79 | latin:popupCharacters="¢£€¥₣₤₱" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 80 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 81 | latin:keyLabel="%" |
| 82 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 83 | latin:popupCharacters="‰" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 84 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 85 | latin:keyLabel="&" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 86 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 87 | latin:keyLabel="*" |
| 88 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 89 | latin:popupCharacters="†‡★" /> |
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:keyLabel="-" |
| 92 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 93 | latin:popupCharacters="_–—" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 94 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 95 | latin:keyLabel="+" |
| 96 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 97 | latin:popupCharacters="±" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 98 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 99 | latin:keyLabel="(" |
| 100 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 101 | latin:popupCharacters="[{<" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 102 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 103 | latin:keyLabel=")" |
| 104 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 105 | latin:popupCharacters="]}>" |
| 106 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 107 | </Row> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 108 | <Row> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 109 | <Key |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 110 | latin:keyStyle="altKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 111 | latin:keyWidth="15%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 112 | latin:keyEdgeFlags="left" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 113 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 114 | latin:keyLabel="!" |
| 115 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 116 | latin:popupCharacters="¡" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 117 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 118 | latin:keyLabel=""" |
| 119 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 120 | latin:popupCharacters="“”«»˝" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 121 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 122 | latin:keyLabel="\'" |
| 123 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 124 | latin:popupCharacters="‘’" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 125 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 126 | latin:keyLabel=":" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 127 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 128 | latin:keyLabel=";" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 129 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 130 | latin:keyLabel="/" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 131 | <Key |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 132 | latin:keyLabel="\?" |
| 133 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 134 | latin:popupCharacters="¿" /> |
Tadashi G. Takaoka | ed8eabc | 2010-09-16 13:10:14 +0900 | [diff] [blame] | 135 | <Key |
Tadashi G. Takaoka | 0b60f83 | 2010-11-19 14:57:24 -0800 | [diff] [blame^] | 136 | latin:keyStyle="deleteKeyStyle" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 137 | latin:keyWidth="15%p" |
satok | 4fc510a | 2010-10-01 19:40:44 +0900 | [diff] [blame] | 138 | latin:keyEdgeFlags="right" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 139 | </Row> |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 140 | <include latin:keyboardLayout="@xml/kbd_symbols_row4" /> |
Daniel Sandler | 4698456 | 2009-10-29 13:28:46 -0400 | [diff] [blame] | 141 | </Keyboard> |