blob: 10f02415bb5e5cddfa2f7b8df4dc4a3c7f1f7766 [file] [log] [blame]
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka9f01ed52010-12-08 14:36:41 +090023 latin:keyboardHeight="@dimen/keyboardHeight"
24 latin:maxKeyboardHeight="50%p"
25 latin:rowHeight="25%p"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090026 latin:keyWidth="9.091%p"
27 latin:horizontalGap="@dimen/key_horizontal_gap"
28 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090029>
30 <include
31 latin:keyboardLayout="@xml/kbd_key_styles" />
32 <!-- This row is intentionally not marked as a top row -->
33 <Row
34 latin:keyWidth="7.520%p"
35 >
36 <Key
37 latin:keyStyle="tabKeyStyle"
38 latin:keyLabelOption="alignLeft"
39 latin:keyWidth="7.949%p"
40 latin:keyEdgeFlags="left" />
41 <Key
42 latin:keyLabel="й"
43 latin:popupKeyboard="@xml/kbd_popup_template"
44 latin:popupCharacters="1" />
45 <Key
46 latin:keyLabel="ц"
47 latin:popupKeyboard="@xml/kbd_popup_template"
48 latin:popupCharacters="2" />
49 <Key
50 latin:keyLabel="у"
51 latin:popupKeyboard="@xml/kbd_popup_template"
52 latin:popupCharacters="3" />
53 <Key
54 latin:keyLabel="к"
55 latin:popupKeyboard="@xml/kbd_popup_template"
56 latin:popupCharacters="4" />
57 <Key
58 latin:keyLabel="е"
59 latin:popupKeyboard="@xml/kbd_popup_template"
60 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
61 <Key
62 latin:keyLabel="н"
63 latin:popupKeyboard="@xml/kbd_popup_template"
64 latin:popupCharacters="6" />
65 <Key
66 latin:keyLabel="г"
67 latin:popupKeyboard="@xml/kbd_popup_template"
68 latin:popupCharacters="7" />
69 <Key
70 latin:keyLabel="ш"
71 latin:popupKeyboard="@xml/kbd_popup_template"
72 latin:popupCharacters="8" />
73 <Key
74 latin:keyLabel="щ"
75 latin:popupKeyboard="@xml/kbd_popup_template"
76 latin:popupCharacters="9" />
77 <Key
78 latin:keyLabel="з"
79 latin:popupKeyboard="@xml/kbd_popup_template"
80 latin:popupCharacters="0" />
81 <Key
82 latin:keyLabel="х" />
83 <Key
84 latin:keyStyle="deleteKeyStyle"
85 latin:keyWidth="9.331%p"
86 latin:keyEdgeFlags="right" />
87 </Row>
88 <Row
89 latin:keyWidth="7.520%p"
90 >
91 <Key
92 latin:keyStyle="toSymbolKeyStyle"
93 latin:keyLabelOption="alignLeft"
94 latin:keyWidth="7.949%p"
95 latin:keyEdgeFlags="left" />
96 <Key
97 latin:keyLabel="ф" />
98 <Key
99 latin:keyLabel="ы" />
100 <Key
101 latin:keyLabel="в" />
102 <Key
103 latin:keyLabel="а" />
104 <Key
105 latin:keyLabel="п" />
106 <Key
107 latin:keyLabel="р" />
108 <Key
109 latin:keyLabel="о" />
110 <Key
111 latin:keyLabel="л" />
112 <Key
113 latin:keyLabel="д" />
114 <Key
115 latin:keyLabel="ж" />
116 <Key
117 latin:keyLabel="э" />
118 <Key
119 latin:keyStyle="returnKeyStyle"
120 latin:keyWidth="9.331%p"
121 latin:keyEdgeFlags="right" />
122 </Row>
123 <Row
124 latin:keyWidth="8.042%p"
125 >
126 <Key
127 latin:keyStyle="shiftKeyStyle"
128 latin:keyWidth="15.192%p"
129 latin:keyEdgeFlags="left" />
130 <Key
131 latin:keyLabel="я" />
132 <Key
133 latin:keyLabel="ч" />
134 <Key
135 latin:keyLabel="с" />
136 <Key
137 latin:keyLabel="м" />
138 <Key
139 latin:keyLabel="и" />
140 <Key
141 latin:keyLabel="т" />
142 <Key
143 latin:keyLabel="ь"
144 latin:popupKeyboard="@xml/kbd_popup_template"
145 latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
146 <Key
147 latin:keyLabel="б" />
148 <Key
149 latin:keyLabel="ю" />
150 <Key
151 latin:keyStyle="shiftKeyStyle"
152 latin:keyWidth="12.530%p"
153 latin:keyEdgeFlags="right" />
154 </Row>
155 <include
156 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
157</Keyboard>