blob: f78af8abd11c4f1b3523ba2f161524d043f50df2 [file] [log] [blame]
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +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
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:horizontalGap="@dimen/key_horizontal_gap"
27 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090028>
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080029 <include
30 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +090031 <!-- This row is intentionally not marked as a top row -->
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080032 <Row
33 latin:keyWidth="8.272%p"
34 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090035 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080036 latin:keyStyle="tabKeyStyle"
37 latin:keyLabelOption="alignLeft"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080038 latin:keyWidth="7.949%p"
satok4fc510a2010-10-01 19:40:44 +090039 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090040 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080041 latin:keyLabel="1"
42 latin:popupKeyboard="@xml/kbd_popup_template"
43 latin:popupCharacters="¹½⅓¼⅛" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090044 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080045 latin:keyLabel="2"
46 latin:popupKeyboard="@xml/kbd_popup_template"
47 latin:popupCharacters="²⅔" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090048 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080049 latin:keyLabel="3"
50 latin:popupKeyboard="@xml/kbd_popup_template"
51 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090052 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080053 latin:keyLabel="4"
54 latin:popupKeyboard="@xml/kbd_popup_template"
55 latin:popupCharacters="⁴" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090056 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080057 latin:keyLabel="5"
58 latin:popupKeyboard="@xml/kbd_popup_template"
59 latin:popupCharacters="⅝" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090060 <Key
satok4fc510a2010-10-01 19:40:44 +090061 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090062 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080063 latin:keyLabel="7"
64 latin:popupKeyboard="@xml/kbd_popup_template"
65 latin:popupCharacters="⅞" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090066 <Key
satok4fc510a2010-10-01 19:40:44 +090067 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090068 <Key
satok4fc510a2010-10-01 19:40:44 +090069 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090070 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080071 latin:keyLabel="0"
72 latin:popupKeyboard="@xml/kbd_popup_template"
73 latin:popupCharacters="ⁿ∅" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090074 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080075 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080076 latin:keyWidth="9.331%p"
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090078 </Row>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080079 <Row
80 latin:keyWidth="8.157%p"
81 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090082 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080083 latin:keyStyle="toAlphaKeyStyle"
84 latin:keyLabelOption="alignLeft"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080085 latin:keyWidth="11.167%p"
satok4fc510a2010-10-01 19:40:44 +090086 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090087 <Key
satok4fc510a2010-10-01 19:40:44 +090088 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090089 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080090 latin:keyLabel="$"
91 latin:popupKeyboard="@xml/kbd_popup_template"
92 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090093 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -080094 latin:keyLabel="%"
95 latin:popupKeyboard="@xml/kbd_popup_template"
96 latin:popupCharacters="‰" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090097 <Key
satok4fc510a2010-10-01 19:40:44 +090098 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090099 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800100 latin:keyLabel="*"
101 latin:popupKeyboard="@xml/kbd_popup_template"
102 latin:popupCharacters="†‡★" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900103 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800104 latin:keyLabel="-"
105 latin:popupKeyboard="@xml/kbd_popup_template"
106 latin:popupCharacters="_–—" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900107 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800108 latin:keyLabel="+"
109 latin:popupKeyboard="@xml/kbd_popup_template"
110 latin:popupCharacters="±" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900111 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800112 latin:keyLabel="("
113 latin:popupKeyboard="@xml/kbd_popup_template"
114 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900115 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800116 latin:keyLabel=")"
117 latin:popupKeyboard="@xml/kbd_popup_template"
118 latin:popupCharacters="]}&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900119 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800120 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800121 latin:keyWidth="15.750%p"
satok4fc510a2010-10-01 19:40:44 +0900122 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900123 </Row>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800124 <Row
125 latin:keyWidth="8.042%p"
126 >
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900127 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800128 latin:keyStyle="moreKeyStyle"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800129 latin:keyWidth="15.192%p"
satok4fc510a2010-10-01 19:40:44 +0900130 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900131 <Key
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800132 latin:keyLabel="&lt;"
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800133 latin:popupKeyboard="@xml/kbd_popup_template"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800134 latin:popupCharacters="≤«‹" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900135 <Key
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800136 latin:keyLabel="&gt;"
137 latin:popupKeyboard="@xml/kbd_popup_template"
138 latin:popupCharacters="≥»›" />
139 <Key
Tadashi G. Takaoka560497c2010-12-02 11:47:09 +0900140 latin:keyLabel="="
141 latin:popupKeyboard="@xml/kbd_popup_template"
142 latin:popupCharacters="≠≈" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900143 <Key
satok4fc510a2010-10-01 19:40:44 +0900144 latin:keyLabel=":" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900145 <Key
satok4fc510a2010-10-01 19:40:44 +0900146 latin:keyLabel=";" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900147 <Key
Tadashi G. Takaoka04593872010-12-11 16:28:29 +0900148 latin:keyLabel="," />
149 <Key
150 latin:keyLabel="." />
151 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800152 latin:keyLabel="!"
153 latin:popupKeyboard="@xml/kbd_popup_template"
154 latin:popupCharacters="¡" />
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900155 <Key
Tadashi G. Takaokaf12023c2010-11-12 09:50:19 -0800156 latin:keyLabel="\?"
157 latin:popupKeyboard="@xml/kbd_popup_template"
158 latin:popupCharacters="¿" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900159 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800160 latin:keyStyle="moreKeyStyle"
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800161 latin:keyWidth="12.530%p"
satok4fc510a2010-10-01 19:40:44 +0900162 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900163 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900164 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800165 <Row
166 latin:keyWidth="8.042%p"
167 >
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900168 <Spacer
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800169 latin:horizontalGap="16.404%p" />
170 <Key
171 latin:keyLabel="/" />
172 <Key
173 latin:keyLabel="\@" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900174 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -0800175 latin:keyStyle="spaceKeyStyle"
176 latin:keyWidth="37.454%p" />
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -0800177 <Key
178 latin:keyLabel="&quot;"
179 latin:popupKeyboard="@xml/kbd_popup_template"
180 latin:popupCharacters="“”«»˝" />
181 <Key
182 latin:keyLabel="_" />
Tadashi G. Takaoka2ff2a042010-12-07 14:06:32 +0900183 <Key
184 latin:keyStyle="micKeyStyle" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900185 </Row>
186</Keyboard>