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> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 29 | <Key |
| 30 | latin:keyLabel="-" |
| 31 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 32 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 33 | <Key |
| 34 | latin:keyLabel="+" |
| 35 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 36 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 37 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 38 | latin:keyStyle="numPauseKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 39 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 40 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 41 | latin:keyStyle="num1KeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 42 | latin:keyXPos="31%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 43 | <Key |
| 44 | latin:keyStyle="num2KeyStyle" /> |
| 45 | <Key |
| 46 | latin:keyStyle="num3KeyStyle" /> |
| 47 | <Key |
| 48 | latin:keyStyle="deleteKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 49 | latin:keyXPos="-14%p" |
Tadashi G. Takaoka | 0e42757 | 2011-11-18 13:47:48 -0800 | [diff] [blame] | 50 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 51 | </Row> |
| 52 | <Row> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 53 | <Key |
| 54 | latin:keyLabel="," |
| 55 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 56 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 57 | <Key |
| 58 | latin:keyLabel="." |
| 59 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 60 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 61 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 62 | latin:keyStyle="numWaitKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 63 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 64 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 65 | latin:keyStyle="num4KeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 66 | latin:keyXPos="31%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 67 | <Key |
| 68 | latin:keyStyle="num5KeyStyle" /> |
| 69 | <Key |
| 70 | latin:keyStyle="num6KeyStyle" /> |
| 71 | <Key |
Tadashi G. Takaoka | 7a39bd4 | 2012-02-07 17:07:23 +0900 | [diff] [blame] | 72 | latin:keyStyle="enterKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 73 | latin:keyXPos="-14%p" |
Tadashi G. Takaoka | 0e42757 | 2011-11-18 13:47:48 -0800 | [diff] [blame] | 74 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 75 | </Row> |
| 76 | <Row> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 77 | <Key |
| 78 | latin:keyLabel="(" |
| 79 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 80 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 81 | <Key |
| 82 | latin:keyLabel=")" |
| 83 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 84 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 85 | <Key |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 86 | latin:keyLabel="N" |
| 87 | latin:keyStyle="numKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 88 | latin:keyWidth="10%p" /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 89 | <Key |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 90 | latin:keyStyle="num7KeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 91 | latin:keyXPos="31%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 92 | <Key |
| 93 | latin:keyStyle="num8KeyStyle" /> |
| 94 | <Key |
| 95 | latin:keyStyle="num9KeyStyle" /> |
| 96 | <!-- Note: This Spacer prevents the above key from being marked as a right edge key. --> |
Tadashi G. Takaoka | c04075b | 2012-04-23 15:33:59 +0900 | [diff] [blame] | 97 | <Spacer /> |
Tadashi G. Takaoka | a5c96f3 | 2012-02-01 15:07:25 +0900 | [diff] [blame] | 98 | </Row> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 99 | <Row> |
| 100 | <Key |
Tadashi G. Takaoka | fe85555 | 2012-02-28 15:13:41 +0900 | [diff] [blame] | 101 | latin:keyStyle="spaceKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 102 | latin:keyWidth="30%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 103 | <Key |
| 104 | latin:keyStyle="numStarKeyStyle" |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 105 | latin:keyXPos="31%p" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 106 | <Key |
| 107 | latin:keyStyle="num0KeyStyle" /> |
| 108 | <Key |
| 109 | latin:keyLabel="#" |
| 110 | latin:keyStyle="numKeyStyle" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 111 | <include |
Tadashi G. Takaoka | ec06215 | 2012-05-01 11:48:13 +0900 | [diff] [blame] | 112 | latin:keyXPos="-10%p" |
Tadashi G. Takaoka | c04075b | 2012-04-23 15:33:59 +0900 | [diff] [blame] | 113 | latin:keyWidth="fillRight" |
Tadashi G. Takaoka | 97bde43 | 2012-02-16 16:24:03 -0800 | [diff] [blame] | 114 | latin:keyboardLayout="@xml/key_shortcut" /> |
Tadashi G. Takaoka | b98578e | 2011-11-18 17:13:56 -0800 | [diff] [blame] | 115 | </Row> |
Tadashi G. Takaoka | 0be36ee | 2011-11-18 17:09:29 -0800 | [diff] [blame] | 116 | </merge> |