blob: 9ac7716e8e864e89825c9a2952c52da44fd6305b [file] [log] [blame]
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +09001<?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
22 xmlns:android="http://schemas.android.com/apk/res/android"
23 android:keyWidth="7.5%p"
24 android:horizontalGap="0px"
25 android:verticalGap="0px"
26 android:keyHeight="@dimen/key_height"
27>
28 <Row
29 android:rowEdgeFlags="top"
30 >
31 <Key
32 android:codes="@integer/key_tab"
33 android:keyLabel="Tab"
34 android:keyEdgeFlags="left" />
35 <Key
36 android:keyLabel="1" />
37 <Key
38 android:keyLabel="2" />
39 <Key
40 android:keyLabel="3" />
41 <Key
42 android:keyLabel="4" />
43 <Key
44 android:keyLabel="5" />
45 <Key
46 android:keyLabel="6" />
47 <Key
48 android:keyLabel="7" />
49 <Key
50 android:keyLabel="8" />
51 <Key
52 android:keyLabel="9" />
53 <Key
54 android:keyLabel="0" />
55 <Key
56 android:keyLabel="~" />
57 <Key
58 android:codes="@integer/key_delete"
59 android:keyIcon="@drawable/sym_keyboard_delete"
60 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
61 android:keyWidth="10.5%p"
62 android:isModifier="true"
63 android:isRepeatable="true"
64 android:keyEdgeFlags="right" />
65 </Row>
66 <Row>
67 <Key
68 android:codes="@integer/key_symbol"
69 android:keyLabel="@string/label_symbol_key"
70 android:keyWidth="8.75%p"
71 android:isModifier="true"
72 android:keyEdgeFlags="left" />
73 <Key
74 android:keyLabel="\@" />
75 <Key
76 android:keyLabel="#" />
77 <Key
78 android:keyLabel="$" />
79 <Key
80 android:keyLabel="%" />
81 <Key
82 android:keyLabel="^" />
83 <Key
84 android:keyLabel="&amp;" />
85 <Key
86 android:keyLabel="*" />
87 <Key
88 android:keyLabel="-" />
89 <Key
90 android:keyLabel="+" />
91 <Key
92 android:keyLabel="(" />
93 <Key
94 android:keyLabel=")" />
95 <Key
96 android:codes="@integer/key_return"
97 android:keyIcon="@drawable/sym_keyboard_return"
98 android:iconPreview="@drawable/sym_keyboard_feedback_return"
99 android:keyWidth="8.75%p"
100 android:isModifier="true"
101 android:keyEdgeFlags="right" />
102 </Row>
103 <Row>
104 <Key
105 android:codes="@integer/key_shift"
106 android:keyIcon="@drawable/sym_keyboard_shift"
107 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
108 android:keyWidth="12.5%p"
109 android:isModifier="true"
110 android:isSticky="true"
111 android:keyEdgeFlags="left" />
112 <Key
113 android:keyLabel="!" />
114 <Key
115 android:keyLabel="&quot;" />
116 <Key
117 android:keyLabel="\'" />
118 <Key
119 android:keyLabel=":" />
120 <Key
121 android:keyLabel=";" />
122 <Key
123 android:keyLabel="/" />
124 <Key
125 android:keyLabel="\\" />
126 <Key
127 android:keyLabel="," />
128 <Key
129 android:keyLabel="." />
130 <Key
131 android:keyLabel="\?" />
132 <Key
133 android:codes="@integer/key_shift"
134 android:keyIcon="@drawable/sym_keyboard_shift"
135 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
136 android:keyWidth="12.5%p"
137 android:isModifier="true"
138 android:isSticky="true"
139 android:keyEdgeFlags="left" />
140 </Row>
141 <Row
142 android:rowEdgeFlags="bottom"
143 >
144 <Key
145 android:keyLabel="&lt;"
146 android:horizontalGap="16.25%p" />
147 <Key
148 android:keyLabel="&gt;" />
149 <Key
150 android:codes="@integer/key_space"
151 android:keyIcon="@drawable/sym_keyboard_space"
152 android:iconPreview="@drawable/sym_keyboard_feedback_space"
153 android:keyWidth="37.5%p"
154 android:isModifier="true" />
155 <Key
156 android:keyLabel="[" />
157 <Key
158 android:keyLabel="]" />
159 </Row>
160</Keyboard>