blob: 889a438b5f64fdc98a75190d01892859839058a6 [file] [log] [blame]
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2011, 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. Takaoka0d22fc42011-05-30 20:12:04 +090026 <Row
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -070027 latin:keyWidth="7.60%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090028 >
29 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070030 latin:keyLabel="й" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090031 <Key
32 latin:keyLabel="ц" />
33 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090034 latin:keyLabel="у"
35 latin:moreKeys="@string/more_keys_for_slavic_u" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090036 <Key
37 latin:keyLabel="к" />
38 <Key
39 latin:keyLabel="е"
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090040 latin:moreKeys="@string/more_keys_for_slavic_ye" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090041 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090042 latin:keyLabel="н"
43 latin:moreKeys="@string/more_keys_for_slavic_en" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090044 <Key
45 latin:keyLabel="г" />
46 <Key
47 latin:keyLabel="ш" />
48 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090049 latin:keyLabel="@string/keylabel_for_slavic_shcha" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090050 <Key
51 latin:keyLabel="з" />
52 <Key
53 latin:keyLabel="х" />
54 <Key
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -070055 latin:keyLabel="ъ" />
56 <Key
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090057 latin:keyStyle="deleteKeyStyle"
58 latin:keyXPos="-10.0%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070059 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090060 </Row>
61 <Row
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -070062 latin:keyWidth="7.60%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090063 >
64 <Key
65 latin:keyLabel="ф"
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -070066 latin:keyXPos="2.25%p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090067 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090068 latin:keyLabel="@string/keylabel_for_slavic_yery"
69 latin:moreKeys="@string/more_keys_for_slavic_yery" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090070 <Key
71 latin:keyLabel="в" />
72 <Key
73 latin:keyLabel="а" />
74 <Key
75 latin:keyLabel="п" />
76 <Key
77 latin:keyLabel="р" />
78 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +090079 latin:keyLabel="о"
80 latin:moreKeys="@string/more_keys_for_slavic_o" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090081 <Key
82 latin:keyLabel="л" />
83 <Key
84 latin:keyLabel="д" />
85 <Key
86 latin:keyLabel="ж" />
87 <Key
88 latin:keyLabel="э" />
89 <Key
90 latin:keyStyle="returnKeyStyle"
91 latin:keyXPos="-14.6%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070092 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090093 </Row>
94 <Row
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -070095 latin:keyWidth="7.60%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090096 >
97 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070098 latin:keyStyle="shiftKeyStyle" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090099 <Key
100 latin:keyLabel="я" />
101 <Key
102 latin:keyLabel="ч" />
103 <Key
104 latin:keyLabel="с" />
105 <Key
106 latin:keyLabel="м" />
107 <Key
Tadashi G. Takaoka94a3f8f2011-12-16 18:38:59 +0900108 latin:keyLabel="@string/keylabel_for_slavic_i" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900109 <Key
110 latin:keyLabel="т" />
111 <Key
Ken Wakasa758011a2011-08-12 17:52:35 +0900112 latin:keyLabel="ь" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900113 <Key
114 latin:keyLabel="б" />
115 <Key
116 latin:keyLabel="ю" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +0900117 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900118 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900119 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900120 latin:keyboardLayout="@xml/key_smiley"
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +0900121 latin:keyXPos="-8.9%p"
122 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900123 </Row>
124 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900125 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900126</merge>