• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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
25        latin:keyboardLayout="@xml/kbd_key_styles" />
26    <Row
27        latin:keyWidth="7.60%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            latin:moreKeys="@string/more_keys_for_cyrillic_e" />
40        <Key
41            latin:keyLabel="н" />
42        <Key
43            latin:keyLabel="г" />
44        <Key
45            latin:keyLabel="ш" />
46        <Key
47            latin:keyLabel="щ" />
48        <Key
49            latin:keyLabel="з" />
50        <Key
51            latin:keyLabel="х" />
52        <Key
53            latin:keyLabel="ъ" />
54        <Key
55            latin:keyStyle="deleteKeyStyle"
56            latin:keyXPos="-10.0%p"
57            latin:keyWidth="fillBoth" />
58    </Row>
59    <Row
60        latin:keyWidth="7.60%p"
61    >
62        <Key
63            latin:keyLabel="ф"
64            latin:keyXPos="2.25%p" />
65        <Key
66            latin:keyLabel="ы" />
67        <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:keyStyle="returnKeyStyle"
87            latin:keyXPos="-14.6%p"
88            latin:keyWidth="fillBoth" />
89    </Row>
90    <Row
91        latin:keyWidth="7.60%p"
92    >
93        <Key
94            latin:keyStyle="shiftKeyStyle" />
95        <Key
96            latin:keyLabel="я" />
97        <Key
98            latin:keyLabel="ч" />
99        <Key
100            latin:keyLabel="с" />
101        <Key
102            latin:keyLabel="м" />
103        <Key
104            latin:keyLabel="и" />
105        <Key
106            latin:keyLabel="т" />
107        <Key
108            latin:keyLabel="ь" />
109        <Key
110            latin:keyLabel="б" />
111        <Key
112            latin:keyLabel="ю" />
113        <switch>
114            <case
115                latin:mode="email"
116            >
117                <Key
118                    latin:keyLabel="," />
119                <Key
120                    latin:keyLabel="." />
121            </case>
122            <default>
123                <Key
124                    latin:keyLabel=","
125                    latin:keyLabelOption="hasUppercaseLetter"
126                    latin:keyHintLabel="!"
127                    latin:moreKeys="!" />
128                <Key
129                    latin:keyLabel="."
130                    latin:keyLabelOption="hasUppercaseLetter"
131                    latin:keyHintLabel="\?"
132                    latin:moreKeys="\?" />
133            </default>
134        </switch>
135        <include
136            latin:keyboardLayout="@xml/kbd_row3_smiley" />
137    </Row>
138    <include
139        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
140</merge>
141