The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2008, The Android Open Source Project |
| 6 | ** |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 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 |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 10 | ** |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 12 | ** |
satok | d383364 | 2010-09-02 12:57:07 +0900 | [diff] [blame] | 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 |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | |
satok | dd8dd9f | 2010-09-01 23:33:43 +0900 | [diff] [blame] | 21 | <!-- TODO: Add settings key to other languages --> |
| 22 | <!-- TODO: Add modifier attr to functional keys in other languages --> |
| 23 | |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 24 | <Keyboard |
| 25 | xmlns:android="http://schemas.android.com/apk/res/android" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 26 | android:keyWidth="10%p" |
| 27 | android:horizontalGap="0px" |
| 28 | android:verticalGap="0px" |
| 29 | android:keyHeight="@dimen/key_height" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 30 | > |
| 31 | <Row> |
| 32 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 33 | android:keyLabel="q" |
| 34 | android:keyEdgeFlags="left" |
| 35 | android:popupKeyboard="@xml/kbd_popup_template" |
| 36 | android:popupCharacters="@string/alternates_for_q" /> |
| 37 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 38 | android:keyLabel="w" |
| 39 | android:popupKeyboard="@xml/kbd_popup_template" |
| 40 | android:popupCharacters="@string/alternates_for_w" /> |
| 41 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 42 | android:keyLabel="e" |
| 43 | android:popupKeyboard="@xml/kbd_popup_template" |
| 44 | android:popupCharacters="@string/alternates_for_e" /> |
| 45 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 46 | android:keyLabel="r" |
| 47 | android:popupKeyboard="@xml/kbd_popup_template" |
| 48 | android:popupCharacters="@string/alternates_for_r" /> |
| 49 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 50 | android:keyLabel="t" |
| 51 | android:popupKeyboard="@xml/kbd_popup_template" |
| 52 | android:popupCharacters="@string/alternates_for_t" /> |
| 53 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 54 | android:keyLabel="y" |
| 55 | android:popupKeyboard="@xml/kbd_popup_template" |
| 56 | android:popupCharacters="@string/alternates_for_y" /> |
| 57 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 58 | android:keyLabel="u" |
| 59 | android:popupKeyboard="@xml/kbd_popup_template" |
| 60 | android:popupCharacters="@string/alternates_for_u" /> |
| 61 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 62 | android:keyLabel="i" |
| 63 | android:popupKeyboard="@xml/kbd_popup_template" |
| 64 | android:popupCharacters="@string/alternates_for_i" /> |
| 65 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 66 | android:keyLabel="o" |
| 67 | android:popupKeyboard="@xml/kbd_popup_template" |
| 68 | android:popupCharacters="@string/alternates_for_o" /> |
| 69 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 70 | android:keyLabel="p" |
| 71 | android:keyEdgeFlags="right" |
| 72 | android:popupKeyboard="@xml/kbd_popup_template" |
| 73 | android:popupCharacters="@string/alternates_for_p" /> |
| 74 | </Row> |
| 75 | <Row> |
| 76 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 77 | android:keyLabel="a" |
| 78 | android:horizontalGap="5%p" |
| 79 | android:popupKeyboard="@xml/kbd_popup_template" |
| 80 | android:popupCharacters="@string/alternates_for_a" |
| 81 | android:keyEdgeFlags="left" /> |
| 82 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 83 | android:keyLabel="s" |
| 84 | android:popupKeyboard="@xml/kbd_popup_template" |
| 85 | android:popupCharacters="@string/alternates_for_s" /> |
| 86 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 87 | android:keyLabel="d" |
| 88 | android:popupKeyboard="@xml/kbd_popup_template" |
| 89 | android:popupCharacters="@string/alternates_for_d" /> |
| 90 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 91 | android:keyLabel="f" /> |
| 92 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 93 | android:keyLabel="g" |
| 94 | android:popupKeyboard="@xml/kbd_popup_template" |
| 95 | android:popupCharacters="@string/alternates_for_g" /> |
| 96 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 97 | android:keyLabel="h" /> |
| 98 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 99 | android:keyLabel="j" /> |
| 100 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 101 | android:keyLabel="k" /> |
| 102 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 103 | android:keyLabel="l" |
| 104 | android:popupKeyboard="@xml/kbd_popup_template" |
| 105 | android:popupCharacters="@string/alternates_for_l" |
| 106 | android:keyEdgeFlags="right" /> |
| 107 | </Row> |
| 108 | <Row> |
| 109 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 110 | android:codes="@integer/key_shift" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 111 | android:keyIcon="@drawable/sym_keyboard_shift" |
| 112 | android:keyWidth="15%p" |
| 113 | android:isModifier="true" |
| 114 | android:iconPreview="@drawable/sym_keyboard_feedback_shift" |
| 115 | android:isSticky="true" |
| 116 | android:keyEdgeFlags="left" /> |
| 117 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 118 | android:keyLabel="z" |
| 119 | android:popupKeyboard="@xml/kbd_popup_template" |
| 120 | android:popupCharacters="@string/alternates_for_z" /> |
| 121 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 122 | android:keyLabel="x" /> |
| 123 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 124 | android:keyLabel="c" |
| 125 | android:popupKeyboard="@xml/kbd_popup_template" |
| 126 | android:popupCharacters="@string/alternates_for_c" /> |
| 127 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 128 | android:keyLabel="v" /> |
| 129 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 130 | android:keyLabel="b" /> |
| 131 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 132 | android:keyLabel="n" |
| 133 | android:popupKeyboard="@xml/kbd_popup_template" |
| 134 | android:popupCharacters="@string/alternates_for_n" /> |
| 135 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 136 | android:keyLabel="m" /> |
| 137 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 138 | android:codes="@integer/key_delete" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 139 | android:keyIcon="@drawable/sym_keyboard_delete" |
| 140 | android:keyWidth="15%p" |
| 141 | android:keyEdgeFlags="right" |
| 142 | android:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 143 | android:isRepeatable="true" |
| 144 | android:isModifier="true" /> |
| 145 | </Row> |
| 146 | <Row |
| 147 | android:keyboardMode="@+id/mode_normal" |
| 148 | android:rowEdgeFlags="bottom" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 149 | > |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 150 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 151 | android:codes="@integer/key_symbol" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 152 | android:keyLabel="@string/label_symbol_key" |
| 153 | android:keyWidth="15%p" |
| 154 | android:keyEdgeFlags="left" |
| 155 | android:isModifier="true" /> |
| 156 | <Key |
| 157 | android:codes="@integer/key_settings" |
| 158 | android:keyIcon="@drawable/sym_keyboard_settings" |
| 159 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 160 | android:keyWidth="10%p" |
| 161 | android:isModifier="true" /> |
| 162 | <Key |
| 163 | android:codes="@integer/key_f1" |
| 164 | android:keyIcon="@drawable/sym_keyboard_mic" |
| 165 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 166 | android:keyWidth="10%p" |
| 167 | android:isModifier="true" /> |
| 168 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 169 | android:codes="@integer/key_space" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 170 | android:keyIcon="@drawable/sym_keyboard_space" |
| 171 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 172 | android:keyWidth="30%p" |
| 173 | android:isRepeatable="true" |
| 174 | android:isModifier="true" /> |
| 175 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 176 | android:keyLabel="." |
| 177 | android:popupKeyboard="@xml/popup_punctuation" |
| 178 | android:keyWidth="10%p" |
| 179 | android:isModifier="true" /> |
| 180 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 181 | android:codes="@integer/key_return" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 182 | android:keyIcon="@drawable/sym_keyboard_return" |
| 183 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 184 | android:keyWidth="25%p" |
| 185 | android:keyEdgeFlags="right" |
| 186 | android:isModifier="true" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 187 | </Row> |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 188 | <Row |
| 189 | android:keyboardMode="@+id/mode_url" |
| 190 | android:rowEdgeFlags="bottom" |
| 191 | > |
| 192 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 193 | android:codes="@integer/key_symbol" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 194 | android:keyLabel="@string/label_symbol_key" |
| 195 | android:keyWidth="15%p" |
| 196 | android:keyEdgeFlags="left" |
| 197 | android:isModifier="true" /> |
| 198 | <Key |
| 199 | android:codes="@integer/key_settings" |
| 200 | android:keyIcon="@drawable/sym_keyboard_settings" |
| 201 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 202 | android:keyWidth="10%p" |
| 203 | android:isModifier="true" /> |
| 204 | <Key |
| 205 | android:keyLabel="/" |
satok | 007803c | 2010-09-08 17:24:16 +0900 | [diff] [blame] | 206 | android:keyWidth="10%p" |
| 207 | android:isModifier="true" /> |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 208 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 209 | android:codes="@integer/key_space" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 210 | android:keyIcon="@drawable/sym_keyboard_space" |
| 211 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 212 | android:keyWidth="30%p" |
| 213 | android:isRepeatable="true" |
| 214 | android:isModifier="true" /> |
| 215 | <Key |
| 216 | android:keyLabel="." |
| 217 | android:popupKeyboard="@xml/popup_punctuation" |
| 218 | android:keyWidth="10%p" |
| 219 | android:isModifier="true" /> |
| 220 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 221 | android:codes="@integer/key_return" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 222 | android:keyIcon="@drawable/sym_keyboard_return" |
| 223 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 224 | android:keyWidth="25%p" |
| 225 | android:keyEdgeFlags="right" |
| 226 | android:isModifier="true" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 227 | </Row> |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 228 | <Row |
| 229 | android:keyboardMode="@+id/mode_email" |
| 230 | android:rowEdgeFlags="bottom" |
| 231 | > |
| 232 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 233 | android:codes="@integer/key_symbol" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 234 | android:keyLabel="@string/label_symbol_key" |
| 235 | android:keyWidth="15%p" |
| 236 | android:keyEdgeFlags="left" |
| 237 | android:isModifier="true" /> |
| 238 | <Key |
| 239 | android:codes="@integer/key_settings" |
| 240 | android:keyIcon="@drawable/sym_keyboard_settings" |
| 241 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 242 | android:keyWidth="10%p" |
| 243 | android:isModifier="true" /> |
| 244 | <Key |
| 245 | android:keyLabel="\@" |
| 246 | android:isModifier="true" /> |
| 247 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 248 | android:codes="@integer/key_space" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 249 | android:keyIcon="@drawable/sym_keyboard_space" |
| 250 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 251 | android:keyWidth="30%p" |
| 252 | android:isRepeatable="true" |
| 253 | android:isModifier="true" /> |
| 254 | <Key |
| 255 | android:keyLabel="." |
| 256 | android:popupKeyboard="@xml/popup_punctuation" |
| 257 | android:isModifier="true" /> |
| 258 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 259 | android:codes="@integer/key_return" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 260 | android:keyIcon="@drawable/sym_keyboard_return" |
| 261 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 262 | android:keyWidth="25%p" |
| 263 | android:keyEdgeFlags="right" |
| 264 | android:isModifier="true" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 265 | </Row> |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 266 | <Row |
| 267 | android:keyboardMode="@+id/mode_im" |
| 268 | android:rowEdgeFlags="bottom" |
| 269 | > |
| 270 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 271 | android:codes="@integer/key_symbol" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 272 | android:keyLabel="@string/label_symbol_key" |
| 273 | android:keyWidth="15%p" |
| 274 | android:keyEdgeFlags="left" |
| 275 | android:isModifier="true" /> |
| 276 | <Key |
| 277 | android:codes="@integer/key_settings" |
| 278 | android:keyIcon="@drawable/sym_keyboard_settings" |
| 279 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 280 | android:keyWidth="10%p" |
| 281 | android:isModifier="true" /> |
| 282 | <Key |
| 283 | android:codes="@integer/key_f1" |
| 284 | android:keyIcon="@drawable/sym_keyboard_mic" |
| 285 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 286 | android:keyWidth="10%p" |
| 287 | android:isModifier="true" /> |
| 288 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 289 | android:codes="@integer/key_space" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 290 | android:keyIcon="@drawable/sym_keyboard_space" |
| 291 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 292 | android:keyWidth="30%p" |
| 293 | android:isRepeatable="true" |
| 294 | android:isModifier="true" /> |
| 295 | <Key |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 296 | android:keyLabel="." |
| 297 | android:popupKeyboard="@xml/popup_punctuation" |
| 298 | android:keyWidth="10%p" |
| 299 | android:isModifier="true" /> |
| 300 | <Key |
| 301 | android:keyLabel=":-)" |
| 302 | android:keyOutputText=":-) " |
| 303 | android:popupKeyboard="@xml/popup_smileys" |
| 304 | android:keyWidth="25%p" |
| 305 | android:keyEdgeFlags="right" |
| 306 | android:isModifier="true" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 307 | </Row> |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 308 | <Row |
| 309 | android:keyboardMode="@+id/mode_webentry" |
| 310 | android:rowEdgeFlags="bottom" |
| 311 | > |
| 312 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 313 | android:codes="@integer/key_symbol" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 314 | android:keyLabel="@string/label_symbol_key" |
| 315 | android:keyWidth="15%p" |
| 316 | android:keyEdgeFlags="left" |
| 317 | android:isModifier="true" /> |
| 318 | <Key |
| 319 | android:codes="@integer/key_settings" |
| 320 | android:keyIcon="@drawable/sym_keyboard_settings" |
| 321 | android:iconPreview="@drawable/sym_keyboard_feedback_settings" |
| 322 | android:keyWidth="10%p" |
| 323 | android:isModifier="true" /> |
| 324 | <Key |
| 325 | android:codes="@integer/key_f1" |
| 326 | android:keyIcon="@drawable/sym_keyboard_mic" |
| 327 | android:iconPreview="@drawable/sym_keyboard_feedback_mic" |
| 328 | android:keyWidth="10%p" |
| 329 | android:isModifier="true" /> |
| 330 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 331 | android:codes="@integer/key_space" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 332 | android:keyIcon="@drawable/sym_keyboard_space" |
| 333 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 334 | android:keyWidth="30%p" |
| 335 | android:isRepeatable="true" |
| 336 | android:isModifier="true" /> |
| 337 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 338 | android:codes="@integer/key_tab" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 339 | android:keyIcon="@drawable/sym_keyboard_tab" |
| 340 | android:iconPreview="@drawable/sym_keyboard_feedback_tab" |
| 341 | android:keyWidth="10%p" |
| 342 | android:isModifier="true" /> |
| 343 | <Key |
| 344 | android:keyLabel="." |
| 345 | android:popupKeyboard="@xml/popup_punctuation" |
| 346 | android:keyWidth="10%p" |
| 347 | android:isModifier="true" /> |
| 348 | <Key |
Tadashi G. Takaoka | c29ef3e | 2010-09-08 16:51:50 +0900 | [diff] [blame^] | 349 | android:codes="@integer/key_return" |
Tadashi G. Takaoka | 232863a | 2010-09-08 15:12:51 +0900 | [diff] [blame] | 350 | android:keyIcon="@drawable/sym_keyboard_return" |
| 351 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 352 | android:keyWidth="15%p" |
| 353 | android:keyEdgeFlags="right" |
| 354 | android:isModifier="true" /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 355 | </Row> |
satok | 007803c | 2010-09-08 17:24:16 +0900 | [diff] [blame] | 356 | </Keyboard> |