blob: 9773a305f323f6a624b8470afa162734cacfea54 [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
21<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
22 android:keyWidth="9.09%p"
23 android:horizontalGap="0px"
24 android:verticalGap="0px"
25 android:keyHeight="@dimen/key_height"
26 >
27
28 <Row>
Amith Yamasani3656fb72010-03-11 18:46:40 -080029 <Key android:keyLabel="й" android:keyWidth="8.75%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -070030 android:keyEdgeFlags="left"/>
31 <Key android:keyLabel="ц"/>
32 <Key android:keyLabel="у"/>
33 <Key android:keyLabel="к"/>
Amith Yamasanie8f1ede2009-12-18 13:39:18 -080034 <Key android:keyLabel="е"
35 android:popupKeyboard="@xml/kbd_popup_template"
36 android:popupCharacters="ё" />
Amith Yamasani36fcf252009-10-12 13:48:35 -070037 <Key android:keyLabel="н"/>
38 <Key android:keyLabel="г"/>
39 <Key android:keyLabel="ш"/>
40 <Key android:keyLabel="щ"/>
41 <Key android:keyLabel="з"/>
Amith Yamasani3656fb72010-03-11 18:46:40 -080042 <Key android:keyLabel="х" android:keyWidth="8.75%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -070043 android:keyEdgeFlags="right"/>
44 </Row>
Amith Yamasanie8f1ede2009-12-18 13:39:18 -080045
Amith Yamasani36fcf252009-10-12 13:48:35 -070046 <Row>
Amith Yamasani3656fb72010-03-11 18:46:40 -080047 <Key android:keyLabel="ф" android:keyWidth="8.75%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -070048 android:keyEdgeFlags="left"/>
49 <Key android:keyLabel="ы"/>
50 <Key android:keyLabel="в"/>
51 <Key android:keyLabel="а"/>
52 <Key android:keyLabel="п"/>
53 <Key android:keyLabel="р"/>
54 <Key android:keyLabel="о"/>
55 <Key android:keyLabel="л"/>
56 <Key android:keyLabel="д"/>
57 <Key android:keyLabel="ж"/>
Amith Yamasani3656fb72010-03-11 18:46:40 -080058 <Key android:keyLabel="э" android:keyWidth="8.75%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -070059 android:keyEdgeFlags="right"/>
60 </Row>
61
62 <Row android:keyWidth="8.5%p">
63 <Key android:codes="-1" android:keyIcon="@drawable/sym_keyboard_shift"
64 android:keyWidth="11.75%p" android:isModifier="true"
65 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
66 android:isSticky="true" android:keyEdgeFlags="left"/>
67 <Key android:keyLabel="я"/>
68 <Key android:keyLabel="ч"/>
69 <Key android:keyLabel="с"/>
70 <Key android:keyLabel="м"/>
71 <Key android:keyLabel="и"/>
72 <Key android:keyLabel="т"/>
Ken Wakasa88e7b492010-07-17 09:51:26 +090073 <Key android:keyLabel="ь"
74 android:popupKeyboard="@xml/kbd_popup_template"
75 android:popupCharacters="ъ" />
Amith Yamasani36fcf252009-10-12 13:48:35 -070076 <Key android:keyLabel="б"/>
77 <Key android:keyLabel="ю"/>
78 <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
79 android:keyWidth="11.75%p" android:keyEdgeFlags="right"
80 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
81 android:isRepeatable="true"/>
82 </Row>
83
84 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
85 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
86 android:popupKeyboard="@xml/kbd_popup_template"
87 android:popupCharacters="_"
88 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
89 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
90 android:keyWidth="10%p"/>
91 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
92 android:iconPreview="@drawable/sym_keyboard_feedback_space"
93 android:keyWidth="40%p" android:isRepeatable="true"/>
94 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
95 android:keyWidth="10%p"/>
96 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
97 android:iconPreview="@drawable/sym_keyboard_feedback_return"
98 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
99 </Row>
100
101 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
102 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
103 android:popupKeyboard="@xml/kbd_popup_template"
104 android:popupCharacters="_"
105 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasanicf026532010-01-26 21:25:29 -0800106 <Key android:keyLabel="/" android:keyWidth="10%p"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700107 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
108 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700109 android:keyWidth="40%p" android:isRepeatable="true"/>
110 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanicf026532010-01-26 21:25:29 -0800111 android:keyOutputText="@string/popular_domain_0"
112 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700113 android:keyWidth="20%p"/-->
Amith Yamasani36fcf252009-10-12 13:48:35 -0700114 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
Amith Yamasanicf026532010-01-26 21:25:29 -0800115 android:keyWidth="10%p"/>
116 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
117 android:iconPreview="@drawable/sym_keyboard_feedback_return"
118 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
119 </Row>
120
Amith Yamasani36fcf252009-10-12 13:48:35 -0700121 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
122 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
123 android:popupKeyboard="@xml/kbd_popup_template"
124 android:popupCharacters="_"
125 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasanicf026532010-01-26 21:25:29 -0800126 <Key android:keyLabel="\@" android:keyWidth="10%p"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700127 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
128 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700129 android:keyWidth="40%p" android:isRepeatable="true"/>
130 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanicf026532010-01-26 21:25:29 -0800131 android:keyOutputText="@string/popular_domain_0"
132 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700133 android:keyWidth="20%p"/-->
Amith Yamasanicf026532010-01-26 21:25:29 -0800134 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
135 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
136 android:iconPreview="@drawable/sym_keyboard_feedback_return"
137 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
138 </Row>
139
Amith Yamasani36fcf252009-10-12 13:48:35 -0700140 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
141 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
142 android:popupKeyboard="@xml/kbd_popup_template"
143 android:popupCharacters="_"
144 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
145 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
146 android:keyWidth="10%p"/>
147 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
148 android:iconPreview="@drawable/sym_keyboard_feedback_space"
149 android:keyWidth="40%p" android:isRepeatable="true"/>
150 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
151 android:keyWidth="10%p"/>
152 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
153 android:popupKeyboard="@xml/popup_smileys"
154 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
155 </Row>
Amith Yamasanicf026532010-01-26 21:25:29 -0800156
Amith Yamasanicf026532010-01-26 21:25:29 -0800157 <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
158 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
159 android:popupKeyboard="@xml/kbd_popup_template"
160 android:popupCharacters="_"
161 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
162 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
163 android:keyWidth="10%p"/>
164 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
165 android:iconPreview="@drawable/sym_keyboard_feedback_space"
166 android:keyWidth="20%p" android:isRepeatable="true"/>
167 <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab"
168 android:iconPreview="@drawable/sym_keyboard_feedback_tab"
169 android:keyWidth="20%p"/>
170 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
171 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
172 android:iconPreview="@drawable/sym_keyboard_feedback_return"
173 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
174 </Row>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700175</Keyboard>
176