Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [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 | |
Tadashi G. Takaoka | 0be36ee | 2011-11-18 17:09:29 -0800 | [diff] [blame] | 21 | <merge |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 23 | > |
| 24 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 25 | latin:keyboardLayout="@xml/key_styles_common" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 26 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 27 | latin:keyboardLayout="@xml/key_styles_number" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 28 | <Row> |
| 29 | <Key |
| 30 | latin:keyStyle="numTabKeyStyle" |
Tadashi G. Takaoka | 13d5f66 | 2011-11-21 19:55:38 -0800 | [diff] [blame] | 31 | latin:keyLabelFlags="alignLeft" |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 32 | latin:keyWidth="11.172%p" /> |
| 33 | <Key |
| 34 | latin:keyLabel="-" |
| 35 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 36 | latin:keyXPos="13.829%p" |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 37 | latin:keyWidth="8.047%p" /> |
| 38 | <Key |
| 39 | latin:keyLabel="+" |
| 40 | latin:keyStyle="numKeyStyle" |
| 41 | latin:keyWidth="8.047%p" /> |
| 42 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 43 | latin:keyStyle="numPauseKeyStyle" |
| 44 | latin:keyWidth="8.047%p" /> |
| 45 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 46 | latin:keyStyle="num1KeyStyle" |
| 47 | latin:keyXPos="43.125%p" /> |
| 48 | <Key |
| 49 | latin:keyStyle="num2KeyStyle" /> |
| 50 | <Key |
| 51 | latin:keyStyle="num3KeyStyle" /> |
| 52 | <Key |
| 53 | latin:keyStyle="deleteKeyStyle" |
| 54 | latin:keyXPos="-11.172%p" |
| 55 | latin:keyWidth="fillRight" /> |
| 56 | </Row> |
| 57 | <Row> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 58 | <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> |
| 59 | <Spacer |
| 60 | latin:keyWidth="13.829%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 61 | <Key |
| 62 | latin:keyLabel="," |
| 63 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 64 | latin:keyXPos="13.829%p" |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 65 | latin:keyWidth="8.047%p" /> |
| 66 | <Key |
| 67 | latin:keyLabel="." |
| 68 | latin:keyStyle="numKeyStyle" |
| 69 | latin:keyWidth="8.047%p" /> |
| 70 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 71 | latin:keyStyle="numWaitKeyStyle" |
| 72 | latin:keyWidth="8.047%p" /> |
| 73 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 74 | latin:keyStyle="num4KeyStyle" |
| 75 | latin:keyXPos="43.125%p" /> |
| 76 | <Key |
| 77 | latin:keyStyle="num5KeyStyle" /> |
| 78 | <Key |
| 79 | latin:keyStyle="num6KeyStyle" /> |
| 80 | <Key |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 81 | latin:keyStyle="enterKeyStyle" |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 82 | latin:keyXPos="-11.172%p" |
| 83 | latin:keyWidth="fillRight" /> |
| 84 | </Row> |
| 85 | <Row> |
| 86 | <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> |
| 87 | <Spacer |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 88 | latin:keyWidth="13.829%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 89 | <Key |
| 90 | latin:keyLabel="(" |
| 91 | latin:keyStyle="numKeyStyle" |
| 92 | latin:keyWidth="8.047%p" /> |
| 93 | <Key |
| 94 | latin:keyLabel=")" |
| 95 | latin:keyStyle="numKeyStyle" |
| 96 | latin:keyWidth="8.047%p" /> |
| 97 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 98 | latin:keyLabel="N" |
| 99 | latin:keyStyle="numKeyStyle" |
| 100 | latin:keyWidth="8.047%p" /> |
| 101 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 102 | latin:keyStyle="num7KeyStyle" |
| 103 | latin:keyXPos="43.125%p" /> |
| 104 | <Key |
| 105 | latin:keyStyle="num8KeyStyle" /> |
| 106 | <Key |
| 107 | latin:keyStyle="num9KeyStyle" /> |
| 108 | <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> |
| 109 | <Spacer |
| 110 | latin:keyWidth="0%p" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 111 | </Row> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 112 | <Row> |
Tadashi G. Takaoka | 97bde43 | 2012-02-16 16:24:03 -0800 | [diff] [blame] | 113 | <include |
| 114 | latin:keyboardLayout="@xml/key_settings" |
| 115 | latin:keyWidth="8.047%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 116 | <Key |
| 117 | latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle" |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 118 | latin:keyXPos="13.829%p" |
| 119 | latin:keyWidth="24.140%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 120 | <Key |
| 121 | latin:keyStyle="numStarKeyStyle" |
| 122 | latin:keyXPos="43.125%p" /> |
| 123 | <Key |
| 124 | latin:keyStyle="num0KeyStyle" /> |
| 125 | <Key |
| 126 | latin:keyLabel="#" |
| 127 | latin:keyStyle="numKeyStyle" /> |
| 128 | <switch> |
| 129 | <case |
| 130 | latin:shortcutKeyEnabled="true" |
| 131 | > |
| 132 | <Key |
| 133 | latin:keyStyle="shortcutKeyStyle" |
| 134 | latin:keyXPos="-8.047%p" |
| 135 | latin:keyWidth="fillRight" /> |
| 136 | </case> |
| 137 | <default> |
| 138 | <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> |
| 139 | <Spacer |
| 140 | latin:keyWidth="0%p" /> |
| 141 | </default> |
| 142 | </switch> |
| 143 | </Row> |
Tadashi G. Takaoka | 0be36ee | 2011-11-18 17:09:29 -0800 | [diff] [blame] | 144 | </merge> |