Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2008, 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 xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | android:keyWidth="9.09%p" |
| 23 | android:horizontalGap="0px" |
| 24 | android:verticalGap="0px" |
| 25 | android:keyHeight="@dimen/key_height" |
| 26 | > |
| 27 | |
| 28 | <Row> |
| 29 | <Key android:keyLabel="й" |
| 30 | android:keyEdgeFlags="left"/> |
| 31 | <Key android:keyLabel="ц"/> |
| 32 | <Key android:keyLabel="у"/> |
| 33 | <Key android:keyLabel="к"/> |
Amith Yamasani | e8f1ede | 2009-12-18 13:39:18 -0800 | [diff] [blame] | 34 | <Key android:keyLabel="е" |
| 35 | android:popupKeyboard="@xml/kbd_popup_template" |
| 36 | android:popupCharacters="ё" /> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 37 | <Key android:keyLabel="н"/> |
| 38 | <Key android:keyLabel="г"/> |
| 39 | <Key android:keyLabel="ш"/> |
| 40 | <Key android:keyLabel="щ"/> |
| 41 | <Key android:keyLabel="з"/> |
| 42 | <Key android:keyLabel="х" |
| 43 | android:keyEdgeFlags="right"/> |
| 44 | </Row> |
Amith Yamasani | e8f1ede | 2009-12-18 13:39:18 -0800 | [diff] [blame] | 45 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 46 | <Row> |
| 47 | <Key android:keyLabel="ф" |
| 48 | android:keyEdgeFlags="left"/> |
| 49 | <Key android:keyLabel="ы"/> |
| 50 | <Key android:keyLabel="в"/> |
| 51 | <Key android:keyLabel="а"/> |
| 52 | <Key android:keyLabel="п"/> |
| 53 | <Key android:keyLabel="р"/> |
| 54 | <Key android:keyLabel="о"/> |
| 55 | <Key android:keyLabel="л"/> |
| 56 | <Key android:keyLabel="д"/> |
| 57 | <Key android:keyLabel="ж"/> |
| 58 | <Key android:keyLabel="э" |
| 59 | android:keyEdgeFlags="right"/> |
| 60 | </Row> |
| 61 | |
| 62 | <Row android:keyWidth="8.5%p"> |
| 63 | <Key android:codes="-1" android:keyIcon="@drawable/sym_keyboard_shift" |
| 64 | android:keyWidth="11.75%p" android:isModifier="true" |
| 65 | android:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 66 | android:isSticky="true" android:keyEdgeFlags="left"/> |
| 67 | <Key android:keyLabel="я"/> |
| 68 | <Key android:keyLabel="ч"/> |
| 69 | <Key android:keyLabel="с"/> |
| 70 | <Key android:keyLabel="м"/> |
| 71 | <Key android:keyLabel="и"/> |
| 72 | <Key android:keyLabel="т"/> |
| 73 | <Key android:keyLabel="ь"/> |
| 74 | <Key android:keyLabel="б"/> |
| 75 | <Key android:keyLabel="ю"/> |
| 76 | <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" |
| 77 | android:keyWidth="11.75%p" android:keyEdgeFlags="right" |
| 78 | android:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 79 | android:isRepeatable="true"/> |
| 80 | </Row> |
| 81 | |
| 82 | <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> |
| 83 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 84 | android:popupKeyboard="@xml/kbd_popup_template" |
| 85 | android:popupCharacters="_" |
| 86 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 87 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe" |
| 88 | android:keyWidth="10%p"/> |
| 89 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 90 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 91 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 92 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 93 | android:keyWidth="10%p"/> |
| 94 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 95 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 96 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 97 | </Row> |
| 98 | |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 99 | <Row android:keyboardMode="@+id/mode_normal_voice" android:rowEdgeFlags="bottom"> |
| 100 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 101 | android:popupKeyboard="@xml/kbd_popup_template" |
| 102 | android:popupCharacters="_" |
| 103 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 104 | <Key android:codes="-102" android:keyIcon="@drawable/sym_keyboard_mic" |
| 105 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 106 | android:keyWidth="10%p"/> |
| 107 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 108 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 109 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 110 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 111 | android:keyWidth="10%p"/> |
| 112 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 113 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 114 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 115 | </Row> |
| 116 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 117 | <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom"> |
| 118 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 119 | android:popupKeyboard="@xml/kbd_popup_template" |
| 120 | android:popupCharacters="_" |
| 121 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 122 | <Key android:keyLabel="/" android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 123 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 124 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 125 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 126 | <Key android:keyLabel="@string/popular_domain_0" |
| 127 | android:keyOutputText="@string/popular_domain_0" |
| 128 | android:popupKeyboard="@xml/popup_domains" |
| 129 | android:keyWidth="20%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 130 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 131 | android:keyWidth="10%p"/> |
| 132 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 133 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 134 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 135 | </Row> |
| 136 | |
| 137 | <Row android:keyboardMode="@+id/mode_url_voice" android:rowEdgeFlags="bottom"> |
| 138 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 139 | android:popupKeyboard="@xml/kbd_popup_template" |
| 140 | android:popupCharacters="_" |
| 141 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 142 | <Key android:keyLabel="/" android:keyWidth="10%p"/> |
| 143 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 144 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 145 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 146 | <Key android:keyLabel="@string/popular_domain_0" |
| 147 | android:keyOutputText="@string/popular_domain_0" |
| 148 | android:popupKeyboard="@xml/popup_domains" |
| 149 | android:keyWidth="20%p"/> |
| 150 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 151 | android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 152 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 153 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 154 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 155 | </Row> |
| 156 | |
| 157 | <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom"> |
| 158 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 159 | android:popupKeyboard="@xml/kbd_popup_template" |
| 160 | android:popupCharacters="_" |
| 161 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 162 | <Key android:keyLabel="\@" android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 163 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 164 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 165 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 166 | <Key android:keyLabel="@string/popular_domain_0" |
| 167 | android:keyOutputText="@string/popular_domain_0" |
| 168 | android:popupKeyboard="@xml/popup_domains" |
| 169 | android:keyWidth="20%p"/> |
| 170 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
| 171 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 172 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 173 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 174 | </Row> |
| 175 | |
| 176 | <Row android:keyboardMode="@+id/mode_email_voice" android:rowEdgeFlags="bottom"> |
| 177 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 178 | android:popupKeyboard="@xml/kbd_popup_template" |
| 179 | android:popupCharacters="_" |
| 180 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 181 | <Key android:keyLabel="\@" android:keyWidth="10%p"/> |
| 182 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 183 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 184 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 185 | <Key android:keyLabel="@string/popular_domain_0" |
| 186 | android:keyOutputText="@string/popular_domain_0" |
| 187 | android:popupKeyboard="@xml/popup_domains" |
| 188 | android:keyWidth="20%p"/> |
| 189 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 190 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 191 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 192 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 193 | </Row> |
| 194 | |
| 195 | <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom"> |
| 196 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 197 | android:popupKeyboard="@xml/kbd_popup_template" |
| 198 | android:popupCharacters="_" |
| 199 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 200 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe" |
| 201 | android:keyWidth="10%p"/> |
| 202 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 203 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 204 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 205 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 206 | android:keyWidth="10%p"/> |
| 207 | <Key android:keyLabel=":-)" android:keyOutputText=":-) " |
| 208 | android:popupKeyboard="@xml/popup_smileys" |
| 209 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 210 | </Row> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame^] | 211 | |
| 212 | <Row android:keyboardMode="@+id/mode_im_voice" android:rowEdgeFlags="bottom"> |
| 213 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 214 | android:popupKeyboard="@xml/kbd_popup_template" |
| 215 | android:popupCharacters="_" |
| 216 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 217 | <Key android:codes="-102" android:keyIcon="@drawable/sym_keyboard_mic" |
| 218 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 219 | android:keyWidth="10%p"/> |
| 220 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 221 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 222 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 223 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 224 | android:keyWidth="10%p"/> |
| 225 | <Key android:keyLabel=":-)" android:keyOutputText=":-) " |
| 226 | android:popupKeyboard="@xml/popup_smileys" |
| 227 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 228 | </Row> |
| 229 | |
| 230 | <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom"> |
| 231 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 232 | android:popupKeyboard="@xml/kbd_popup_template" |
| 233 | android:popupCharacters="_" |
| 234 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 235 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe" |
| 236 | android:keyWidth="10%p"/> |
| 237 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 238 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 239 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 240 | <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab" |
| 241 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
| 242 | android:keyWidth="20%p"/> |
| 243 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
| 244 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 245 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 246 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 247 | </Row> |
| 248 | |
| 249 | <Row android:keyboardMode="@+id/mode_webentry_voice" android:rowEdgeFlags="bottom"> |
| 250 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
| 251 | android:popupKeyboard="@xml/kbd_popup_template" |
| 252 | android:popupCharacters="_" |
| 253 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 254 | <Key android:codes="-102" android:keyIcon="@drawable/sym_keyboard_mic" |
| 255 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 256 | android:keyWidth="10%p"/> |
| 257 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 258 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 259 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 260 | <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab" |
| 261 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
| 262 | android:keyWidth="20%p"/> |
| 263 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
| 264 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 265 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 266 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 267 | </Row> |
| 268 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 269 | </Keyboard> |
| 270 | |