blob: 80a9ddd4f15aed522276c8ea4deefbca059a3d64 [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. Takaoka58bfa352010-10-19 17:08:54 +090023 latin:keyWidth="9.091%p"
24 latin:horizontalGap="@dimen/key_horizontal_gap"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090025 latin:verticalGap="@dimen/key_bottom_gap"
satok4fc510a2010-10-01 19:40:44 +090026 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090027>
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090028 <Row
29 latin:rowEdgeFlags="top"
30 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090031 <Key
satok4fc510a2010-10-01 19:40:44 +090032 latin:keyLabel="й"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090033 latin:keyHintIcon="@drawable/keyboard_hint_1"
satok4fc510a2010-10-01 19:40:44 +090034 latin:popupKeyboard="@xml/kbd_popup_template"
35 latin:popupCharacters="1"
36 latin:keyWidth="8.75%p"
37 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090038 <Key
satok4fc510a2010-10-01 19:40:44 +090039 latin:keyLabel="ц"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090040 latin:keyHintIcon="@drawable/keyboard_hint_2"
satok4fc510a2010-10-01 19:40:44 +090041 latin:popupKeyboard="@xml/kbd_popup_template"
42 latin:popupCharacters="2" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090043 <Key
satok4fc510a2010-10-01 19:40:44 +090044 latin:keyLabel="у"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090045 latin:keyHintIcon="@drawable/keyboard_hint_3"
satok4fc510a2010-10-01 19:40:44 +090046 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="3" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090048 <Key
satok4fc510a2010-10-01 19:40:44 +090049 latin:keyLabel="к"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090050 latin:keyHintIcon="@drawable/keyboard_hint_4"
satok4fc510a2010-10-01 19:40:44 +090051 latin:popupKeyboard="@xml/kbd_popup_template"
52 latin:popupCharacters="4" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090053 <Key
satok4fc510a2010-10-01 19:40:44 +090054 latin:keyLabel="е"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090055 latin:keyHintIcon="@drawable/keyboard_hint_5"
satok4fc510a2010-10-01 19:40:44 +090056 latin:popupKeyboard="@xml/kbd_popup_template"
57 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090058 <Key
satok4fc510a2010-10-01 19:40:44 +090059 latin:keyLabel="н"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090060 latin:keyHintIcon="@drawable/keyboard_hint_6"
satok4fc510a2010-10-01 19:40:44 +090061 latin:popupKeyboard="@xml/kbd_popup_template"
62 latin:popupCharacters="6" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090063 <Key
satok4fc510a2010-10-01 19:40:44 +090064 latin:keyLabel="г"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090065 latin:keyHintIcon="@drawable/keyboard_hint_7"
satok4fc510a2010-10-01 19:40:44 +090066 latin:popupKeyboard="@xml/kbd_popup_template"
67 latin:popupCharacters="7" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090068 <Key
satok4fc510a2010-10-01 19:40:44 +090069 latin:keyLabel="ш"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090070 latin:keyHintIcon="@drawable/keyboard_hint_8"
satok4fc510a2010-10-01 19:40:44 +090071 latin:popupKeyboard="@xml/kbd_popup_template"
72 latin:popupCharacters="8" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090073 <Key
satok4fc510a2010-10-01 19:40:44 +090074 latin:keyLabel="щ"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090075 latin:keyHintIcon="@drawable/keyboard_hint_9"
satok4fc510a2010-10-01 19:40:44 +090076 latin:popupKeyboard="@xml/kbd_popup_template"
77 latin:popupCharacters="9" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090078 <Key
satok4fc510a2010-10-01 19:40:44 +090079 latin:keyLabel="з"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090080 latin:keyHintIcon="@drawable/keyboard_hint_0"
satok4fc510a2010-10-01 19:40:44 +090081 latin:popupKeyboard="@xml/kbd_popup_template"
82 latin:popupCharacters="0" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090083 <Key
satok4fc510a2010-10-01 19:40:44 +090084 latin:keyLabel="х"
85 latin:keyWidth="8.75%p"
86 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090087 </Row>
88 <Row>
89 <Key
satok4fc510a2010-10-01 19:40:44 +090090 latin:keyLabel="ф"
91 latin:keyWidth="8.75%p"
92 latin:keyEdgeFlags="left" />
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="ж" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900111 <Key
satok4fc510a2010-10-01 19:40:44 +0900112 latin:keyLabel="э"
113 latin:keyWidth="8.75%p"
114 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900115 </Row>
116 <Row
satok4fc510a2010-10-01 19:40:44 +0900117 latin:keyWidth="8.5%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700118 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900119 <Key
satok4fc510a2010-10-01 19:40:44 +0900120 latin:codes="@integer/key_shift"
121 latin:keyIcon="@drawable/sym_keyboard_shift"
122 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
123 latin:keyWidth="11.75%p"
124 latin:isModifier="true"
125 latin:isSticky="true"
126 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
satok4fc510a2010-10-01 19:40:44 +0900148 latin:codes="@integer/key_delete"
149 latin:keyIcon="@drawable/sym_keyboard_delete"
150 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
151 latin:keyWidth="11.75%p"
152 latin:isModifier="true"
153 latin:isRepeatable="true"
154 latin:keyEdgeFlags="right" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700155 </Row>
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +0900156 <include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
satok007803c2010-09-08 17:24:16 +0900157</Keyboard>