Tadashi G. Takaoka | 58baaea | 2010-12-01 22:06:32 +0900 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2010, 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" |
| 23 | latin:keyWidth="9.091%p" |
| 24 | latin:horizontalGap="@dimen/key_horizontal_gap" |
| 25 | latin:verticalGap="@dimen/key_bottom_gap" |
| 26 | latin:keyHeight="@dimen/key_height" |
| 27 | > |
| 28 | <include |
| 29 | latin:keyboardLayout="@xml/kbd_key_styles" /> |
| 30 | <!-- This row is intentionally not marked as a top row --> |
| 31 | <Row |
| 32 | latin:keyWidth="7.520%p" |
| 33 | > |
| 34 | <Key |
| 35 | latin:keyStyle="tabKeyStyle" |
| 36 | latin:keyLabelOption="alignLeft" |
| 37 | latin:keyWidth="7.949%p" |
| 38 | latin:keyEdgeFlags="left" /> |
| 39 | <Key |
| 40 | latin:keyLabel="й" |
| 41 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 42 | latin:popupCharacters="1" /> |
| 43 | <Key |
| 44 | latin:keyLabel="ц" |
| 45 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 46 | latin:popupCharacters="2" /> |
| 47 | <Key |
| 48 | latin:keyLabel="у" |
| 49 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 50 | latin:popupCharacters="3" /> |
| 51 | <Key |
| 52 | latin:keyLabel="к" |
| 53 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 54 | latin:popupCharacters="4" /> |
| 55 | <Key |
| 56 | latin:keyLabel="е" |
| 57 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 58 | latin:popupCharacters="@string/alternates_for_cyrillic_e" /> |
| 59 | <Key |
| 60 | latin:keyLabel="н" |
| 61 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 62 | latin:popupCharacters="6" /> |
| 63 | <Key |
| 64 | latin:keyLabel="г" |
| 65 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 66 | latin:popupCharacters="7" /> |
| 67 | <Key |
| 68 | latin:keyLabel="ш" |
| 69 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 70 | latin:popupCharacters="8" /> |
| 71 | <Key |
| 72 | latin:keyLabel="щ" |
| 73 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 74 | latin:popupCharacters="9" /> |
| 75 | <Key |
| 76 | latin:keyLabel="з" |
| 77 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 78 | latin:popupCharacters="0" /> |
| 79 | <Key |
| 80 | latin:keyLabel="х" /> |
| 81 | <Key |
| 82 | latin:keyStyle="deleteKeyStyle" |
| 83 | latin:keyWidth="9.331%p" |
| 84 | latin:keyEdgeFlags="right" /> |
| 85 | </Row> |
| 86 | <Row |
| 87 | latin:keyWidth="7.520%p" |
| 88 | > |
| 89 | <Key |
| 90 | latin:keyStyle="toSymbolKeyStyle" |
| 91 | latin:keyLabelOption="alignLeft" |
| 92 | latin:keyWidth="7.949%p" |
| 93 | latin:keyEdgeFlags="left" /> |
| 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="о" /> |
| 108 | <Key |
| 109 | latin:keyLabel="л" /> |
| 110 | <Key |
| 111 | latin:keyLabel="д" /> |
| 112 | <Key |
| 113 | latin:keyLabel="ж" /> |
| 114 | <Key |
| 115 | latin:keyLabel="э" /> |
| 116 | <Key |
| 117 | latin:keyStyle="returnKeyStyle" |
| 118 | latin:keyWidth="9.331%p" |
| 119 | latin:keyEdgeFlags="right" /> |
| 120 | </Row> |
| 121 | <Row |
| 122 | latin:keyWidth="8.042%p" |
| 123 | > |
| 124 | <Key |
| 125 | latin:keyStyle="shiftKeyStyle" |
| 126 | latin:keyWidth="15.192%p" |
| 127 | latin:keyEdgeFlags="left" /> |
| 128 | <Key |
| 129 | latin:keyLabel="я" /> |
| 130 | <Key |
| 131 | latin:keyLabel="ч" /> |
| 132 | <Key |
| 133 | latin:keyLabel="с" /> |
| 134 | <Key |
| 135 | latin:keyLabel="м" /> |
| 136 | <Key |
| 137 | latin:keyLabel="и" /> |
| 138 | <Key |
| 139 | latin:keyLabel="т" /> |
| 140 | <Key |
| 141 | latin:keyLabel="ь" |
| 142 | latin:popupKeyboard="@xml/kbd_popup_template" |
| 143 | latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" /> |
| 144 | <Key |
| 145 | latin:keyLabel="б" /> |
| 146 | <Key |
| 147 | latin:keyLabel="ю" /> |
| 148 | <Key |
| 149 | latin:keyStyle="shiftKeyStyle" |
| 150 | latin:keyWidth="12.530%p" |
| 151 | latin:keyEdgeFlags="right" /> |
| 152 | </Row> |
| 153 | <include |
| 154 | latin:keyboardLayout="@xml/kbd_qwerty_row4" /> |
| 155 | </Keyboard> |