• 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="5" />
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:keyWidth="fillRight" />
72    </Row>
73    <Row
74        latin:keyWidth="9.091%p"
75    >
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:keyLabel="к" />
92        <Key
93            latin:keyLabel="л" />
94        <Key
95            latin:keyLabel="ч" />
96        <Key
97            latin:keyLabel="ћ"
98            latin:keyWidth="fillRight" />
99    </Row>
100    <Row
101        latin:keyWidth="8.5%p"
102    >
103        <Key
104            latin:keyStyle="shiftKeyStyle"
105            latin:keyWidth="11.75%p" />
106        <Key
107            latin:keyLabel="ѕ" />
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        <Key
123            latin:keyLabel="ж" />
124        <Key
125            latin:keyStyle="deleteKeyStyle"
126            latin:keyWidth="fillRight" />
127    </Row>
128    <include
129        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
130</merge>
131