satok | 979f869 | 2010-08-20 14:35:02 +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 xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | android:keyWidth="10%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:horizontalGap="5%p" |
| 31 | android:keyEdgeFlags="left"/> |
| 32 | <Key android:keyLabel="ר"/> |
| 33 | <Key android:keyLabel="א"/> |
| 34 | <Key android:keyLabel="ט"/> |
| 35 | <Key android:keyLabel="ו"/> |
| 36 | <Key android:keyLabel="ן"/> |
| 37 | <Key android:keyLabel="ם"/> |
| 38 | <Key android:keyLabel="פ"/> |
| 39 | <Key android:codes="-5" |
| 40 | android:horizontalGap="1.25%p" |
| 41 | android:keyIcon="@drawable/sym_keyboard_delete" |
| 42 | android:keyWidth="13.75%p" android:keyEdgeFlags="right" |
| 43 | android:iconPreview="@drawable/sym_keyboard_feedback_delete" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 44 | android:isRepeatable="true" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 45 | </Row> |
| 46 | |
| 47 | <Row> |
| 48 | <Key android:keyLabel="ש" 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="ף" android:keyEdgeFlags="right"/> |
| 58 | </Row> |
| 59 | |
| 60 | <Row> |
| 61 | <Key android:keyLabel="ז" android:horizontalGap="5%p" android:keyEdgeFlags="left"/> |
| 62 | <Key android:keyLabel="ס"/> |
| 63 | <Key android:keyLabel="ב"/> |
| 64 | <Key android:keyLabel="ה"/> |
| 65 | <Key android:keyLabel="נ"/> |
| 66 | <Key android:keyLabel="מ"/> |
| 67 | <Key android:keyLabel="צ"/> |
| 68 | <Key android:keyLabel="ת"/> |
| 69 | <Key android:keyLabel="ץ" android:keyEdgeFlags="right"/> |
| 70 | </Row> |
| 71 | |
| 72 | <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> |
| 73 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 74 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 75 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 76 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 77 | android:keyWidth="10%p" android:isModifier="true"/> |
| 78 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 79 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 80 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 81 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 82 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 83 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 84 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 85 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 86 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 87 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 88 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 89 | </Row> |
| 90 | |
| 91 | <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom"> |
| 92 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 93 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 94 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 95 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 96 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 97 | <Key android:keyLabel="/" android:keyWidth="10%p"/> |
| 98 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 99 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 100 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 101 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 102 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 103 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 104 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 105 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 106 | </Row> |
| 107 | |
| 108 | <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom"> |
| 109 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 110 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 111 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 112 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 113 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | d27c7ae | 2010-09-06 20:18:25 +0900 | [diff] [blame] | 114 | <Key android:keyLabel="\@" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 115 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 116 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 117 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | d27c7ae | 2010-09-06 20:18:25 +0900 | [diff] [blame] | 118 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 119 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 120 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 121 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 122 | </Row> |
| 123 | |
| 124 | <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom"> |
| 125 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 126 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
| 127 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 128 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 129 | android:keyWidth="10%p" android:isModifier="true"/> |
| 130 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 131 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 132 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 133 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 134 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 135 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 136 | <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 137 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 138 | <Key android:keyLabel=":-)" android:keyOutputText=":-) " |
| 139 | android:popupKeyboard="@xml/popup_smileys" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 140 | android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 141 | </Row> |
| 142 | |
| 143 | <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom"> |
| 144 | <Key android:codes="-2" android:keyLabel="@string/label_symbol_key" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 145 | android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/> |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 146 | <Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings" |
| 147 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 148 | android:keyWidth="10%p" android:isModifier="true"/> |
| 149 | <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_mic" |
| 150 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 151 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 152 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 153 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 154 | android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 155 | <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab" |
| 156 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
Ken Wakasa | a8d9702 | 2010-09-05 21:59:43 +0900 | [diff] [blame] | 157 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 158 | <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" |
| 159 | android:keyWidth="10%p" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 160 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 161 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 162 | android:keyWidth="15%p" android:keyEdgeFlags="right" android:isModifier="true"/> |
satok | 979f869 | 2010-08-20 14:35:02 +0900 | [diff] [blame] | 163 | </Row> |
| 164 | </Keyboard> |
| 165 | |