blob: c0afbd7b779a11457e8ee655fbb6dc8df805a3f5 [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="к"/>
34 <Key android:keyLabel="е"/>
35 <Key android:keyLabel="н"/>
36 <Key android:keyLabel="г"/>
37 <Key android:keyLabel="ш"/>
38 <Key android:keyLabel="щ"/>
39 <Key android:keyLabel="з"/>
40 <Key android:keyLabel="х"
41 android:keyEdgeFlags="right"/>
42 </Row>
43
44 <Row>
45 <Key android:keyLabel="ф"
46 android:keyEdgeFlags="left"/>
47 <Key android:keyLabel="ы"/>
48 <Key android:keyLabel="в"/>
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 android:keyEdgeFlags="right"/>
58 </Row>
59
60 <Row android:keyWidth="8.5%p">
61 <Key android:codes="-1" android:keyIcon="@drawable/sym_keyboard_shift"
62 android:keyWidth="11.75%p" android:isModifier="true"
63 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
64 android:isSticky="true" android:keyEdgeFlags="left"/>
65 <Key android:keyLabel="я"/>
66 <Key android:keyLabel="ч"/>
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:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
75 android:keyWidth="11.75%p" android:keyEdgeFlags="right"
76 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
77 android:isRepeatable="true"/>
78 </Row>
79
80 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
81 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
82 android:popupKeyboard="@xml/kbd_popup_template"
83 android:popupCharacters="_"
84 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
85 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
86 android:keyWidth="10%p"/>
87 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
88 android:iconPreview="@drawable/sym_keyboard_feedback_space"
89 android:keyWidth="40%p" android:isRepeatable="true"/>
90 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
91 android:keyWidth="10%p"/>
92 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
93 android:iconPreview="@drawable/sym_keyboard_feedback_return"
94 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
95 </Row>
96
97 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
98 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
99 android:popupKeyboard="@xml/kbd_popup_template"
100 android:popupCharacters="_"
101 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
102 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
103 android:keyWidth="15%p"/>
104 <Key android:keyLabel="/" android:keyWidth="15%p"/>
105 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
106 android:iconPreview="@drawable/sym_keyboard_feedback_space"
107 android:keyWidth="15%p" android:isRepeatable="true"/>
108 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
109 android:keyWidth="15%p"/>
110 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
111 android:iconPreview="@drawable/sym_keyboard_feedback_return"
112 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
113 </Row>
114
115 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
116 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
117 android:popupKeyboard="@xml/kbd_popup_template"
118 android:popupCharacters="_"
119 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
120 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
121 android:keyWidth="15%p"/>
122 <Key android:keyLabel="\@" android:keyWidth="15%p"/>
123 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
124 android:iconPreview="@drawable/sym_keyboard_feedback_space"
125 android:keyWidth="15%p" android:isRepeatable="true"/>
126 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
127 android:keyWidth="15%p"/>
128 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
129 android:iconPreview="@drawable/sym_keyboard_feedback_return"
130 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
131 </Row>
132
133 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
134 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
135 android:popupKeyboard="@xml/kbd_popup_template"
136 android:popupCharacters="_"
137 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
138 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
139 android:keyWidth="10%p"/>
140 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
141 android:iconPreview="@drawable/sym_keyboard_feedback_space"
142 android:keyWidth="40%p" android:isRepeatable="true"/>
143 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
144 android:keyWidth="10%p"/>
145 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
146 android:popupKeyboard="@xml/popup_smileys"
147 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
148 </Row>
149</Keyboard>
150