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 | ** |
| 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="~" android:keyEdgeFlags="left"/> |
| 30 | <Key android:keyLabel="`"/> |
| 31 | <Key android:keyLabel="|"/> |
Daniel Sandler | 4698456 | 2009-10-29 13:28:46 -0400 | [diff] [blame] | 32 | <Key android:keyLabel="•" |
| 33 | android:popupKeyboard="@xml/kbd_popup_template" |
| 34 | android:popupCharacters="♪♥♠♦♣" |
| 35 | /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 36 | <Key android:keyLabel="√"/> |
| 37 | <Key android:keyLabel="π"/> |
| 38 | <Key android:keyLabel="÷"/> |
| 39 | <Key android:keyLabel="×"/> |
| 40 | <Key android:keyLabel="{"/> |
| 41 | <Key android:keyLabel="}" android:keyEdgeFlags="right"/> |
| 42 | </Row> |
| 43 | |
| 44 | <Row> |
| 45 | <Key android:keyLabel="¥" android:keyEdgeFlags="left"/> |
| 46 | <Key android:keyLabel="£"/> |
| 47 | <Key android:keyLabel="¢"/> |
| 48 | <Key android:keyLabel="€"/> |
| 49 | <Key android:keyLabel="°"/> |
Daniel Sandler | 4698456 | 2009-10-29 13:28:46 -0400 | [diff] [blame] | 50 | <Key android:keyLabel="^" |
| 51 | android:popupKeyboard="@xml/kbd_popup_template" |
| 52 | android:popupCharacters="↑↓←→" |
| 53 | /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 54 | <Key android:keyLabel="_"/> |
| 55 | <Key android:keyLabel="=" |
| 56 | android:popupKeyboard="@xml/kbd_popup_template" |
| 57 | android:popupCharacters="≠≈∞" |
| 58 | /> |
| 59 | <Key android:keyLabel="["/> |
| 60 | <Key android:keyLabel="]" android:keyEdgeFlags="right"/> |
| 61 | </Row> |
| 62 | |
| 63 | <Row> |
Amith Yamasani | ffa3fdd | 2009-08-19 15:16:33 -0700 | [diff] [blame] | 64 | <Key android:codes="-1" android:keyLabel="@string/label_alt_key" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 65 | android:keyWidth="15%p" android:isModifier="true" |
| 66 | android:isSticky="true" android:keyEdgeFlags="left"/> |
| 67 | <Key android:keyLabel="™"/> |
| 68 | <Key android:keyLabel="®"/> |
| 69 | <Key android:keyLabel="©"/> |
Daniel Sandler | 4698456 | 2009-10-29 13:28:46 -0400 | [diff] [blame] | 70 | <Key android:keyLabel="¶" |
| 71 | android:popupKeyboard="@xml/kbd_popup_template" |
| 72 | android:popupCharacters="§" |
| 73 | /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 74 | <Key android:keyLabel="\\"/> |
| 75 | <Key android:keyLabel="<" |
| 76 | android:popupKeyboard="@xml/kbd_popup_template" |
| 77 | android:popupCharacters="≤«‹" |
| 78 | /> |
| 79 | <Key android:keyLabel=">" |
| 80 | android:popupKeyboard="@xml/kbd_popup_template" |
| 81 | android:popupCharacters="≥»›" |
| 82 | /> |
| 83 | <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" android:keyWidth="15%p" android:keyEdgeFlags="right" |
| 84 | android:iconPreview="@drawable/sym_keyboard_feedback_delete" |
| 85 | android:isRepeatable="true"/> |
| 86 | </Row> |
| 87 | |
| 88 | <Row android:rowEdgeFlags="bottom"> |
| 89 | <Key android:codes="-2" android:keyLabel="@string/label_alpha_key" android:keyWidth="20%p" |
| 90 | android:popupKeyboard="@xml/kbd_popup_template" |
Amith Yamasani | 4a7ff90 | 2009-07-23 12:17:48 -0700 | [diff] [blame] | 91 | android:popupCharacters="_" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 92 | android:keyEdgeFlags="left"/> |
Amith Yamasani | ffa3fdd | 2009-08-19 15:16:33 -0700 | [diff] [blame] | 93 | <Key android:keyLabel="„" android:keyWidth="10%p" /> |
| 94 | <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" |
| 95 | android:keyWidth="40%p" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 96 | android:iconPreview="@drawable/sym_keyboard_feedback_space" |
| 97 | android:isRepeatable="true"/> |
Amith Yamasani | ffa3fdd | 2009-08-19 15:16:33 -0700 | [diff] [blame] | 98 | <Key android:keyLabel="…" android:keyWidth="10%p" /> |
| 99 | <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" |
| 100 | android:keyWidth="20%p" android:keyEdgeFlags="right" |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 101 | android:iconPreview="@drawable/sym_keyboard_feedback_return" |
| 102 | /> |
| 103 | </Row> |
| 104 | </Keyboard> |