blob: 9a42d421c67c1dc553e5538698eac19677bc72b0 [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>
29 <Key android:keyLabel="й"
30 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="з"/>
42 <Key android:keyLabel="х"
43 android:keyEdgeFlags="right"/>
44 </Row>
Amith Yamasanie8f1ede2009-12-18 13:39:18 -080045
Amith Yamasani36fcf252009-10-12 13:48:35 -070046 <Row>
47 <Key android:keyLabel="ф"
48 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="ж"/>
58 <Key android:keyLabel="э"
59 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="т"/>
73 <Key android:keyLabel="ь"/>
74 <Key android:keyLabel="б"/>
75 <Key android:keyLabel="ю"/>
76 <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
77 android:keyWidth="11.75%p" android:keyEdgeFlags="right"
78 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
79 android:isRepeatable="true"/>
80 </Row>
81
82 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
83 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
84 android:popupKeyboard="@xml/kbd_popup_template"
85 android:popupCharacters="_"
86 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"
101 android:popupKeyboard="@xml/kbd_popup_template"
102 android:popupCharacters="_"
103 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
104 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
105 android:keyWidth="15%p"/>
106 <Key android:keyLabel="/" android:keyWidth="15%p"/>
107 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
108 android:iconPreview="@drawable/sym_keyboard_feedback_space"
109 android:keyWidth="15%p" android:isRepeatable="true"/>
110 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
111 android:keyWidth="15%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
117 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
118 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
119 android:popupKeyboard="@xml/kbd_popup_template"
120 android:popupCharacters="_"
121 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
122 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
123 android:keyWidth="15%p"/>
124 <Key android:keyLabel="\@" android:keyWidth="15%p"/>
125 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
126 android:iconPreview="@drawable/sym_keyboard_feedback_space"
127 android:keyWidth="15%p" android:isRepeatable="true"/>
128 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
129 android:keyWidth="15%p"/>
130 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
131 android:iconPreview="@drawable/sym_keyboard_feedback_return"
132 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
133 </Row>
134
135 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
136 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
137 android:popupKeyboard="@xml/kbd_popup_template"
138 android:popupCharacters="_"
139 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
140 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
141 android:keyWidth="10%p"/>
142 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
143 android:iconPreview="@drawable/sym_keyboard_feedback_space"
144 android:keyWidth="40%p" android:isRepeatable="true"/>
145 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
146 android:keyWidth="10%p"/>
147 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
148 android:popupKeyboard="@xml/popup_smileys"
149 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
150 </Row>
151</Keyboard>
152