blob: 9b5a5e6cfa7d76541e2976f625c2f5939653acd8 [file] [log] [blame]
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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<merge
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +090026 <Row
27 latin:keyWidth="9.091%p"
28 >
29 <Key
30 latin:keyLabel="ч"
31 latin:keyHintLabel="1"
32 latin:moreKeys="1" />
33 <Key
34 latin:keyLabel="ш"
35 latin:keyHintLabel="2"
36 latin:moreKeys="2" />
37 <Key
38 latin:keyLabel="е"
39 latin:keyHintLabel="3"
40 latin:moreKeys="3" />
41 <Key
42 latin:keyLabel="р"
43 latin:keyHintLabel="4"
44 latin:moreKeys="4" />
45 <Key
46 latin:keyLabel="т"
47 latin:keyHintLabel="5"
48 latin:moreKeys="5" />
49 <Key
50 latin:keyLabel="ъ"
51 latin:keyHintLabel="6"
52 latin:moreKeys="6" />
53 <Key
54 latin:keyLabel="у"
55 latin:keyHintLabel="7"
56 latin:moreKeys="7" />
57 <Key
58 latin:keyLabel="и"
59 latin:keyHintLabel="8"
60 latin:moreKeys="8,ѝ" />
61 <Key
62 latin:keyLabel="о"
63 latin:keyHintLabel="9"
64 latin:moreKeys="9" />
65 <Key
66 latin:keyLabel="п"
67 latin:keyHintLabel="0"
68 latin:moreKeys="0" />
69 <Key
70 latin:keyLabel="я"
71 latin:keyWidth="fillRight" />
72 </Row>
73 <Row
74 latin:keyWidth="9.091%p"
75 >
76 <Key
77 latin:keyLabel="а" />
78 <Key
79 latin:keyLabel="с" />
80 <Key
81 latin:keyLabel="д" />
82 <Key
83 latin:keyLabel="ф" />
84 <Key
85 latin:keyLabel="г" />
86 <Key
87 latin:keyLabel="х" />
88 <Key
89 latin:keyLabel="й" />
90 <Key
91 latin:keyLabel="к" />
92 <Key
93 latin:keyLabel="л" />
94 <Key
95 latin:keyLabel="щ" />
96 <Key
97 latin:keyLabel="ь"
98 latin:keyWidth="fillRight" />
99 </Row>
100 <Row
101 latin:keyWidth="9.091%p"
102 >
103 <Key
104 latin:keyStyle="shiftKeyStyle"
105 latin:keyWidth="13.636%p" />
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:keyLabel="м" />
120 <Key
121 latin:keyLabel="ю" />
122 <Key
123 latin:keyStyle="deleteKeyStyle"
124 latin:keyWidth="fillRight" />
125 </Row>
126 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900127 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900128</merge>