2010-08-20 05:35:02 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2008, The Android Open Source Project
|
|
|
|
|
**
|
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
|
**
|
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
**
|
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
|
** limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- Serbian keyboard layout, based on the X11 layout for Serbian -->
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Keyboard
|
2010-10-01 10:40:44 +00:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
|
latin:keyWidth="9.09%p"
|
|
|
|
|
latin:horizontalGap="0px"
|
|
|
|
|
latin:verticalGap="0px"
|
|
|
|
|
latin:keyHeight="@dimen/key_height"
|
2010-09-08 06:12:51 +00:00
|
|
|
|
>
|
2010-08-20 05:35:02 +00:00
|
|
|
|
<Row>
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="љ"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_1"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="1"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="њ"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_2"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="2" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="е"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_3"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="3" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="р"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_4"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="4" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="т"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_5"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="5" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="з"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_6"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="6" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="у"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_7"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="7" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="и"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_8"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="8" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="о"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_9"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="9" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="п"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyHintIcon="@drawable/keyboard_hint_0"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="0" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ш"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="а"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="с" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="д" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ф" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="г" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="х" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ј" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="к" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="л" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ч" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ћ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ђ"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Row
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyWidth="8.5%p"
|
2010-09-08 06:12:51 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_shift"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_shift"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
|
|
|
|
|
latin:keyWidth="11.75%p"
|
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isSticky="true"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ж" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="џ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ц" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="в" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="б" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="н" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="м" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_delete"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_delete"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
|
|
|
|
latin:keyWidth="11.75%p"
|
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isRepeatable="true"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
2010-10-07 16:15:00 +00:00
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2010-09-08 08:24:16 +00:00
|
|
|
|
</Keyboard>
|