• 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.125%p"
28    >
29        <Key
30            latin:keyStyle="tabKeyStyle"
31            latin:keyLabelOption="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            latin:moreKeys="@string/more_keys_for_cyrillic_e" />
43        <Key
44            latin:keyLabel="н" />
45        <Key
46            latin:keyLabel="г" />
47        <Key
48            latin:keyLabel="ш" />
49        <Key
50            latin:keyLabel="щ" />
51        <Key
52            latin:keyLabel="з" />
53        <Key
54            latin:keyLabel="х" />
55        <Key
56            latin:keyLabel="ъ" />
57        <Key
58            latin:keyStyle="deleteKeyStyle"
59            latin:keyWidth="fillBoth" />
60    </Row>
61    <Row
62        latin:keyWidth="7.125%p"
63    >
64        <Key
65            latin:keyStyle="toSymbolKeyStyle"
66            latin:keyLabelOption="alignLeft"
67            latin:keyWidth="9.375%p" />
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:keyLabel="э" />
90        <Key
91            latin:keyStyle="returnKeyStyle"
92            latin:keyXPos="-9.375%p"
93            latin:keyWidth="fillBoth" />
94    </Row>
95    <Row
96        latin:keyWidth="7.125%p"
97    >
98        <Key
99            latin:keyStyle="shiftKeyStyle"
100            latin:keyWidth="12.750%p" />
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        <Key
114            latin:keyLabel="ь" />
115        <Key
116            latin:keyLabel="б" />
117        <Key
118            latin:keyLabel="ю" />
119        <include
120            latin:keyboardLayout="@xml/kbd_row3_comma_period" />
121        <Key
122            latin:keyStyle="shiftKeyStyle"
123            latin:keyWidth="fillBoth" />
124    </Row>
125    <include
126        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
127</merge>
128