blob: 297d726196cfd68181df9952624654ce0c6a550d [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"
24 latin:keyWidth="9.09%p"
25 latin:horizontalGap="@dimen/key_horizontal_gap"
26 latin:verticalGap="@dimen/key_bottom_gap"
27 latin:keyHeight="@dimen/key_height"
28>
29 <include
30 latin:keyboardLayout="@xml/kbd_key_styles" />
31 <!-- This row is intentionally not marked as a top row -->
32 <Row
33 latin:keyWidth="7.520%p"
34 >
35 <Key
36 latin:keyStyle="tabKeyStyle"
37 latin:keyLabelOption="alignLeft"
38 latin:keyWidth="7.949%p"
39 latin:keyEdgeFlags="left" />
40 <Key
41 latin:keyLabel="љ"
42 latin:popupKeyboard="@xml/kbd_popup_template"
43 latin:popupCharacters="1" />
44 <Key
45 latin:keyLabel="њ"
46 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="2" />
48 <Key
49 latin:keyLabel="е"
50 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="3" />
52 <Key
53 latin:keyLabel="р"
54 latin:popupKeyboard="@xml/kbd_popup_template"
55 latin:popupCharacters="4" />
56 <Key
57 latin:keyLabel="т"
58 latin:popupKeyboard="@xml/kbd_popup_template"
59 latin:popupCharacters="5" />
60 <Key
61 latin:keyLabel="з"
62 latin:popupKeyboard="@xml/kbd_popup_template"
63 latin:popupCharacters="6" />
64 <Key
65 latin:keyLabel="у"
66 latin:popupKeyboard="@xml/kbd_popup_template"
67 latin:popupCharacters="7" />
68 <Key
69 latin:keyLabel="и"
70 latin:popupKeyboard="@xml/kbd_popup_template"
71 latin:popupCharacters="8" />
72 <Key
73 latin:keyLabel="о"
74 latin:popupKeyboard="@xml/kbd_popup_template"
75 latin:popupCharacters="9" />
76 <Key
77 latin:keyLabel="п"
78 latin:popupKeyboard="@xml/kbd_popup_template"
79 latin:popupCharacters="0" />
80 <Key
81 latin:keyLabel="ш" />
82 <Key
83 latin:keyStyle="deleteKeyStyle"
84 latin:keyWidth="9.331%p"
85 latin:keyEdgeFlags="right" />
86 </Row>
87 <Row
88 latin:keyWidth="7.520%p"
89 >
90 <Key
91 latin:keyStyle="toSymbolKeyStyle"
92 latin:keyLabelOption="alignLeft"
93 latin:keyWidth="7.949%p"
94 latin:keyEdgeFlags="left" />
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 <Key
112 latin:keyLabel="л" />
113 <Key
114 latin:keyLabel="ч" />
115 <Key
116 latin:keyLabel="ћ" />
117 <Key
118 latin:keyStyle="returnKeyStyle"
119 latin:keyWidth="9.331%p"
120 latin:keyEdgeFlags="right" />
121 </Row>
122 <Row
123 latin:keyWidth="7.520%p"
124 >
125 <Key
126 latin:keyStyle="shiftKeyStyle"
127 latin:keyWidth="12.400%p"
128 latin:keyEdgeFlags="left" />
129 <Key
130 latin:keyLabel="ђ" />
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 latin:manualTemporaryUpperCaseCode="33"
148 latin:keyHintIcon="@drawable/key_hint_exclamation_holo"
149 latin:manualTemporaryUpperCaseHintIcon="@drawable/key_hint_exclamation_large_holo"
150 latin:popupKeyboard="@xml/kbd_popup_template"
151 latin:popupCharacters="!" />
152 <Key
153 latin:keyLabel="."
154 latin:manualTemporaryUpperCaseCode="63"
155 latin:keyHintIcon="@drawable/key_hint_question_holo"
156 latin:manualTemporaryUpperCaseHintIcon="@drawable/key_hint_question_large_holo"
157 latin:popupKeyboard="@xml/kbd_popup_template"
158 latin:popupCharacters="\?" />
159 <Key
160 latin:keyStyle="shiftKeyStyle"
161 latin:keyWidth="12.400%p"
162 latin:keyEdgeFlags="right" />
163 </Row>
164 <include
165 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
166</Keyboard>