blob: b86002a310f38c27d6ee99717d1afa917b7b14b5 [file] [log] [blame]
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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
21<Keyboard
22 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. Takaoka58baaea2010-12-01 22:06:32 +090026 latin:keyWidth="9.091%p"
27 latin:horizontalGap="@dimen/key_horizontal_gap"
28 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. Takaoka58baaea2010-12-01 22:06:32 +090031>
32 <include
33 latin:keyboardLayout="@xml/kbd_key_styles" />
34 <!-- This row is intentionally not marked as a top row -->
35 <Row
36 latin:keyWidth="7.520%p"
37 >
38 <Key
39 latin:keyStyle="tabKeyStyle"
40 latin:keyLabelOption="alignLeft"
41 latin:keyWidth="7.949%p"
42 latin:keyEdgeFlags="left" />
43 <Key
44 latin:keyLabel="й"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090045 latin:popupCharacters="1" />
46 <Key
47 latin:keyLabel="ц"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090048 latin:popupCharacters="2" />
49 <Key
50 latin:keyLabel="у"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090051 latin:popupCharacters="3" />
52 <Key
53 latin:keyLabel="к"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090054 latin:popupCharacters="4" />
55 <Key
56 latin:keyLabel="е"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090057 latin:popupCharacters="@string/alternates_for_cyrillic_e" />
58 <Key
59 latin:keyLabel="н"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090060 latin:popupCharacters="6" />
61 <Key
62 latin:keyLabel="г"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090063 latin:popupCharacters="7" />
64 <Key
65 latin:keyLabel="ш"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090066 latin:popupCharacters="8" />
67 <Key
68 latin:keyLabel="щ"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090069 latin:popupCharacters="9" />
70 <Key
71 latin:keyLabel="з"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +090072 latin:popupCharacters="0" />
73 <Key
74 latin:keyLabel="х" />
75 <Key
76 latin:keyStyle="deleteKeyStyle"
77 latin:keyWidth="9.331%p"
78 latin:keyEdgeFlags="right" />
79 </Row>
80 <Row
81 latin:keyWidth="7.520%p"
82 >
83 <Key
84 latin:keyStyle="toSymbolKeyStyle"
85 latin:keyLabelOption="alignLeft"
86 latin:keyWidth="7.949%p"
87 latin:keyEdgeFlags="left" />
88 <Key
89 latin:keyLabel="ф" />
90 <Key
91 latin:keyLabel="ы" />
92 <Key
93 latin:keyLabel="в" />
94 <Key
95 latin:keyLabel="а" />
96 <Key
97 latin:keyLabel="п" />
98 <Key
99 latin:keyLabel="р" />
100 <Key
101 latin:keyLabel="о" />
102 <Key
103 latin:keyLabel="л" />
104 <Key
105 latin:keyLabel="д" />
106 <Key
107 latin:keyLabel="ж" />
108 <Key
109 latin:keyLabel="э" />
110 <Key
111 latin:keyStyle="returnKeyStyle"
112 latin:keyWidth="9.331%p"
113 latin:keyEdgeFlags="right" />
114 </Row>
115 <Row
116 latin:keyWidth="8.042%p"
117 >
118 <Key
119 latin:keyStyle="shiftKeyStyle"
120 latin:keyWidth="15.192%p"
121 latin:keyEdgeFlags="left" />
122 <Key
123 latin:keyLabel="я" />
124 <Key
125 latin:keyLabel="ч" />
126 <Key
127 latin:keyLabel="с" />
128 <Key
129 latin:keyLabel="м" />
130 <Key
131 latin:keyLabel="и" />
132 <Key
133 latin:keyLabel="т" />
134 <Key
135 latin:keyLabel="ь"
Tadashi G. Takaoka58baaea2010-12-01 22:06:32 +0900136 latin:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
137 <Key
138 latin:keyLabel="б" />
139 <Key
140 latin:keyLabel="ю" />
141 <Key
142 latin:keyStyle="shiftKeyStyle"
143 latin:keyWidth="12.530%p"
144 latin:keyEdgeFlags="right" />
145 </Row>
146 <include
147 latin:keyboardLayout="@xml/kbd_qwerty_row4" />
148</Keyboard>