• 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="9.091%p"
28    >
29        <Key
30            latin:keyLabel="й"
31            latin:keyHintLabel="1"
32            latin:moreKeys="1" />
33        <Key
34            latin:keyLabel="ц"
35            latin:keyHintLabel="2"
36            latin:moreKeys="2" />
37        <Key
38            latin:keyLabel="у"
39            latin:keyHintLabel="3"
40            latin:moreKeys="3" />
41        <Key
42            latin:keyLabel="к"
43            latin:keyHintLabel="4"
44            latin:moreKeys="4" />
45        <Key
46            latin:keyLabel="е"
47            latin:keyHintLabel="5"
48            latin:moreKeys="@string/more_keys_for_cyrillic_e" />
49        <Key
50            latin:keyLabel="н"
51            latin:keyHintLabel="6"
52            latin:moreKeys="6" />
53        <Key
54            latin:keyLabel="г"
55            latin:keyHintLabel="7"
56            latin:moreKeys="7" />
57        <Key
58            latin:keyLabel="ш"
59            latin:keyHintLabel="8"
60            latin:moreKeys="8" />
61        <Key
62            latin:keyLabel="щ"
63            latin:keyHintLabel="9"
64            latin:moreKeys="9" />
65        <Key
66            latin:keyLabel="з"
67            latin:keyHintLabel="0"
68            latin:moreKeys="0" />
69        <Key
70            latin:keyLabel="х"
71            latin:moreKeys="@string/more_keys_for_cyrillic_ha"
72            latin:keyWidth="fillRight" />
73    </Row>
74    <Row
75            latin:keyWidth="9.091%p"
76    >
77        <Key
78            latin:keyLabel="ф"
79            latin:keyWidth="8.75%p" />
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:keyLabel="о" />
92        <Key
93            latin:keyLabel="л" />
94        <Key
95            latin:keyLabel="д" />
96        <Key
97            latin:keyLabel="ж" />
98        <Key
99            latin:keyLabel="э"
100            latin:keyWidth="fillRight" />
101    </Row>
102    <Row
103        latin:keyWidth="8.5%p"
104    >
105        <Key
106            latin:keyStyle="shiftKeyStyle"
107            latin:keyWidth="11.75%p" />
108        <Key
109            latin:keyLabel="я" />
110        <Key
111            latin:keyLabel="ч" />
112        <Key
113            latin:keyLabel="с" />
114        <Key
115            latin:keyLabel="м" />
116        <Key
117            latin:keyLabel="и" />
118        <Key
119            latin:keyLabel="т" />
120        <Key
121            latin:keyLabel="ь"
122            latin:moreKeys="@string/more_keys_for_cyrillic_soft_sign" />
123        <Key
124            latin:keyLabel="б" />
125        <Key
126            latin:keyLabel="ю" />
127        <Key
128            latin:keyStyle="deleteKeyStyle"
129            latin:keyWidth="fillRight" />
130    </Row>
131    <include
132        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
133</merge>
134