blob: e4098285517974c1183edf0af24c639ff1548866 [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"
23 latin:keyWidth="9.09%p"
24 latin:horizontalGap="0px"
25 latin:verticalGap="0px"
26 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090027>
28 <Row>
29 <Key
satok4fc510a2010-10-01 19:40:44 +090030 latin:keyLabel="й"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090031 latin:keyHintIcon="@drawable/keyboard_hint_1"
satok4fc510a2010-10-01 19:40:44 +090032 latin:popupKeyboard="@xml/kbd_popup_template"
33 latin:popupCharacters="1"
34 latin:keyWidth="8.75%p"
35 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090036 <Key
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyLabel="ц"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090038 latin:keyHintIcon="@drawable/keyboard_hint_2"
satok4fc510a2010-10-01 19:40:44 +090039 latin:popupKeyboard="@xml/kbd_popup_template"
40 latin:popupCharacters="2" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090041 <Key
satok4fc510a2010-10-01 19:40:44 +090042 latin:keyLabel="у"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090043 latin:keyHintIcon="@drawable/keyboard_hint_3"
satok4fc510a2010-10-01 19:40:44 +090044 latin:popupKeyboard="@xml/kbd_popup_template"
45 latin:popupCharacters="3" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090046 <Key
satok4fc510a2010-10-01 19:40:44 +090047 latin:keyLabel="к"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090048 latin:keyHintIcon="@drawable/keyboard_hint_4"
satok4fc510a2010-10-01 19:40:44 +090049 latin:popupKeyboard="@xml/kbd_popup_template"
50 latin:popupCharacters="4" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090051 <Key
satok4fc510a2010-10-01 19:40:44 +090052 latin:keyLabel="е"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090053 latin:keyHintIcon="@drawable/keyboard_hint_5"
satok4fc510a2010-10-01 19:40:44 +090054 latin:popupKeyboard="@xml/kbd_popup_template"
55 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="н"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090058 latin:keyHintIcon="@drawable/keyboard_hint_6"
satok4fc510a2010-10-01 19:40:44 +090059 latin:popupKeyboard="@xml/kbd_popup_template"
60 latin:popupCharacters="6" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090061 <Key
satok4fc510a2010-10-01 19:40:44 +090062 latin:keyLabel="г"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090063 latin:keyHintIcon="@drawable/keyboard_hint_7"
satok4fc510a2010-10-01 19:40:44 +090064 latin:popupKeyboard="@xml/kbd_popup_template"
65 latin:popupCharacters="7" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090066 <Key
satok4fc510a2010-10-01 19:40:44 +090067 latin:keyLabel="ш"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090068 latin:keyHintIcon="@drawable/keyboard_hint_8"
satok4fc510a2010-10-01 19:40:44 +090069 latin:popupKeyboard="@xml/kbd_popup_template"
70 latin:popupCharacters="8" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090071 <Key
satok4fc510a2010-10-01 19:40:44 +090072 latin:keyLabel="щ"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090073 latin:keyHintIcon="@drawable/keyboard_hint_9"
satok4fc510a2010-10-01 19:40:44 +090074 latin:popupKeyboard="@xml/kbd_popup_template"
75 latin:popupCharacters="9" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090076 <Key
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyLabel="з"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090078 latin:keyHintIcon="@drawable/keyboard_hint_0"
satok4fc510a2010-10-01 19:40:44 +090079 latin:popupKeyboard="@xml/kbd_popup_template"
80 latin:popupCharacters="0" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090081 <Key
satok4fc510a2010-10-01 19:40:44 +090082 latin:keyLabel="х"
83 latin:keyWidth="8.75%p"
84 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090085 </Row>
86 <Row>
87 <Key
satok4fc510a2010-10-01 19:40:44 +090088 latin:keyLabel="ф"
89 latin:keyWidth="8.75%p"
90 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090091 <Key
satok4fc510a2010-10-01 19:40:44 +090092 latin:keyLabel="ы" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090093 <Key
satok4fc510a2010-10-01 19:40:44 +090094 latin:keyLabel="в" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090095 <Key
satok4fc510a2010-10-01 19:40:44 +090096 latin:keyLabel="а" />
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="э"
111 latin:keyWidth="8.75%p"
112 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900113 </Row>
114 <Row
satok4fc510a2010-10-01 19:40:44 +0900115 latin:keyWidth="8.5%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700116 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900117 <Key
satok4fc510a2010-10-01 19:40:44 +0900118 latin:codes="@integer/key_shift"
119 latin:keyIcon="@drawable/sym_keyboard_shift"
120 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
121 latin:keyWidth="11.75%p"
122 latin:isModifier="true"
123 latin:isSticky="true"
124 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900125 <Key
satok4fc510a2010-10-01 19:40:44 +0900126 latin:keyLabel="я" />
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="ь"
139 latin:popupKeyboard="@xml/kbd_popup_template"
140 latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900141 <Key
satok4fc510a2010-10-01 19:40:44 +0900142 latin:keyLabel="б" />
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:codes="@integer/key_delete"
147 latin:keyIcon="@drawable/sym_keyboard_delete"
148 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
149 latin:keyWidth="11.75%p"
150 latin:isModifier="true"
151 latin:isRepeatable="true"
152 latin:keyEdgeFlags="right" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700153 </Row>
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +0900154 <include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
satok007803c2010-09-08 17:24:16 +0900155</Keyboard>