blob: 7a23ce9ff47a82e8dc70e56ae30fc0924a5a847b [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="7.692%p"
28 >
29 <Key
30 latin:keyLabel="ч" />
31 <Key
32 latin:keyLabel="ш" />
33 <Key
34 latin:keyLabel="е" />
35 <Key
36 latin:keyLabel="р" />
37 <Key
38 latin:keyLabel="т" />
39 <Key
40 latin:keyLabel="ъ" />
41 <Key
42 latin:keyLabel="у" />
43 <Key
44 latin:keyLabel="и"
45 latin:moreKeys="ѝ" />
46 <Key
47 latin:keyLabel="о" />
48 <Key
49 latin:keyLabel="п" />
50 <Key
51 latin:keyLabel="я" />
52 <Key
53 latin:keyStyle="deleteKeyStyle"
54 latin:keyWidth="fillBoth" />
55 </Row>
56 <Row
57 latin:keyWidth="7.692%p"
58 >
59 <Key
60 latin:keyLabel="а"
61 latin:keyXPos="4.000%p" />
62 <Key
63 latin:keyLabel="с" />
64 <Key
65 latin:keyLabel="д" />
66 <Key
67 latin:keyLabel="ф" />
68 <Key
69 latin:keyLabel="г" />
70 <Key
71 latin:keyLabel="х" />
72 <Key
73 latin:keyLabel="й" />
74 <Key
75 latin:keyLabel="к" />
76 <Key
77 latin:keyLabel="л" />
78 <Key
79 latin:keyLabel="щ" />
80 <Key
81 latin:keyLabel="ь" />
82 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090083 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +090084 latin:keyWidth="fillBoth" />
85 </Row>
86 <Row
87 latin:keyWidth="7.692%p"
88 >
89 <Key
90 latin:keyStyle="shiftKeyStyle"
91 latin:keyWidth="10.000%p" />
92 <Key
93 latin:keyLabel="з" />
94 <Key
95 latin:keyLabel="ж" />
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="ю" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +0900108 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900109 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900110 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900111 latin:keyboardLayout="@xml/key_smiley"
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +0900112 latin:keyXPos="-8.9%p"
113 latin:keyWidth="fillRight" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900114 </Row>
115 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900116 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900117</merge>