Tadashi G. Takaoka | 3fbf9f8 | 2011-12-16 22:28:51 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2012, 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 | <merge |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 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 | 3fbf9f8 | 2011-12-16 22:28:51 +0900 | [diff] [blame] | 26 | <Row |
| 27 | latin:keyWidth="7.692%p" |
| 28 | > |
| 29 | <Key |
| 30 | latin:keyLabel="ч" /> |
| 31 | <Key |
| 32 | latin:keyLabel="ш" /> |
| 33 | <Key |
| 34 | latin:keyLabel="е" /> |
| 35 | <Key |
| 36 | latin:keyLabel="р" /> |
| 37 | <Key |
| 38 | latin:keyLabel="т" /> |
| 39 | <Key |
| 40 | latin:keyLabel="ъ" /> |
| 41 | <Key |
| 42 | latin:keyLabel="у" /> |
| 43 | <Key |
| 44 | latin:keyLabel="и" |
| 45 | latin:moreKeys="ѝ" /> |
| 46 | <Key |
| 47 | latin:keyLabel="о" /> |
| 48 | <Key |
| 49 | latin:keyLabel="п" /> |
| 50 | <Key |
| 51 | latin:keyLabel="я" /> |
| 52 | <Key |
| 53 | latin:keyStyle="deleteKeyStyle" |
| 54 | latin:keyWidth="fillBoth" /> |
| 55 | </Row> |
| 56 | <Row |
| 57 | latin:keyWidth="7.692%p" |
| 58 | > |
| 59 | <Key |
| 60 | latin:keyLabel="а" |
| 61 | latin:keyXPos="4.000%p" /> |
| 62 | <Key |
| 63 | latin:keyLabel="с" /> |
| 64 | <Key |
| 65 | latin:keyLabel="д" /> |
| 66 | <Key |
| 67 | latin:keyLabel="ф" /> |
| 68 | <Key |
| 69 | latin:keyLabel="г" /> |
| 70 | <Key |
| 71 | latin:keyLabel="х" /> |
| 72 | <Key |
| 73 | latin:keyLabel="й" /> |
| 74 | <Key |
| 75 | latin:keyLabel="к" /> |
| 76 | <Key |
| 77 | latin:keyLabel="л" /> |
| 78 | <Key |
| 79 | latin:keyLabel="щ" /> |
| 80 | <Key |
| 81 | latin:keyLabel="ь" /> |
| 82 | <Key |
| 83 | latin:keyStyle="returnKeyStyle" |
| 84 | latin:keyWidth="fillBoth" /> |
| 85 | </Row> |
| 86 | <Row |
| 87 | latin:keyWidth="7.692%p" |
| 88 | > |
| 89 | <Key |
| 90 | latin:keyStyle="shiftKeyStyle" |
| 91 | latin:keyWidth="10.000%p" /> |
| 92 | <Key |
| 93 | latin:keyLabel="з" /> |
| 94 | <Key |
| 95 | latin:keyLabel="ж" /> |
| 96 | <Key |
| 97 | latin:keyLabel="ц" /> |
| 98 | <Key |
| 99 | latin:keyLabel="в" /> |
| 100 | <Key |
| 101 | latin:keyLabel="б" /> |
| 102 | <Key |
| 103 | latin:keyLabel="н" /> |
| 104 | <Key |
| 105 | latin:keyLabel="м" /> |
| 106 | <Key |
| 107 | latin:keyLabel="ю" /> |
Tadashi G. Takaoka | 3db07d0 | 2012-01-27 21:07:37 +0900 | [diff] [blame] | 108 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 109 | latin:keyboardLayout="@xml/keys_comma_period" /> |
Tadashi G. Takaoka | 3fbf9f8 | 2011-12-16 22:28:51 +0900 | [diff] [blame] | 110 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 111 | latin:keyboardLayout="@xml/key_smiley" |
Tadashi G. Takaoka | 344a767 | 2012-01-27 21:26:34 +0900 | [diff] [blame] | 112 | latin:keyXPos="-8.9%p" |
| 113 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | 3fbf9f8 | 2011-12-16 22:28:51 +0900 | [diff] [blame] | 114 | </Row> |
| 115 | <include |
Tadashi G. Takaoka | d1630a3 | 2012-01-27 23:31:30 +0900 | [diff] [blame] | 116 | latin:keyboardLayout="@xml/row_qwerty4" /> |
Tadashi G. Takaoka | 3fbf9f8 | 2011-12-16 22:28:51 +0900 | [diff] [blame] | 117 | </merge> |