blob: 608ddda8e163ff393c5625a15a6a3e22ed2f6c18 [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -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. Takaokaed8eabc2010-09-16 13:10:14 +090021<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="10%p"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090024 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. Takaokaed8eabc2010-09-16 13:10:14 +090027>
28 <Row
satok4fc510a2010-10-01 19:40:44 +090029 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070030 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090031 <Key
satok4fc510a2010-10-01 19:40:44 +090032 latin:keyLabel="1"
33 latin:popupKeyboard="@xml/kbd_popup_template"
34 latin:popupCharacters="¹½⅓¼⅛"
35 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090036 <Key
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyLabel="2"
38 latin:popupKeyboard="@xml/kbd_popup_template"
39 latin:popupCharacters="²⅔" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="3"
42 latin:popupKeyboard="@xml/kbd_popup_template"
43 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090044 <Key
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyLabel="4"
46 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="⁴" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090048 <Key
satok4fc510a2010-10-01 19:40:44 +090049 latin:keyLabel="5"
50 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="⅝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090052 <Key
satok4fc510a2010-10-01 19:40:44 +090053 latin:keyLabel="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:keyLabel="7"
56 latin:popupKeyboard="@xml/kbd_popup_template"
57 latin:popupCharacters="⅞" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090058 <Key
satok4fc510a2010-10-01 19:40:44 +090059 latin:keyLabel="8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090060 <Key
satok4fc510a2010-10-01 19:40:44 +090061 latin:keyLabel="9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="0"
64 latin:popupKeyboard="@xml/kbd_popup_template"
65 latin:popupCharacters="ⁿ∅"
66 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070067 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070068 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090069 <Key
satok4fc510a2010-10-01 19:40:44 +090070 latin:keyLabel="\@"
71 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090072 <Key
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyLabel="\#" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090074 <Key
satok4fc510a2010-10-01 19:40:44 +090075 latin:keyLabel="$"
76 latin:popupKeyboard="@xml/kbd_popup_template"
77 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090078 <Key
satok4fc510a2010-10-01 19:40:44 +090079 latin:keyLabel="%"
80 latin:popupKeyboard="@xml/kbd_popup_template"
81 latin:popupCharacters="‰" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090082 <Key
satok4fc510a2010-10-01 19:40:44 +090083 latin:keyLabel="&amp;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="*"
86 latin:popupKeyboard="@xml/kbd_popup_template"
87 latin:popupCharacters="†‡★" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090088 <Key
satok4fc510a2010-10-01 19:40:44 +090089 latin:keyLabel="-"
90 latin:popupKeyboard="@xml/kbd_popup_template"
91 latin:popupCharacters="_–—" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090092 <Key
satok4fc510a2010-10-01 19:40:44 +090093 latin:keyLabel="+"
94 latin:popupKeyboard="@xml/kbd_popup_template"
95 latin:popupCharacters="±" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090096 <Key
satok4fc510a2010-10-01 19:40:44 +090097 latin:keyLabel="("
98 latin:popupKeyboard="@xml/kbd_popup_template"
99 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900100 <Key
satok4fc510a2010-10-01 19:40:44 +0900101 latin:keyLabel=")"
102 latin:popupKeyboard="@xml/kbd_popup_template"
103 latin:popupCharacters="]}&gt;"
104 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700105 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700106 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900107 <Key
satok4fc510a2010-10-01 19:40:44 +0900108 latin:codes="@integer/key_shift"
109 latin:keyLabel="@string/label_alt_key"
110 latin:keyWidth="15%p"
111 latin:isModifier="true"
112 latin:isSticky="true"
113 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900114 <Key
satok4fc510a2010-10-01 19:40:44 +0900115 latin:keyLabel="!"
116 latin:popupKeyboard="@xml/kbd_popup_template"
117 latin:popupCharacters="¡" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900118 <Key
satok4fc510a2010-10-01 19:40:44 +0900119 latin:keyLabel="&quot;"
120 latin:popupKeyboard="@xml/kbd_popup_template"
121 latin:popupCharacters="“”«»˝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900122 <Key
satok4fc510a2010-10-01 19:40:44 +0900123 latin:keyLabel="\'"
124 latin:popupKeyboard="@xml/kbd_popup_template"
125 latin:popupCharacters="‘’" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900126 <Key
satok4fc510a2010-10-01 19:40:44 +0900127 latin:keyLabel=":" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900128 <Key
satok4fc510a2010-10-01 19:40:44 +0900129 latin:keyLabel=";" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900130 <Key
satok4fc510a2010-10-01 19:40:44 +0900131 latin:keyLabel="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900132 <Key
satok4fc510a2010-10-01 19:40:44 +0900133 latin:keyLabel="\?"
134 latin:popupKeyboard="@xml/kbd_popup_template"
135 latin:popupCharacters="¿" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900136 <Key
satok4fc510a2010-10-01 19:40:44 +0900137 latin:codes="@integer/key_delete"
138 latin:keyIcon="@drawable/sym_keyboard_delete"
139 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
140 latin:keyWidth="15%p"
141 latin:isModifier="true"
142 latin:isRepeatable="true"
143 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700144 </Row>
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900145 <Row
Ken Wakasae354a852010-10-20 00:18:50 +0900146 latin:keyboardMode="@+id/mode_symbols_normal"
satok4fc510a2010-10-01 19:40:44 +0900147 latin:rowEdgeFlags="bottom"
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900148 >
Ken Wakasae354a852010-10-20 00:18:50 +0900149 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common" />
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900150 </Row>
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900151 <Row
Ken Wakasae354a852010-10-20 00:18:50 +0900152 latin:keyboardMode="@+id/mode_symbols_url"
satok4fc510a2010-10-01 19:40:44 +0900153 latin:rowEdgeFlags="bottom"
Ken Wakasa1508c0e2010-09-15 13:37:52 +0900154 >
Ken Wakasae354a852010-10-20 00:18:50 +0900155 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common" />
156 </Row>
157 <Row
158 latin:keyboardMode="@+id/mode_symbols_email"
159 latin:rowEdgeFlags="bottom"
160 >
161 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common" />
162 </Row>
163 <Row
164 latin:keyboardMode="@+id/mode_symbols_im"
165 latin:rowEdgeFlags="bottom"
166 >
167 <include latin:keyboardLayout="@xml/kbd_symbols_row4_im" />
168 </Row>
169 <Row
170 latin:keyboardMode="@+id/mode_symbols_webentry"
171 latin:rowEdgeFlags="bottom"
172 >
173 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common" />
174 </Row>
175 <Row
176 latin:keyboardMode="@+id/mode_symbols_normal_with_settings_key"
177 latin:rowEdgeFlags="bottom"
178 >
179 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common_with_settings_key" />
180 </Row>
181 <Row
182 latin:keyboardMode="@+id/mode_symbols_url_with_settings_key"
183 latin:rowEdgeFlags="bottom"
184 >
185 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common_with_settings_key" />
186 </Row>
187 <Row
188 latin:keyboardMode="@+id/mode_symbols_email_with_settings_key"
189 latin:rowEdgeFlags="bottom"
190 >
191 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common_with_settings_key" />
192 </Row>
193 <Row
194 latin:keyboardMode="@+id/mode_symbols_im_with_settings_key"
195 latin:rowEdgeFlags="bottom"
196 >
197 <include latin:keyboardLayout="@xml/kbd_symbols_row4_im_with_settings_key" />
198 </Row>
199 <Row
200 latin:keyboardMode="@+id/mode_symbols_webentry_with_settings_key"
201 latin:rowEdgeFlags="bottom"
202 >
203 <include latin:keyboardLayout="@xml/kbd_symbols_row4_common_with_settings_key" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700204 </Row>
Daniel Sandler46984562009-10-29 13:28:46 -0400205</Keyboard>