2011-05-30 11:12:04 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2011, 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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<merge
|
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
|
>
|
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_styles_common" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Row
|
2011-07-13 20:03:16 +00:00
|
|
|
|
latin:keyWidth="7.60%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0439: "й" CYRILLIC SMALL LETTER SHORT I -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0439" />
|
|
|
|
|
<!-- \u0446: "ц" CYRILLIC SMALL LETTER TSE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0446" />
|
|
|
|
|
<!-- \u0443: "у" CYRILLIC SMALL LETTER U -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0443"
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_slavic_u" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u043a: "к" CYRILLIC SMALL LETTER KA -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043a" />
|
|
|
|
|
<!-- \u0435: "е" CYRILLIC SMALL LETTER IE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0435"
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_slavic_ye" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u043d: "н" CYRILLIC SMALL LETTER EN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043d"
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_slavic_en" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0433: "г" CYRILLIC SMALL LETTER GHE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0433" />
|
|
|
|
|
<!-- \u0448: "ш" CYRILLIC SMALL LETTER SHA -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0448" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:keyLabel="@string/keylabel_for_slavic_shcha" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0437: "з" CYRILLIC SMALL LETTER ZE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0437" />
|
|
|
|
|
<!-- \u0445: "х" CYRILLIC SMALL LETTER HA -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0445" />
|
|
|
|
|
<!-- \u044a: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
|
2011-07-13 20:03:16 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u044a" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
|
|
|
|
latin:keyXPos="-10.0%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-07-13 20:03:16 +00:00
|
|
|
|
latin:keyWidth="7.60%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0444: "ф" CYRILLIC SMALL LETTER EF -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0444"
|
2011-07-13 20:03:16 +00:00
|
|
|
|
latin:keyXPos="2.25%p" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:keyLabel="@string/keylabel_for_slavic_yery"
|
|
|
|
|
latin:moreKeys="@string/more_keys_for_slavic_yery" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0432: "в" CYRILLIC SMALL LETTER VE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0432" />
|
|
|
|
|
<!-- \u0430: "а" CYRILLIC SMALL LETTER A -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0430" />
|
|
|
|
|
<!-- \u043f: "п" CYRILLIC SMALL LETTER PE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043f" />
|
|
|
|
|
<!-- \u0440: "р" CYRILLIC SMALL LETTER ER -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0440" />
|
|
|
|
|
<!-- \u043e: "о" CYRILLIC SMALL LETTER O -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043e"
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_slavic_o" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u043b: "л" CYRILLIC SMALL LETTER EL -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043b" />
|
|
|
|
|
<!-- \u0434: "д" CYRILLIC SMALL LETTER DE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0434" />
|
|
|
|
|
<!-- \u0436: "ж" CYRILLIC SMALL LETTER ZHE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0436" />
|
|
|
|
|
<!-- \u044d: "э" CYRILLIC SMALL LETTER E -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u044d" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-07 08:07:23 +00:00
|
|
|
|
latin:keyStyle="enterKeyStyle"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
latin:keyXPos="-14.6%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-07-13 20:03:16 +00:00
|
|
|
|
latin:keyWidth="7.60%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyStyle="shiftKeyStyle" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u044f: "я" CYRILLIC SMALL LETTER YA -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u044f" />
|
|
|
|
|
<!-- \u0447: "ч" CYRILLIC SMALL LETTER CHE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0447" />
|
|
|
|
|
<!-- \u0441: "с" CYRILLIC SMALL LETTER ES -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0441" />
|
|
|
|
|
<!-- \u043c: "м" CYRILLIC SMALL LETTER EM -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u043c" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2011-12-16 09:38:59 +00:00
|
|
|
|
latin:keyLabel="@string/keylabel_for_slavic_i" />
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u0442: "т" CYRILLIC SMALL LETTER TE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0442" />
|
|
|
|
|
<!-- \u044c: "ь" CYRILLIC SMALL LETTER SOFT SIGN -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u044c" />
|
|
|
|
|
<!-- \u0431: "б" CYRILLIC SMALL LETTER BE -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u0431" />
|
|
|
|
|
<!-- \u044e: "ю" CYRILLIC SMALL LETTER YU -->
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<Key
|
2012-02-09 16:08:01 +00:00
|
|
|
|
latin:keyLabel="\u044e" />
|
2012-01-27 12:07:37 +00:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/keys_comma_period" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/key_smiley"
|
2012-01-27 12:26:34 +00:00
|
|
|
|
latin:keyXPos="-8.9%p"
|
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
2011-05-30 11:12:04 +00:00
|
|
|
|
</merge>
|