blob: 0c49f3781745f1bcd725de439d76b7acfe306495 [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"
Amith Yamasani36fcf252009-10-12 13:48:35 -070086 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
87 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
88 android:keyWidth="10%p"/>
89 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
90 android:iconPreview="@drawable/sym_keyboard_feedback_space"
91 android:keyWidth="40%p" android:isRepeatable="true"/>
92 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
93 android:keyWidth="10%p"/>
94 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
95 android:iconPreview="@drawable/sym_keyboard_feedback_return"
96 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
97 </Row>
98
99 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
100 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700101 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasanicf026532010-01-26 21:25:29 -0800102 <Key android:keyLabel="/" android:keyWidth="10%p"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700103 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
104 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700105 android:keyWidth="40%p" android:isRepeatable="true"/>
106 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanicf026532010-01-26 21:25:29 -0800107 android:keyOutputText="@string/popular_domain_0"
108 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700109 android:keyWidth="20%p"/-->
Amith Yamasani36fcf252009-10-12 13:48:35 -0700110 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
Amith Yamasanicf026532010-01-26 21:25:29 -0800111 android:keyWidth="10%p"/>
112 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
113 android:iconPreview="@drawable/sym_keyboard_feedback_return"
114 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
115 </Row>
116
Amith Yamasani36fcf252009-10-12 13:48:35 -0700117 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
118 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700119 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
Amith Yamasanicf026532010-01-26 21:25:29 -0800120 <Key android:keyLabel="\@" android:keyWidth="10%p"/>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700121 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
122 android:iconPreview="@drawable/sym_keyboard_feedback_space"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700123 android:keyWidth="40%p" android:isRepeatable="true"/>
124 <!--Key android:keyLabel="@string/popular_domain_0"
Amith Yamasanicf026532010-01-26 21:25:29 -0800125 android:keyOutputText="@string/popular_domain_0"
126 android:popupKeyboard="@xml/popup_domains"
Amith Yamasani6aab3312010-04-27 11:30:17 -0700127 android:keyWidth="20%p"/-->
Amith Yamasanicf026532010-01-26 21:25:29 -0800128 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
129 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
130 android:iconPreview="@drawable/sym_keyboard_feedback_return"
131 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
132 </Row>
133
Amith Yamasani36fcf252009-10-12 13:48:35 -0700134 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
135 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700136 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
137 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
138 android:keyWidth="10%p"/>
139 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
140 android:iconPreview="@drawable/sym_keyboard_feedback_space"
141 android:keyWidth="40%p" android:isRepeatable="true"/>
142 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
143 android:keyWidth="10%p"/>
144 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
145 android:popupKeyboard="@xml/popup_smileys"
146 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
147 </Row>
Amith Yamasanicf026532010-01-26 21:25:29 -0800148
Amith Yamasanicf026532010-01-26 21:25:29 -0800149 <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
150 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
Amith Yamasanicf026532010-01-26 21:25:29 -0800151 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
152 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
153 android:keyWidth="10%p"/>
154 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
155 android:iconPreview="@drawable/sym_keyboard_feedback_space"
156 android:keyWidth="20%p" android:isRepeatable="true"/>
157 <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab"
158 android:iconPreview="@drawable/sym_keyboard_feedback_tab"
159 android:keyWidth="20%p"/>
160 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
161 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
162 android:iconPreview="@drawable/sym_keyboard_feedback_return"
163 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
164 </Row>
Amith Yamasani36fcf252009-10-12 13:48:35 -0700165</Keyboard>
166