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" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 81 | android:isRepeatable="true" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 82 | </Row> |
| 83 | |
| 84 | <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> |
| 85 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 86 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 87 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 88 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 89 | android:keyWidth="10%p" android:isModifier="true"/> |
| 90 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 91 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 92 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 93 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 94 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 95 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 96 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 97 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 98 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 99 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 100 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 101 | </Row> |
| 102 | |
| 103 | <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom"> |
| 104 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 105 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 106 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 107 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 108 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 109 | <Key android:keyLabel="/" android:keyWidth="10%p"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 110 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 111 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 112 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 113 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 114 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 115 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 116 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 117 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 118 | </Row> |
| 119 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 120 | <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom"> |
| 121 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 122 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 123 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 124 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 125 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | d27c7ae | 2010-09-06 20:18:25 +0900 | [diff] [blame] | 126 | <Key android:keyLabel="\@" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 127 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 128 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 129 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | d27c7ae | 2010-09-06 20:18:25 +0900 | [diff] [blame] | 130 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 131 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 132 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 133 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 134 | </Row> |
| 135 | |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 136 | <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom"> |
| 137 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 138 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 139 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 140 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 141 | android:keyWidth="10%p" android:isModifier="true"/> |
| 142 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 143 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 144 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 145 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 146 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 147 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 148 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 149 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 150 | <Key android:keyLabel=":-)" android:keyOutputText=":-) " |
| 151 | android:popupKeyboard="@xml/popup_smileys" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 152 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 153 | </Row> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 154 | |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 155 | <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom"> |
| 156 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 157 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 158 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 159 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 160 | android:keyWidth="10%p" android:isModifier="true"/> |
| 161 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 162 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 163 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 164 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 165 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 166 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 167 | <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab" |
| 168 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 169 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 170 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 171 | android:keyWidth="10%p" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 172 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 173 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 174 | android:keyWidth="15%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
Amith Yamasani | cf02653 | 2010-01-26 21:25:29 -0800 | [diff] [blame] | 175 | </Row> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 176 | </Keyboard> |
| 177 | |