blob: d83594a2468c7e26f7a1e9721651ecbc3a70a6ac [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?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 Sandler46984562009-10-29 13:28:46 -040032 <Key android:keyLabel="•"
33 android:popupKeyboard="@xml/kbd_popup_template"
34 android:popupCharacters="♪♥♠♦♣"
35 />
The Android Open Source Project923bf412009-03-13 15:11:42 -070036 <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 Sandler46984562009-10-29 13:28:46 -040050 <Key android:keyLabel="^"
51 android:popupKeyboard="@xml/kbd_popup_template"
52 android:popupCharacters="↑↓←→"
53 />
The Android Open Source Project923bf412009-03-13 15:11:42 -070054 <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 Yamasaniffa3fdd2009-08-19 15:16:33 -070064 <Key android:codes="-1" android:keyLabel="@string/label_alt_key"
The Android Open Source Project923bf412009-03-13 15:11:42 -070065 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 Sandler46984562009-10-29 13:28:46 -040070 <Key android:keyLabel="¶"
71 android:popupKeyboard="@xml/kbd_popup_template"
72 android:popupCharacters="§"
73 />
The Android Open Source Project923bf412009-03-13 15:11:42 -070074 <Key android:keyLabel="\\"/>
75 <Key android:keyLabel="&lt;"
76 android:popupKeyboard="@xml/kbd_popup_template"
77 android:popupCharacters="≤«‹"
78 />
79 <Key android:keyLabel="&gt;"
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 Yamasani4a7ff902009-07-23 12:17:48 -070091 android:popupCharacters="_"
The Android Open Source Project923bf412009-03-13 15:11:42 -070092 android:keyEdgeFlags="left"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -070093 <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 Project923bf412009-03-13 15:11:42 -070096 android:iconPreview="@drawable/sym_keyboard_feedback_space"
97 android:isRepeatable="true"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -070098 <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 Project923bf412009-03-13 15:11:42 -0700101 android:iconPreview="@drawable/sym_keyboard_feedback_return"
102 />
103 </Row>
104</Keyboard>