• 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        <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:keyLabel="ђ" />
56        <Key
57            latin:keyLabel="ж"
58            latin:keyWidth="fillRight" />
59    </Row>
60    <Row
61        latin:keyWidth="7.250%p"
62    >
63        <Key
64            latin:keyStyle="toSymbolKeyStyle"
65            latin:keyLabelOption="alignLeft"
66            latin:keyWidth="11.172%p" />
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:keyLabel="ч" />
87        <Key
88            latin:keyLabel="ћ" />
89        <Key
90            latin:keyStyle="deleteKeyStyle"
91            latin:keyXPos="-9.219%p"
92            latin:keyWidth="fillBoth" />
93    </Row>
94    <Row
95        latin:keyWidth="7.250%p"
96    >
97        <Key
98            latin:keyStyle="shiftKeyStyle"
99            latin:keyWidth="13.829%p" />
100        <Key
101            latin:keyLabel="ѕ" />
102        <Key
103            latin:keyLabel="џ" />
104        <Key
105            latin:keyLabel="ц" />
106        <Key
107            latin:keyLabel="в" />
108        <Key
109            latin:keyLabel="б" />
110        <Key
111            latin:keyLabel="н" />
112        <Key
113            latin:keyLabel="м" />
114        <include
115            latin:keyboardLayout="@xml/kbd_row3_comma_period" />
116        <Key
117            latin:keyStyle="returnKeyStyle"
118            latin:keyXPos="-13.750%p"
119            latin:keyWidth="fillRight" />
120    </Row>
121    <include
122        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
123</merge>
124