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> |
Amith Yamasani | 3656fb7 | 2010-03-11 18:46:40 -0800 | [diff] [blame] | 29 | <Key android:keyLabel="й" android:keyWidth="8.75%p" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 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="з"/> |
Amith Yamasani | 3656fb7 | 2010-03-11 18:46:40 -0800 | [diff] [blame] | 42 | <Key android:keyLabel="х" android:keyWidth="8.75%p" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 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> |
Amith Yamasani | 3656fb7 | 2010-03-11 18:46:40 -0800 | [diff] [blame] | 47 | <Key android:keyLabel="ф" android:keyWidth="8.75%p" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 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="ж"/> |
Amith Yamasani | 3656fb7 | 2010-03-11 18:46:40 -0800 | [diff] [blame] | 58 | <Key android:keyLabel="э" android:keyWidth="8.75%p" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 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="т"/> |
Ken Wakasa | 88e7b49 | 2010-07-17 09:51:26 +0900 | [diff] [blame] | 73 | <Key android:keyLabel="ь" |
| 74 | android:popupKeyboard="@xml/kbd_popup_template" |
| 75 | android:popupCharacters="ъ" /> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 76 | <Key android:keyLabel="б"/> |
| 77 | <Key android:keyLabel="ю"/> |
| 78 | <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" |
| 79 | android:keyWidth="11.75%p" android:keyEdgeFlags="right" |
| 80 | android:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 81 | android:isRepeatable="true"/> |
| 82 | </Row> |
| 83 | |
| 84 | <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> |
| 85 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 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 | |
| 99 | <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom"> |
| 100 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 101 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 102 | <Key android:keyLabel="/" android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 103 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 104 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Amith Yamasani | 6aab331 | 2010-04-27 11:30:17 -0700 | [diff] [blame] | 105 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 106 | <!--Key android:keyLabel="@string/popular_domain_0" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 107 | android:keyOutputText="@string/popular_domain_0" |
| 108 | android:popupKeyboard="@xml/popup_domains" |
Amith Yamasani | 6aab331 | 2010-04-27 11:30:17 -0700 | [diff] [blame] | 109 | android:keyWidth="20%p"/--> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 110 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 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_email" android:rowEdgeFlags="bottom"> |
| 118 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 119 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 120 | <Key android:keyLabel="\@" android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 121 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 122 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Amith Yamasani | 6aab331 | 2010-04-27 11:30:17 -0700 | [diff] [blame] | 123 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 124 | <!--Key android:keyLabel="@string/popular_domain_0" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 125 | android:keyOutputText="@string/popular_domain_0" |
| 126 | android:popupKeyboard="@xml/popup_domains" |
Amith Yamasani | 6aab331 | 2010-04-27 11:30:17 -0700 | [diff] [blame] | 127 | android:keyWidth="20%p"/--> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 128 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
| 129 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 130 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 131 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 132 | </Row> |
| 133 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 134 | <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom"> |
| 135 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 136 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 137 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe" |
| 138 | android:keyWidth="10%p"/> |
| 139 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 140 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 141 | android:keyWidth="40%p" android:isRepeatable="true"/> |
| 142 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 143 | android:keyWidth="10%p"/> |
| 144 | <Key android:keyLabel=":-)" android:keyOutputText=":-) " |
| 145 | android:popupKeyboard="@xml/popup_smileys" |
| 146 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 147 | </Row> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 148 | |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 149 | <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom"> |
| 150 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 151 | android:keyWidth="20%p" android:keyEdgeFlags="left"/> |
| 152 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe" |
| 153 | android:keyWidth="10%p"/> |
| 154 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 155 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 156 | android:keyWidth="20%p" android:isRepeatable="true"/> |
| 157 | <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab" |
| 158 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
| 159 | android:keyWidth="20%p"/> |
| 160 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> |
| 161 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 162 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 163 | android:keyWidth="20%p" android:keyEdgeFlags="right"/> |
| 164 | </Row> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 165 | </Keyboard> |
| 166 | |