2010-12-01 13:06:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
2011-01-27 02:54:03 +00:00
|
|
|
|
** Copyright 2011, The Android Open Source Project
|
2010-12-01 13:06:32 +00:00
|
|
|
|
**
|
|
|
|
|
** 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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
2011-01-27 02:54:03 +00:00
|
|
|
|
<merge
|
2010-12-01 13:06:32 +00:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
|
>
|
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
|
|
|
|
<Row
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyWidth="9.091%p"
|
2010-12-01 13:06:32 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="й"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="1"
|
2011-09-02 08:05:24 +00:00
|
|
|
|
latin:moreKeys="1" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ц"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="2"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="2" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="у"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="3"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="3" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="к"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="4"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="4" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="е"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="5"
|
2011-08-31 12:14:15 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_cyrillic_e" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="н"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="6"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="6" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="г"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="7"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="7" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ш"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="8"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="8" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="щ"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="9"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="9" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="з"
|
2011-06-25 10:38:55 +00:00
|
|
|
|
latin:keyHintLabel="0"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="0" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyLabel="х"
|
2011-08-31 12:14:15 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_cyrillic_ha"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillRight" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyWidth="9.091%p"
|
2010-12-01 13:06:32 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyLabel="ф"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="8.75%p" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ы" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="в" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="а" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="п" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="р" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="о" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="л" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="д" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ж" />
|
|
|
|
|
<Key
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyLabel="э"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillRight" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyWidth="8.5%p"
|
2010-12-01 13:06:32 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="shiftKeyStyle"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="11.75%p" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="я" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ч" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="с" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="м" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="и" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="т" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ь"
|
2011-08-31 12:14:15 +00:00
|
|
|
|
latin:moreKeys="@string/more_keys_for_cyrillic_soft_sign" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="б" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ю" />
|
|
|
|
|
<Key
|
2011-01-27 02:54:03 +00:00
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillRight" />
|
2010-12-01 13:06:32 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2011-01-27 02:54:03 +00:00
|
|
|
|
</merge>
|