blob: 08d7a4ac597b788e1e61485e8fb06e7c84336c55 [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. Takaoka9b6d1d52010-12-14 15:31:47 +090029 latin:popupKeyboardTemplate="@xml/kbd_popup_template"
30 latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090031>
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080032 <include
33 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090034 <Row
35 latin:rowEdgeFlags="top"
36 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090037 <Key
satok4fc510a2010-10-01 19:40:44 +090038 latin:keyLabel="й"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090039 latin:keyHintIcon="@drawable/keyboard_hint_1"
satok4fc510a2010-10-01 19:40:44 +090040 latin:popupCharacters="1"
41 latin:keyWidth="8.75%p"
42 latin:keyEdgeFlags="left" />
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_2"
satok4fc510a2010-10-01 19:40:44 +090046 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:popupCharacters="3" />
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_4"
satok4fc510a2010-10-01 19:40:44 +090054 latin:popupCharacters="4" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090055 <Key
satok4fc510a2010-10-01 19:40:44 +090056 latin:keyLabel="е"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090057 latin:keyHintIcon="@drawable/keyboard_hint_5"
satok4fc510a2010-10-01 19:40:44 +090058 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090059 <Key
satok4fc510a2010-10-01 19:40:44 +090060 latin:keyLabel="н"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090061 latin:keyHintIcon="@drawable/keyboard_hint_6"
satok4fc510a2010-10-01 19:40:44 +090062 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:popupCharacters="7" />
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_8"
satok4fc510a2010-10-01 19:40:44 +090070 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:popupCharacters="9" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090075 <Key
satok4fc510a2010-10-01 19:40:44 +090076 latin:keyLabel="з"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090077 latin:keyHintIcon="@drawable/keyboard_hint_0"
satok4fc510a2010-10-01 19:40:44 +090078 latin:popupCharacters="0" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090079 <Key
satok4fc510a2010-10-01 19:40:44 +090080 latin:keyLabel="х"
81 latin:keyWidth="8.75%p"
82 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090083 </Row>
84 <Row>
85 <Key
satok4fc510a2010-10-01 19:40:44 +090086 latin:keyLabel="ф"
87 latin:keyWidth="8.75%p"
88 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +090089 <Key
satok4fc510a2010-10-01 19:40:44 +090090 latin:keyLabel="ы" />
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="э"
109 latin:keyWidth="8.75%p"
110 latin:keyEdgeFlags="right" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900111 </Row>
112 <Row
satok4fc510a2010-10-01 19:40:44 +0900113 latin:keyWidth="8.5%p"
Amith Yamasani36fcf252009-10-12 13:48:35 -0700114 >
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900115 <Key
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800116 latin:keyStyle="shiftKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900117 latin:keyWidth="11.75%p"
satok4fc510a2010-10-01 19:40:44 +0900118 latin:keyEdgeFlags="left" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900119 <Key
satok4fc510a2010-10-01 19:40:44 +0900120 latin:keyLabel="я" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900121 <Key
satok4fc510a2010-10-01 19:40:44 +0900122 latin:keyLabel="ч" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900123 <Key
satok4fc510a2010-10-01 19:40:44 +0900124 latin:keyLabel="с" />
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="ь"
satok4fc510a2010-10-01 19:40:44 +0900133 latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900134 <Key
satok4fc510a2010-10-01 19:40:44 +0900135 latin:keyLabel="б" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900136 <Key
satok4fc510a2010-10-01 19:40:44 +0900137 latin:keyLabel="ю" />
Tadashi G. Takaoka232863a2010-09-08 15:12:51 +0900138 <Key
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800139 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900140 latin:keyWidth="11.75%p"
satok4fc510a2010-10-01 19:40:44 +0900141 latin:keyEdgeFlags="right" />
Amith Yamasani36fcf252009-10-12 13:48:35 -0700142 </Row>
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800143 <include
144 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
satok007803c2010-09-08 17:24:16 +0900145</Keyboard>