Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2011, 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 |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 23 | latin:keyWidth="16.75%p" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 24 | > |
| 25 | <include |
| 26 | latin:keyboardLayout="@xml/kbd_key_styles" /> |
| 27 | <include |
| 28 | latin:keyboardLayout="@xml/kbd_numkey_styles" /> |
| 29 | <!-- This row is intentionally not marked as a top row --> |
| 30 | <Row> |
| 31 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 32 | latin:keyLabel="-" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 33 | latin:keyXPos="15.625%p" |
| 34 | latin:keyWidth="9.25%p" /> |
| 35 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 36 | latin:keyLabel="+" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 37 | latin:keyWidth="9.25%p" /> |
| 38 | <Key |
| 39 | latin:keyStyle="num1KeyStyle" |
| 40 | latin:keyXPos="38.867%p" /> |
| 41 | <Key |
| 42 | latin:keyStyle="num2KeyStyle" /> |
| 43 | <Key |
| 44 | latin:keyStyle="num3KeyStyle" /> |
| 45 | <Key |
| 46 | latin:keyStyle="deleteKeyStyle" |
| 47 | latin:keyXPos="-11.00%p" |
| 48 | latin:keyWidth="fillBoth" |
| 49 | latin:keyEdgeFlags="right" /> |
| 50 | </Row> |
| 51 | <Row> |
| 52 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 53 | latin:keyLabel="," |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 54 | latin:keyXPos="15.625%p" |
| 55 | latin:keyWidth="9.25%p" /> |
| 56 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 57 | latin:keyLabel="." |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 58 | latin:keyWidth="9.25%p" /> |
| 59 | <Key |
| 60 | latin:keyStyle="num4KeyStyle" |
| 61 | latin:keyXPos="38.867%p" /> |
| 62 | <Key |
| 63 | latin:keyStyle="num5KeyStyle" /> |
| 64 | <Key |
| 65 | latin:keyStyle="num6KeyStyle" /> |
| 66 | <Key |
| 67 | latin:keyStyle="returnKeyStyle" |
| 68 | latin:keyXPos="-11.00%p" |
| 69 | latin:keyWidth="fillBoth" |
| 70 | latin:keyEdgeFlags="right" /> |
| 71 | </Row> |
| 72 | <Row> |
| 73 | <Key |
| 74 | latin:keyStyle="moreKeyStyle" |
| 75 | latin:keyWidth="11.0%p" |
| 76 | latin:keyEdgeFlags="left" /> |
| 77 | <!-- There is an empty area below the "More" key and left of the "(" key. To ignore |
| 78 | the touch event on the area, "(" is intentionally not marked as a left edge key. --> |
| 79 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 80 | latin:keyLabel="(" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 81 | latin:keyXPos="15.625%p" |
| 82 | latin:keyWidth="9.25%p" /> |
| 83 | <Key |
Tadashi G. Takaoka | 9d9522a | 2011-06-15 12:36:53 +0900 | [diff] [blame] | 84 | latin:keyLabel=")" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 85 | latin:keyWidth="9.25%p" /> |
| 86 | <Key |
| 87 | latin:keyStyle="num7KeyStyle" |
| 88 | latin:keyXPos="38.867%p" /> |
| 89 | <Key |
| 90 | latin:keyStyle="num8KeyStyle" /> |
| 91 | <Key |
| 92 | latin:keyStyle="num9KeyStyle" /> |
| 93 | </Row> |
| 94 | <!-- This row is intentionally not marked as a bottom row --> |
| 95 | <Row> |
| 96 | <Key |
| 97 | latin:keyStyle="tabKeyStyle" |
| 98 | latin:keyWidth="11.00%p" |
| 99 | latin:keyEdgeFlags="left" /> |
| 100 | <Key |
| 101 | latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle" |
| 102 | latin:keyXPos="15.625%p" |
| 103 | latin:keyWidth="18.67%p" /> |
| 104 | <Key |
| 105 | latin:keyStyle="numStarKeyStyle" |
| 106 | latin:keyXPos="38.867%p" /> |
| 107 | <Key |
| 108 | latin:keyStyle="num0KeyStyle" /> |
| 109 | <Key |
| 110 | latin:keyStyle="numPoundKeyStyle" /> |
| 111 | <Key |
Tadashi G. Takaoka | c2a2178 | 2011-06-21 23:38:42 +0900 | [diff] [blame] | 112 | latin:keyStyle="shortcutOrSettingsKeyStyle" |
Tadashi G. Takaoka | 0d22fc4 | 2011-05-30 20:12:04 +0900 | [diff] [blame] | 113 | latin:keyXPos="-11.00%p" |
| 114 | latin:keyWidth="fillBoth" |
| 115 | latin:keyEdgeFlags="right" /> |
| 116 | </Row> |
| 117 | </Keyboard> |