blob: 57f39b4202fa689206ca84754ba4f3608992a91c [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.333%p"
28 >
29 <Key
30 latin:keyStyle="tabKeyStyle"
31 latin:keyLabelFlags="alignLeft" />
32 <Key
33 latin:keyLabel="ч" />
34 <Key
35 latin:keyLabel="ш" />
36 <Key
37 latin:keyLabel="е" />
38 <Key
39 latin:keyLabel="р" />
40 <Key
41 latin:keyLabel="т" />
42 <Key
43 latin:keyLabel="ъ" />
44 <Key
45 latin:keyLabel="у" />
46 <Key
47 latin:keyLabel="и"
48 latin:moreKeys="ѝ" />
49 <Key
50 latin:keyLabel="о" />
51 <Key
52 latin:keyLabel="п" />
53 <Key
54 latin:keyLabel="я" />
55 <Key
56 latin:keyStyle="deleteKeyStyle"
57 latin:keyWidth="fillBoth" />
58 </Row>
59 <Row
60 latin:keyWidth="7.194%p"
61 >
62 <Key
63 latin:keyStyle="toSymbolKeyStyle"
64 latin:keyLabelFlags="alignLeft"
65 latin:keyWidth="9.375%p" />
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
83 latin:keyLabel="л" />
84 <Key
85 latin:keyLabel="щ" />
86 <Key
87 latin:keyLabel="ь" />
88 <Key
89 latin:keyStyle="returnKeyStyle"
90 latin:keyWidth="fillBoth" />
91 </Row>
92 <Row
93 latin:keyWidth="7.125%p"
94 >
95 <Key
96 latin:keyStyle="shiftKeyStyle"
97 latin:keyWidth="14.375%p" />
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 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900115 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900116 <Key
117 latin:keyStyle="shiftKeyStyle"
118 latin:keyWidth="fillBoth" />
119 </Row>
120 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900121 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka3fbf9f82011-12-16 22:28:51 +0900122</merge>