blob: 742dee24cb202620007841fc8469a17d490acbfe [file] [log] [blame]
Amith Yamasani36fcf252009-10-12 13:48:35 -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
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090021<Keyboard
22 xmlns:android="http://schemas.android.com/apk/res/android"
Amith Yamasani36fcf252009-10-12 13:48:35 -070023 android:keyWidth="9.09%p"
24 android:horizontalGap="0px"
25 android:verticalGap="0px"
26 android:keyHeight="@dimen/key_height"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090027>
28 <Row>
29 <Key
30 android:keyLabel="й"
31 android:keyWidth="8.75%p"
32 android:keyEdgeFlags="left" />
33 <Key
34 android:keyLabel="ц" />
35 <Key
36 android:keyLabel="у" />
37 <Key
38 android:keyLabel="к" />
39 <Key
40 android:keyLabel="е"
41 android:popupKeyboard="@xml/kbd_popup_template"
42 android:popupCharacters="ё" />
43 <Key
44 android:keyLabel="н" />
45 <Key
46 android:keyLabel="г" />
47 <Key
48 android:keyLabel="ш" />
49 <Key
50 android:keyLabel="щ" />
51 <Key
52 android:keyLabel="з" />
53 <Key
54 android:keyLabel="х"
55 android:keyWidth="8.75%p"
56 android:keyEdgeFlags="right" />
57 </Row>
58 <Row>
59 <Key
60 android:keyLabel="ф"
61 android:keyWidth="8.75%p"
62 android:keyEdgeFlags="left" />
63 <Key
64 android:keyLabel="ы" />
65 <Key
66 android:keyLabel="в" />
67 <Key
68 android:keyLabel="а" />
69 <Key
70 android:keyLabel="п" />
71 <Key
72 android:keyLabel="р" />
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 android:keyWidth="8.75%p"
84 android:keyEdgeFlags="right" />
85 </Row>
86 <Row
87 android:keyWidth="8.5%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -070088 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090089 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +090090 android:codes="@integer/key_shift"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090091 android:keyIcon="@drawable/sym_keyboard_shift"
92 android:keyWidth="11.75%p"
93 android:isModifier="true"
94 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
95 android:isSticky="true"
96 android:keyEdgeFlags="left" />
97 <Key
98 android:keyLabel="я" />
99 <Key
100 android:keyLabel="ч" />
101 <Key
102 android:keyLabel="с" />
103 <Key
104 android:keyLabel="м" />
105 <Key
106 android:keyLabel="и" />
107 <Key
108 android:keyLabel="т" />
109 <Key
110 android:keyLabel="ь"
111 android:popupKeyboard="@xml/kbd_popup_template"
112 android:popupCharacters="ъ" />
113 <Key
114 android:keyLabel="б" />
115 <Key
116 android:keyLabel="ю" />
117 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900118 android:codes="@integer/key_delete"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900119 android:keyIcon="@drawable/sym_keyboard_delete"
120 android:keyWidth="11.75%p"
121 android:keyEdgeFlags="right"
122 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
123 android:isRepeatable="true"
124 android:isModifier="true" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700125 </Row>
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900126 <Row
127 android:keyboardMode="@+id/mode_normal"
128 android:rowEdgeFlags="bottom"
129 >
130 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900131 android:codes="@integer/key_symbol"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900132 android:keyLabel="@string/label_symbol_key"
133 android:keyWidth="15%p"
134 android:keyEdgeFlags="left"
135 android:isModifier="true" />
136 <Key
137 android:codes="@integer/key_settings"
138 android:keyIcon="@drawable/sym_keyboard_settings"
139 android:iconPreview="@drawable/sym_keyboard_feedback_settings"
140 android:keyWidth="10%p"
141 android:isModifier="true" />
142 <Key
143 android:codes="@integer/key_f1"
144 android:keyIcon="@drawable/sym_keyboard_mic"
145 android:iconPreview="@drawable/sym_keyboard_feedback_mic"
146 android:keyWidth="10%p"
147 android:isModifier="true" />
148 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900149 android:codes="@integer/key_space"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900150 android:keyIcon="@drawable/sym_keyboard_space"
151 android:iconPreview="@drawable/sym_keyboard_feedback_space"
152 android:keyWidth="30%p"
153 android:isRepeatable="true"
154 android:isModifier="true" />
155 <Key
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900156 android:keyLabel="."
157 android:popupKeyboard="@xml/popup_punctuation"
158 android:keyWidth="10%p"
159 android:isModifier="true" />
160 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900161 android:codes="@integer/key_return"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900162 android:keyIcon="@drawable/sym_keyboard_return"
163 android:iconPreview="@drawable/sym_keyboard_feedback_return"
164 android:keyWidth="25%p"
165 android:keyEdgeFlags="right"
166 android:isModifier="true" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700167 </Row>
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900168 <Row
169 android:keyboardMode="@+id/mode_url"
170 android:rowEdgeFlags="bottom"
171 >
172 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900173 android:codes="@integer/key_symbol"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900174 android:keyLabel="@string/label_symbol_key"
175 android:keyWidth="15%p"
176 android:keyEdgeFlags="left"
177 android:isModifier="true" />
178 <Key
179 android:codes="@integer/key_settings"
180 android:keyIcon="@drawable/sym_keyboard_settings"
181 android:iconPreview="@drawable/sym_keyboard_feedback_settings"
182 android:keyWidth="10%p"
183 android:isModifier="true" />
184 <Key
185 android:keyLabel="/"
satok007803c2010-09-08 17:24:16 +0900186 android:keyWidth="10%p"
187 android:isModifier="true" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900188 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900189 android:codes="@integer/key_space"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900190 android:keyIcon="@drawable/sym_keyboard_space"
191 android:iconPreview="@drawable/sym_keyboard_feedback_space"
192 android:keyWidth="30%p"
193 android:isRepeatable="true"
194 android:isModifier="true" />
195 <Key
196 android:keyLabel="."
197 android:popupKeyboard="@xml/popup_punctuation"
198 android:keyWidth="10%p"
199 android:isModifier="true" />
200 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900201 android:codes="@integer/key_return"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900202 android:keyIcon="@drawable/sym_keyboard_return"
203 android:iconPreview="@drawable/sym_keyboard_feedback_return"
204 android:keyWidth="25%p"
205 android:keyEdgeFlags="right"
206 android:isModifier="true" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700207 </Row>
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900208 <Row
209 android:keyboardMode="@+id/mode_email"
210 android:rowEdgeFlags="bottom"
211 >
212 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900213 android:codes="@integer/key_symbol"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900214 android:keyLabel="@string/label_symbol_key"
215 android:keyWidth="15%p"
216 android:keyEdgeFlags="left"
217 android:isModifier="true" />
218 <Key
219 android:codes="@integer/key_settings"
220 android:keyIcon="@drawable/sym_keyboard_settings"
221 android:iconPreview="@drawable/sym_keyboard_feedback_settings"
222 android:keyWidth="10%p"
223 android:isModifier="true" />
224 <Key
225 android:keyLabel="\@"
226 android:isModifier="true" />
227 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900228 android:codes="@integer/key_space"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900229 android:keyIcon="@drawable/sym_keyboard_space"
230 android:iconPreview="@drawable/sym_keyboard_feedback_space"
231 android:keyWidth="30%p"
232 android:isRepeatable="true"
233 android:isModifier="true" />
234 <Key
235 android:keyLabel="."
236 android:popupKeyboard="@xml/popup_punctuation"
237 android:isModifier="true" />
238 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900239 android:codes="@integer/key_return"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900240 android:keyIcon="@drawable/sym_keyboard_return"
241 android:iconPreview="@drawable/sym_keyboard_feedback_return"
242 android:keyWidth="25%p"
243 android:keyEdgeFlags="right"
244 android:isModifier="true" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700245 </Row>
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900246 <Row
247 android:keyboardMode="@+id/mode_im"
248 android:rowEdgeFlags="bottom"
249 >
250 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900251 android:codes="@integer/key_symbol"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900252 android:keyLabel="@string/label_symbol_key"
253 android:keyWidth="15%p"
254 android:keyEdgeFlags="left"
255 android:isModifier="true" />
256 <Key
257 android:codes="@integer/key_settings"
258 android:keyIcon="@drawable/sym_keyboard_settings"
259 android:iconPreview="@drawable/sym_keyboard_feedback_settings"
260 android:keyWidth="10%p"
261 android:isModifier="true" />
262 <Key
263 android:codes="@integer/key_f1"
264 android:keyIcon="@drawable/sym_keyboard_mic"
265 android:iconPreview="@drawable/sym_keyboard_feedback_mic"
266 android:keyWidth="10%p"
267 android:isModifier="true" />
268 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900269 android:codes="@integer/key_space"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900270 android:keyIcon="@drawable/sym_keyboard_space"
271 android:iconPreview="@drawable/sym_keyboard_feedback_space"
272 android:keyWidth="30%p"
273 android:isRepeatable="true"
274 android:isModifier="true" />
275 <Key
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900276 android:keyLabel="."
277 android:popupKeyboard="@xml/popup_punctuation"
278 android:keyWidth="10%p"
279 android:isModifier="true" />
280 <Key
281 android:keyLabel=":-)"
282 android:keyOutputText=":-) "
283 android:popupKeyboard="@xml/popup_smileys"
284 android:keyWidth="25%p"
285 android:keyEdgeFlags="right"
286 android:isModifier="true" />
Amith Yamasanicf026532010-01-26 21:25:29 -0800287 </Row>
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900288 <Row
289 android:keyboardMode="@+id/mode_webentry"
290 android:rowEdgeFlags="bottom"
291 >
292 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900293 android:codes="@integer/key_symbol"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900294 android:keyLabel="@string/label_symbol_key"
295 android:keyWidth="15%p"
296 android:keyEdgeFlags="left"
297 android:isModifier="true" />
298 <Key
299 android:codes="@integer/key_settings"
300 android:keyIcon="@drawable/sym_keyboard_settings"
301 android:iconPreview="@drawable/sym_keyboard_feedback_settings"
302 android:keyWidth="10%p"
303 android:isModifier="true" />
304 <Key
305 android:codes="@integer/key_f1"
306 android:keyIcon="@drawable/sym_keyboard_mic"
307 android:iconPreview="@drawable/sym_keyboard_feedback_mic"
308 android:keyWidth="10%p"
309 android:isModifier="true" />
310 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900311 android:codes="@integer/key_space"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900312 android:keyIcon="@drawable/sym_keyboard_space"
313 android:iconPreview="@drawable/sym_keyboard_feedback_space"
314 android:keyWidth="30%p"
315 android:isRepeatable="true"
316 android:isModifier="true" />
317 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900318 android:codes="@integer/key_tab"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900319 android:keyIcon="@drawable/sym_keyboard_tab"
320 android:iconPreview="@drawable/sym_keyboard_feedback_tab"
321 android:keyWidth="10%p"
322 android:isModifier="true" />
323 <Key
324 android:keyLabel="."
325 android:popupKeyboard="@xml/popup_punctuation"
326 android:keyWidth="10%p"
327 android:isModifier="true" />
328 <Key
Tadashi G. Takaokac29ef3e2010-09-08 16:51:50 +0900329 android:codes="@integer/key_return"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900330 android:keyIcon="@drawable/sym_keyboard_return"
331 android:iconPreview="@drawable/sym_keyboard_feedback_return"
332 android:keyWidth="15%p"
333 android:keyEdgeFlags="right"
334 android:isModifier="true" />
Amith Yamasanicf026532010-01-26 21:25:29 -0800335 </Row>
satok007803c2010-09-08 17:24:16 +0900336</Keyboard>