blob: 2e9e1405d8b4a23c75f8059737a80c2ff52e2649 [file] [log] [blame]
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
Tadashi G. Takaoka79b965e2011-01-27 11:54:03 +09005** Copyright 2011, The Android Open Source Project
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +09006**
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
Tadashi G. Takaoka79b965e2011-01-27 11:54:03 +090021<merge
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090023>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090026 <Row
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090027 latin:keyWidth="7.125%p"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090028 >
29 <Key
30 latin:keyStyle="tabKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080031 latin:keyLabelFlags="alignLeft" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090032 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090033 latin:keyLabel="љ" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090034 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090035 latin:keyLabel="њ" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090036 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090037 latin:keyLabel="е" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090038 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090039 latin:keyLabel="р" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090040 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090041 latin:keyLabel="т" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090042 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090043 latin:keyLabel="з" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090044 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090045 latin:keyLabel="у" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090046 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090047 latin:keyLabel="и" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090048 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090049 latin:keyLabel="о" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090050 <Key
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090051 latin:keyLabel="п" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090052 <Key
53 latin:keyLabel="ш" />
54 <Key
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090055 latin:keyLabel="ђ" />
56 <Key
57 latin:keyLabel="ж"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070058 latin:keyWidth="fillRight" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090059 </Row>
60 <Row
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090061 latin:keyWidth="7.250%p"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090062 >
63 <Key
64 latin:keyStyle="toSymbolKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080065 latin:keyLabelFlags="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070066 latin:keyWidth="11.172%p" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090067 <Key
68 latin:keyLabel="а" />
69 <Key
70 latin:keyLabel="с" />
71 <Key
72 latin:keyLabel="д" />
73 <Key
74 latin:keyLabel="ф" />
75 <Key
76 latin:keyLabel="г" />
77 <Key
78 latin:keyLabel="х" />
79 <Key
80 latin:keyLabel="ј" />
81 <Key
82 latin:keyLabel="к" />
83 <Key
84 latin:keyLabel="л" />
85 <Key
86 latin:keyLabel="ч" />
87 <Key
88 latin:keyLabel="ћ" />
89 <Key
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090090 latin:keyStyle="deleteKeyStyle"
91 latin:keyXPos="-9.219%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070092 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090093 </Row>
94 <Row
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090095 latin:keyWidth="7.250%p"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090096 >
97 <Key
98 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070099 latin:keyWidth="13.829%p" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +0900100 <Key
Tadashi G. Takaoka287d0d42011-05-11 20:32:40 +0900101 latin:keyLabel="ѕ" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +0900102 <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="м" />
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900114 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900115 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +0900116 <Key
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +0900117 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900118 latin:keyXPos="-13.750%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700119 latin:keyWidth="fillRight" />
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +0900120 </Row>
121 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900122 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka79b965e2011-01-27 11:54:03 +0900123</merge>