blob: b96c958c76bbd9ff33d42047691445ba86f2f1f0 [file] [log] [blame]
Amith Yamasani36fcf252009-10-12 13:48:35 -07001<?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
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090021<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka9f01ed52010-12-08 14:36:41 +090023 latin:keyboardHeight="@dimen/keyboardHeight"
24 latin:maxKeyboardHeight="50%p"
25 latin:rowHeight="25%p"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090026 latin:keyWidth="9.091%p"
27 latin:horizontalGap="@dimen/key_horizontal_gap"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090028 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090029>
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080030 <include
31 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090032 <Row
33 latin:rowEdgeFlags="top"
34 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090035 <Key
satok4fc510a2010-10-01 19:40:44 +090036 latin:keyLabel="й"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090037 latin:keyHintIcon="@drawable/keyboard_hint_1"
satok4fc510a2010-10-01 19:40:44 +090038 latin:popupKeyboard="@xml/kbd_popup_template"
39 latin:popupCharacters="1"
40 latin:keyWidth="8.75%p"
41 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090042 <Key
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyLabel="ц"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090044 latin:keyHintIcon="@drawable/keyboard_hint_2"
satok4fc510a2010-10-01 19:40:44 +090045 latin:popupKeyboard="@xml/kbd_popup_template"
46 latin:popupCharacters="2" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090047 <Key
satok4fc510a2010-10-01 19:40:44 +090048 latin:keyLabel="у"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090049 latin:keyHintIcon="@drawable/keyboard_hint_3"
satok4fc510a2010-10-01 19:40:44 +090050 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="3" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090052 <Key
satok4fc510a2010-10-01 19:40:44 +090053 latin:keyLabel="к"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090054 latin:keyHintIcon="@drawable/keyboard_hint_4"
satok4fc510a2010-10-01 19:40:44 +090055 latin:popupKeyboard="@xml/kbd_popup_template"
56 latin:popupCharacters="4" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090057 <Key
satok4fc510a2010-10-01 19:40:44 +090058 latin:keyLabel="е"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090059 latin:keyHintIcon="@drawable/keyboard_hint_5"
satok4fc510a2010-10-01 19:40:44 +090060 latin:popupKeyboard="@xml/kbd_popup_template"
61 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="н"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090064 latin:keyHintIcon="@drawable/keyboard_hint_6"
satok4fc510a2010-10-01 19:40:44 +090065 latin:popupKeyboard="@xml/kbd_popup_template"
66 latin:popupCharacters="6" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090067 <Key
satok4fc510a2010-10-01 19:40:44 +090068 latin:keyLabel="г"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090069 latin:keyHintIcon="@drawable/keyboard_hint_7"
satok4fc510a2010-10-01 19:40:44 +090070 latin:popupKeyboard="@xml/kbd_popup_template"
71 latin:popupCharacters="7" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090072 <Key
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyLabel="ш"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090074 latin:keyHintIcon="@drawable/keyboard_hint_8"
satok4fc510a2010-10-01 19:40:44 +090075 latin:popupKeyboard="@xml/kbd_popup_template"
76 latin:popupCharacters="8" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090077 <Key
satok4fc510a2010-10-01 19:40:44 +090078 latin:keyLabel="щ"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090079 latin:keyHintIcon="@drawable/keyboard_hint_9"
satok4fc510a2010-10-01 19:40:44 +090080 latin:popupKeyboard="@xml/kbd_popup_template"
81 latin:popupCharacters="9" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090082 <Key
satok4fc510a2010-10-01 19:40:44 +090083 latin:keyLabel="з"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090084 latin:keyHintIcon="@drawable/keyboard_hint_0"
satok4fc510a2010-10-01 19:40:44 +090085 latin:popupKeyboard="@xml/kbd_popup_template"
86 latin:popupCharacters="0" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090087 <Key
satok4fc510a2010-10-01 19:40:44 +090088 latin:keyLabel="х"
89 latin:keyWidth="8.75%p"
90 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090091 </Row>
92 <Row>
93 <Key
satok4fc510a2010-10-01 19:40:44 +090094 latin:keyLabel="ф"
95 latin:keyWidth="8.75%p"
96 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090097 <Key
satok4fc510a2010-10-01 19:40:44 +090098 latin:keyLabel="ы" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090099 <Key
satok4fc510a2010-10-01 19:40:44 +0900100 latin:keyLabel="в" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900101 <Key
satok4fc510a2010-10-01 19:40:44 +0900102 latin:keyLabel="а" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900103 <Key
satok4fc510a2010-10-01 19:40:44 +0900104 latin:keyLabel="п" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900105 <Key
satok4fc510a2010-10-01 19:40:44 +0900106 latin:keyLabel="р" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900107 <Key
satok4fc510a2010-10-01 19:40:44 +0900108 latin:keyLabel="о" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900109 <Key
satok4fc510a2010-10-01 19:40:44 +0900110 latin:keyLabel="л" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900111 <Key
satok4fc510a2010-10-01 19:40:44 +0900112 latin:keyLabel="д" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900113 <Key
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyLabel="ж" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900115 <Key
satok4fc510a2010-10-01 19:40:44 +0900116 latin:keyLabel="э"
117 latin:keyWidth="8.75%p"
118 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900119 </Row>
120 <Row
satok4fc510a2010-10-01 19:40:44 +0900121 latin:keyWidth="8.5%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700122 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900123 <Key
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800124 latin:keyStyle="shiftKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900125 latin:keyWidth="11.75%p"
satok4fc510a2010-10-01 19:40:44 +0900126 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900127 <Key
satok4fc510a2010-10-01 19:40:44 +0900128 latin:keyLabel="я" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900129 <Key
satok4fc510a2010-10-01 19:40:44 +0900130 latin:keyLabel="ч" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900131 <Key
satok4fc510a2010-10-01 19:40:44 +0900132 latin:keyLabel="с" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900133 <Key
satok4fc510a2010-10-01 19:40:44 +0900134 latin:keyLabel="м" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900135 <Key
satok4fc510a2010-10-01 19:40:44 +0900136 latin:keyLabel="и" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900137 <Key
satok4fc510a2010-10-01 19:40:44 +0900138 latin:keyLabel="т" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900139 <Key
satok4fc510a2010-10-01 19:40:44 +0900140 latin:keyLabel="ь"
141 latin:popupKeyboard="@xml/kbd_popup_template"
142 latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900143 <Key
satok4fc510a2010-10-01 19:40:44 +0900144 latin:keyLabel="б" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900145 <Key
satok4fc510a2010-10-01 19:40:44 +0900146 latin:keyLabel="ю" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900147 <Key
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800148 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900149 latin:keyWidth="11.75%p"
satok4fc510a2010-10-01 19:40:44 +0900150 latin:keyEdgeFlags="right" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700151 </Row>
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800152 <include
153 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
satok007803c2010-09-08 17:24:16 +0900154</Keyboard>