blob: 117db4c540d11f62e63c716657d3297e8a0745dd [file] [log] [blame]
satok979f8692010-08-20 14:35:02 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2008, 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 xmlns:android="http://schemas.android.com/apk/res/android"
23 android:keyWidth="9.09%p"
24 android:horizontalGap="0px"
25 android:verticalGap="0px"
26 android:keyHeight="@dimen/key_height"
27 >
28
29 <Row>
30 <Key android:keyLabel="љ"
31 android:keyEdgeFlags="left" />
32 <Key android:keyLabel="њ" />
33 <Key android:keyLabel="е" />
34 <Key android:keyLabel="р" />
35 <Key android:keyLabel="т" />
36 <Key android:keyLabel="з" />
37 <Key android:keyLabel="у" />
38 <Key android:keyLabel="и" />
39 <Key android:keyLabel="о" />
40 <Key android:keyLabel="п" />
41 <Key android:keyLabel="ш"
42 android:keyEdgeFlags="right" />
43 </Row>
44
45 <Row>
46 <Key android:keyLabel="а"
47 android:keyEdgeFlags="left" />
48 <Key android:keyLabel="с" />
49 <Key android:keyLabel="д" />
50 <Key android:keyLabel="ф" />
51 <Key android:keyLabel="г" />
52 <Key android:keyLabel="х" />
53 <Key android:keyLabel="ј" />
54 <Key android:keyLabel="к" />
55 <Key android:keyLabel="л" />
56 <Key android:keyLabel="ч" />
57 <Key android:keyLabel="ћ" />
58 <Key android:keyLabel="ђ"
59 android:keyEdgeFlags="right" />
60 </Row>
61
62 <Row android:keyWidth="8.5%p">
63 <Key android:codes="-1" android:keyIcon="@drawable/sym_keyboard_shift"
64 android:keyWidth="11.75%p" android:isModifier="true"
65 android:iconPreview="@drawable/sym_keyboard_feedback_shift"
66 android:isSticky="true" android:keyEdgeFlags="left"/>
67 <Key android:keyLabel="ж" />
68 <Key android:keyLabel="џ" />
69 <Key android:keyLabel="ц" />
70 <Key android:keyLabel="в" />
71 <Key android:keyLabel="б" />
72 <Key android:keyLabel="н" />
73 <Key android:keyLabel="м" />
74 <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
75 android:keyWidth="11.75%p" android:keyEdgeFlags="right"
76 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
77 android:isRepeatable="true"/>
78 </Row>
79
80 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
81 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +090082 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
83 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
84 android:keyWidth="10%p"/>
85 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
86 android:iconPreview="@drawable/sym_keyboard_feedback_space"
87 android:keyWidth="40%p" android:isRepeatable="true"/>
88 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
89 android:keyWidth="10%p"/>
90 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
91 android:iconPreview="@drawable/sym_keyboard_feedback_return"
92 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
93 </Row>
94
95 <Row android:keyboardMode="@+id/mode_url" android:rowEdgeFlags="bottom">
96 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +090097 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
98 <Key android:keyLabel="/" android:keyWidth="10%p"/>
99 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
100 android:iconPreview="@drawable/sym_keyboard_feedback_space"
101 android:keyWidth="20%p" android:isRepeatable="true"/>
102 <Key android:keyLabel="@string/popular_domain_0"
103 android:keyOutputText="@string/popular_domain_0"
104 android:popupKeyboard="@xml/popup_domains"
105 android:keyWidth="20%p"/>
106 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
107 android:keyWidth="10%p"/>
108 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
109 android:iconPreview="@drawable/sym_keyboard_feedback_return"
110 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
111 </Row>
112
113 <Row android:keyboardMode="@+id/mode_email" android:rowEdgeFlags="bottom">
114 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900115 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
116 <Key android:keyLabel="\@" android:keyWidth="10%p"/>
117 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
118 android:iconPreview="@drawable/sym_keyboard_feedback_space"
119 android:keyWidth="20%p" android:isRepeatable="true"/>
120 <Key android:keyLabel="@string/popular_domain_0"
121 android:keyOutputText="@string/popular_domain_0"
122 android:popupKeyboard="@xml/popup_domains"
123 android:keyWidth="20%p"/>
124 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
125 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
126 android:iconPreview="@drawable/sym_keyboard_feedback_return"
127 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
128 </Row>
129
130 <Row android:keyboardMode="@+id/mode_im" android:rowEdgeFlags="bottom">
131 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900132 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
133 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
134 android:keyWidth="10%p"/>
135 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
136 android:iconPreview="@drawable/sym_keyboard_feedback_space"
137 android:keyWidth="40%p" android:isRepeatable="true"/>
138 <Key android:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
139 android:keyWidth="10%p"/>
140 <Key android:keyLabel=":-)" android:keyOutputText=":-) "
141 android:popupKeyboard="@xml/popup_smileys"
142 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
143 </Row>
144
145 <Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
146 <Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
satok979f8692010-08-20 14:35:02 +0900147 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
148 <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_keyboard_globe"
149 android:keyWidth="10%p"/>
150 <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
151 android:iconPreview="@drawable/sym_keyboard_feedback_space"
152 android:keyWidth="20%p" android:isRepeatable="true"/>
153 <Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab"
154 android:iconPreview="@drawable/sym_keyboard_feedback_tab"
155 android:keyWidth="20%p"/>
156 <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
157 <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
158 android:iconPreview="@drawable/sym_keyboard_feedback_return"
159 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
160 </Row>
161</Keyboard>