• 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="8.0%p"
28    >
29        <Key
30            latin:keyLabel="љ"
31            latin:keyXPos="2.15%p" />
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        <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:keyStyle="deleteKeyStyle"
54            latin:keyXPos="-10.0%p"
55            latin:keyWidth="fillBoth" />
56    </Row>
57    <Row
58        latin:keyWidth="7.9%p"
59    >
60        <Key
61            latin:keyLabel="а" />
62        <Key
63            latin:keyLabel="с" />
64        <Key
65            latin:keyLabel="д" />
66        <Key
67            latin:keyLabel="ф" />
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:keyStyle="returnKeyStyle"
84            latin:keyXPos="-14.6%p"
85            latin:keyWidth="fillBoth" />
86    </Row>
87    <Row
88        latin:keyWidth="7.5%p"
89    >
90        <Key
91            latin:keyStyle="shiftKeyStyle"
92            latin:keyWidth="8.0%p" />
93        <Key
94            latin:keyLabel="ѕ" />
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        <include
112            latin:keyboardLayout="@xml/kbd_row3_comma_period" />
113        <include
114            latin:keyboardLayout="@xml/kbd_row3_smiley" />
115    </Row>
116    <include
117        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
118</merge>
119