blob: 552e7e54406c3265cb87f1ffaa45f33a4db2fcf0 [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:codes="113" android:keyLabel="q" android:keyEdgeFlags="left"/>
30 <Key android:codes="119" android:keyLabel="w"/>
31 <Key android:codes="101" android:keyLabel="e"
32 android:popupKeyboard="@xml/kbd_popup_template"
33 android:popupCharacters="@string/alternates_for_e"
34 />
Amith Yamasani4cc3a582009-03-24 18:05:24 -070035 <Key android:codes="114" android:keyLabel="r"
36 android:popupKeyboard="@xml/kbd_popup_template"
37 android:popupCharacters="@string/alternates_for_r"/>
38 <Key android:codes="116" android:keyLabel="t"
39 android:popupKeyboard="@xml/kbd_popup_template"
40 android:popupCharacters="@string/alternates_for_t"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -070041 <Key android:codes="121" android:keyLabel="y"
42 android:popupKeyboard="@xml/kbd_popup_template"
43 android:popupCharacters="@string/alternates_for_y"
44 />
45 <Key android:codes="117" android:keyLabel="u"
46 android:popupKeyboard="@xml/kbd_popup_template"
47 android:popupCharacters="@string/alternates_for_u"
48 />
Mike LeBeau466741d2010-01-16 12:21:23 -080049 <Key android:codes="105" android:keyLabel="i"
The Android Open Source Project923bf412009-03-13 15:11:42 -070050 android:popupKeyboard="@xml/kbd_popup_template"
51 android:popupCharacters="@string/alternates_for_i"
52 />
53 <Key android:codes="111" android:keyLabel="o"
54 android:popupKeyboard="@xml/kbd_popup_template"
55 android:popupCharacters="@string/alternates_for_o"
56 />
57 <Key android:codes="112" android:keyLabel="p" android:keyEdgeFlags="right"/>
58 </Row>
59
60 <Row>
61 <Key android:codes="97" android:keyLabel="a" android:horizontalGap="5%p"
62 android:popupKeyboard="@xml/kbd_popup_template"
63 android:popupCharacters="@string/alternates_for_a"
64 android:keyEdgeFlags="left"/>
65 <Key android:codes="115" android:keyLabel="s"
66 android:popupKeyboard="@xml/kbd_popup_template"
67 android:popupCharacters="@string/alternates_for_s"
68 />
Amith Yamasani4cc3a582009-03-24 18:05:24 -070069 <Key android:codes="100" android:keyLabel="d"
70 android:popupKeyboard="@xml/kbd_popup_template"
71 android:popupCharacters="@string/alternates_for_d"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -070072 <Key android:codes="102" android:keyLabel="f"/>
Mike LeBeau466741d2010-01-16 12:21:23 -080073 <Key android:codes="103" android:keyLabel="g"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -070074 <Key android:codes="104" android:keyLabel="h"/>
75 <Key android:codes="106" android:keyLabel="j"/>
76 <Key android:codes="107" android:keyLabel="k"/>
Mike LeBeau466741d2010-01-16 12:21:23 -080077 <Key android:codes="108" android:keyLabel="l"
Amith Yamasani864fcbd2009-04-13 15:35:08 -070078 android:popupKeyboard="@xml/kbd_popup_template"
79 android:popupCharacters="@string/alternates_for_l"
80 android:keyEdgeFlags="right"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -070081 </Row>
82
83 <Row>
84 <Key android:codes="-1" android:keyIcon="@drawable/sym_keyboard_shift"
85 android:keyWidth="15%p" android:isModifier="true"
86 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
87 android:isSticky="true" android:keyEdgeFlags="left"/>
Amith Yamasani4cc3a582009-03-24 18:05:24 -070088 <Key android:codes="122" android:keyLabel="z"
89 android:popupKeyboard="@xml/kbd_popup_template"
90 android:popupCharacters="@string/alternates_for_z"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -070091 <Key android:codes="120" android:keyLabel="x"/>
92 <Key android:codes="99" android:keyLabel="c"
93 android:popupKeyboard="@xml/kbd_popup_template"
94 android:popupCharacters="@string/alternates_for_c"
95 />
96 <Key android:codes="118" android:keyLabel="v"/>
97 <Key android:codes="98" android:keyLabel="b"/>
98 <Key android:codes="110" android:keyLabel="n"
99 android:popupKeyboard="@xml/kbd_popup_template"
100 android:popupCharacters="@string/alternates_for_n"
101 />
102 <Key android:codes="109" android:keyLabel="m"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700103 <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
104 android:keyWidth="15%p" android:keyEdgeFlags="right"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700105 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
106 android:isRepeatable="true"/>
107 </Row>
108
109 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
110 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
111 android:popupKeyboard="@xml/kbd_popup_template"
Amith Yamasani4a7ff902009-07-23 12:17:48 -0700112 android:popupCharacters="_"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700113 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700114 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
115 android:keyWidth="10%p"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700116 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700117 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700118 android:keyWidth="40%p" android:isRepeatable="true"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700119 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700120 android:keyWidth="10%p"/>
121 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700122 android:iconPreview="@drawable/sym_keyboard_feedback_return"
123 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
124 </Row>
125
Mike LeBeau466741d2010-01-16 12:21:23 -0800126 <Row android:keyboardMode="@+id/mode_normal_voice" android:rowEdgeFlags="bottom">
127 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
128 android:popupKeyboard="@xml/kbd_popup_template"
129 android:popupCharacters="_"
130 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
131 <Key android:codes="-102" android:keyIcon="@drawable/sym_keyboard_mic"
132 android:iconPreview="@drawable/sym_keyboard_feedback_mic"
133 android:keyWidth="10%p"/>
134 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
135 android:iconPreview="@drawable/sym_keyboard_feedback_space"
136 android:keyWidth="40%p" android:isRepeatable="true"/>
137 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
138 android:keyWidth="10%p"/>
139 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
140 android:iconPreview="@drawable/sym_keyboard_feedback_return"
141 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
142 </Row>
143
The Android Open Source Project923bf412009-03-13 15:11:42 -0700144 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700145 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700146 android:popupKeyboard="@xml/kbd_popup_template"
Amith Yamasani4a7ff902009-07-23 12:17:48 -0700147 android:popupCharacters="_"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700148 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700149 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
150 android:keyWidth="15%p"/>
151 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanid9688c72009-09-04 15:30:43 -0700152 android:keyOutputText="@string/popular_domain_0"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700153 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700154 android:keyWidth="15%p"/-->
The Android Open Source Project923bf412009-03-13 15:11:42 -0700155 <Key android:keyLabel="/" android:keyWidth="15%p"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700156 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700157 android:iconPreview="@drawable/sym_keyboard_feedback_space"
158 android:keyWidth="15%p" android:isRepeatable="true"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700159 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700160 android:keyWidth="15%p"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700161 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700162 android:iconPreview="@drawable/sym_keyboard_feedback_return"
163 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
164 </Row>
165
Mike LeBeau466741d2010-01-16 12:21:23 -0800166 <Row android:keyboardMode="@+id/mode_url_voice" android:rowEdgeFlags="bottom">
167 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
168 android:popupKeyboard="@xml/kbd_popup_template"
169 android:popupCharacters="_"
170 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
171 <Key android:keyLabel="@string/popular_domain_0"
172 android:keyOutputText="@string/popular_domain_0"
173 android:popupKeyboard="@xml/popup_domains"
174 android:keyWidth="15%p"/>
175 <Key android:keyLabel="/" android:keyWidth="15%p"/>
176 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
177 android:iconPreview="@drawable/sym_keyboard_feedback_space"
178 android:keyWidth="15%p" android:isRepeatable="true"/>
179 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
180 android:keyWidth="15%p"/>
181 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
182 android:iconPreview="@drawable/sym_keyboard_feedback_return"
183 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
184 </Row>
185
The Android Open Source Project923bf412009-03-13 15:11:42 -0700186 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700187 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700188 android:popupKeyboard="@xml/kbd_popup_template"
Amith Yamasani4a7ff902009-07-23 12:17:48 -0700189 android:popupCharacters="_"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700190 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700191 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
192 android:keyWidth="15%p"/>
Amith Yamasanid9688c72009-09-04 15:30:43 -0700193 <Key android:keyLabel="\@" android:keyWidth="15%p"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700194 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanid9688c72009-09-04 15:30:43 -0700195 android:keyOutputText="@string/popular_domain_0"
196 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700197 android:keyWidth="15%p"/-->
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700198 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700199 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasanid9688c72009-09-04 15:30:43 -0700200 android:keyWidth="15%p" android:isRepeatable="true"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700201 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
Amith Yamasanid9688c72009-09-04 15:30:43 -0700202 android:keyWidth="15%p"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700203 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700204 android:iconPreview="@drawable/sym_keyboard_feedback_return"
205 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
206 </Row>
207
Mike LeBeau466741d2010-01-16 12:21:23 -0800208 <Row android:keyboardMode="@+id/mode_email_voice" android:rowEdgeFlags="bottom">
209 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
210 android:popupKeyboard="@xml/kbd_popup_template"
211 android:popupCharacters="_"
212 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
213 <Key android:keyLabel="\@" android:keyWidth="15%p"/>
214 <Key android:keyLabel="@string/popular_domain_0"
215 android:keyOutputText="@string/popular_domain_0"
216 android:popupKeyboard="@xml/popup_domains"
217 android:keyWidth="15%p"/>
218 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
219 android:iconPreview="@drawable/sym_keyboard_feedback_space"
220 android:keyWidth="15%p" android:isRepeatable="true"/>
221 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
222 android:keyWidth="15%p"/>
223 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
224 android:iconPreview="@drawable/sym_keyboard_feedback_return"
225 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
226 </Row>
227
The Android Open Source Project923bf412009-03-13 15:11:42 -0700228 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700229 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700230 android:popupKeyboard="@xml/kbd_popup_template"
Amith Yamasani4a7ff902009-07-23 12:17:48 -0700231 android:popupCharacters="_"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700232 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700233 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
234 android:keyWidth="10%p"/>
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700235 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
The Android Open Source Project923bf412009-03-13 15:11:42 -0700236 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700237 android:keyWidth="40%p" android:isRepeatable="true"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700238 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
Amith Yamasaniffa3fdd2009-08-19 15:16:33 -0700239 android:keyWidth="10%p"/>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700240 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
241 android:popupKeyboard="@xml/popup_smileys"
242 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
243 </Row>
Mike LeBeau466741d2010-01-16 12:21:23 -0800244
245 <Row android:keyboardMode="@+id/mode_im_voice" android:rowEdgeFlags="bottom">
246 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
247 android:popupKeyboard="@xml/kbd_popup_template"
248 android:popupCharacters="_"
249 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
250 <Key android:codes="-102" android:keyIcon="@drawable/sym_keyboard_mic"
251 android:iconPreview="@drawable/sym_keyboard_feedback_mic"
252 android:keyWidth="10%p"/>
253 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
254 android:iconPreview="@drawable/sym_keyboard_feedback_space"
255 android:keyWidth="40%p" android:isRepeatable="true"/>
256 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
257 android:keyWidth="10%p"/>
258 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
259 android:popupKeyboard="@xml/popup_smileys"
260 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
261 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700262</Keyboard>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700263