blob: 7290c13a0479c0070fb16715d4ae67d3a2c4ebb4 [file] [log] [blame]
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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<!-- Serbian keyboard layout, based on the X11 layout for Serbian -->
22<Keyboard
23 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka9f01ed52010-12-08 14:36:41 +090024 latin:keyboardHeight="@dimen/keyboardHeight"
25 latin:maxKeyboardHeight="50%p"
26 latin:rowHeight="25%p"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090027 latin:keyWidth="9.09%p"
28 latin:horizontalGap="@dimen/key_horizontal_gap"
29 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090030>
31 <include
32 latin:keyboardLayout="@xml/kbd_key_styles" />
33 <!-- This row is intentionally not marked as a top row -->
34 <Row
35 latin:keyWidth="7.520%p"
36 >
37 <Key
38 latin:keyStyle="tabKeyStyle"
39 latin:keyLabelOption="alignLeft"
40 latin:keyWidth="7.949%p"
41 latin:keyEdgeFlags="left" />
42 <Key
43 latin:keyLabel="љ"
44 latin:popupKeyboard="@xml/kbd_popup_template"
45 latin:popupCharacters="1" />
46 <Key
47 latin:keyLabel="њ"
48 latin:popupKeyboard="@xml/kbd_popup_template"
49 latin:popupCharacters="2" />
50 <Key
51 latin:keyLabel="е"
52 latin:popupKeyboard="@xml/kbd_popup_template"
53 latin:popupCharacters="3" />
54 <Key
55 latin:keyLabel="р"
56 latin:popupKeyboard="@xml/kbd_popup_template"
57 latin:popupCharacters="4" />
58 <Key
59 latin:keyLabel="т"
60 latin:popupKeyboard="@xml/kbd_popup_template"
61 latin:popupCharacters="5" />
62 <Key
63 latin:keyLabel="з"
64 latin:popupKeyboard="@xml/kbd_popup_template"
65 latin:popupCharacters="6" />
66 <Key
67 latin:keyLabel="у"
68 latin:popupKeyboard="@xml/kbd_popup_template"
69 latin:popupCharacters="7" />
70 <Key
71 latin:keyLabel="и"
72 latin:popupKeyboard="@xml/kbd_popup_template"
73 latin:popupCharacters="8" />
74 <Key
75 latin:keyLabel="о"
76 latin:popupKeyboard="@xml/kbd_popup_template"
77 latin:popupCharacters="9" />
78 <Key
79 latin:keyLabel="п"
80 latin:popupKeyboard="@xml/kbd_popup_template"
81 latin:popupCharacters="0" />
82 <Key
83 latin:keyLabel="ш" />
84 <Key
85 latin:keyStyle="deleteKeyStyle"
86 latin:keyWidth="9.331%p"
87 latin:keyEdgeFlags="right" />
88 </Row>
89 <Row
90 latin:keyWidth="7.520%p"
91 >
92 <Key
93 latin:keyStyle="toSymbolKeyStyle"
94 latin:keyLabelOption="alignLeft"
95 latin:keyWidth="7.949%p"
96 latin:keyEdgeFlags="left" />
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 <Key
112 latin:keyLabel="к" />
113 <Key
114 latin:keyLabel="л" />
115 <Key
116 latin:keyLabel="ч" />
117 <Key
118 latin:keyLabel="ћ" />
119 <Key
120 latin:keyStyle="returnKeyStyle"
121 latin:keyWidth="9.331%p"
122 latin:keyEdgeFlags="right" />
123 </Row>
124 <Row
125 latin:keyWidth="7.520%p"
126 >
127 <Key
128 latin:keyStyle="shiftKeyStyle"
129 latin:keyWidth="12.400%p"
130 latin:keyEdgeFlags="left" />
131 <Key
132 latin:keyLabel="ђ" />
133 <Key
134 latin:keyLabel="ж" />
135 <Key
136 latin:keyLabel="џ" />
137 <Key
138 latin:keyLabel="ц" />
139 <Key
140 latin:keyLabel="в" />
141 <Key
142 latin:keyLabel="б" />
143 <Key
144 latin:keyLabel="н" />
145 <Key
146 latin:keyLabel="м" />
147 <Key
148 latin:keyLabel=","
149 latin:manualTemporaryUpperCaseCode="33"
150 latin:keyHintIcon="@drawable/key_hint_exclamation_holo"
151 latin:manualTemporaryUpperCaseHintIcon="@drawable/key_hint_exclamation_large_holo"
152 latin:popupKeyboard="@xml/kbd_popup_template"
153 latin:popupCharacters="!" />
154 <Key
155 latin:keyLabel="."
156 latin:manualTemporaryUpperCaseCode="63"
157 latin:keyHintIcon="@drawable/key_hint_question_holo"
158 latin:manualTemporaryUpperCaseHintIcon="@drawable/key_hint_question_large_holo"
159 latin:popupKeyboard="@xml/kbd_popup_template"
160 latin:popupCharacters="\?" />
161 <Key
162 latin:keyStyle="shiftKeyStyle"
163 latin:keyWidth="12.400%p"
164 latin:keyEdgeFlags="right" />
165 </Row>
166 <include
167 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
168</Keyboard>