blob: e9df8163a0e4aae9053d1cf70e684cd911372f6e [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>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080028 <include
29 latin:keyboardLayout="@xml/kbd_functional_key_style" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090030 <Row
satok4fc510a2010-10-01 19:40:44 +090031 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070032 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090033 <Key
satok4fc510a2010-10-01 19:40:44 +090034 latin:keyLabel="1"
35 latin:popupKeyboard="@xml/kbd_popup_template"
36 latin:popupCharacters="¹½⅓¼⅛"
37 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090038 <Key
satok4fc510a2010-10-01 19:40:44 +090039 latin:keyLabel="2"
40 latin:popupKeyboard="@xml/kbd_popup_template"
41 latin:popupCharacters="²⅔" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090042 <Key
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyLabel="3"
44 latin:popupKeyboard="@xml/kbd_popup_template"
45 latin:popupCharacters="³¾⅜" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090046 <Key
satok4fc510a2010-10-01 19:40:44 +090047 latin:keyLabel="4"
48 latin:popupKeyboard="@xml/kbd_popup_template"
49 latin:popupCharacters="⁴" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090050 <Key
satok4fc510a2010-10-01 19:40:44 +090051 latin:keyLabel="5"
52 latin:popupKeyboard="@xml/kbd_popup_template"
53 latin:popupCharacters="⅝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:keyLabel="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="7"
58 latin:popupKeyboard="@xml/kbd_popup_template"
59 latin:popupCharacters="⅞" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090060 <Key
satok4fc510a2010-10-01 19:40:44 +090061 latin:keyLabel="8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090064 <Key
satok4fc510a2010-10-01 19:40:44 +090065 latin:keyLabel="0"
66 latin:popupKeyboard="@xml/kbd_popup_template"
67 latin:popupCharacters="ⁿ∅"
68 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070069 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070070 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090071 <Key
satok4fc510a2010-10-01 19:40:44 +090072 latin:keyLabel="\@"
73 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090074 <Key
satok4fc510a2010-10-01 19:40:44 +090075 latin:keyLabel="\#" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090076 <Key
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyLabel="$"
78 latin:popupKeyboard="@xml/kbd_popup_template"
79 latin:popupCharacters="¢£€¥₣₤₱" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090080 <Key
satok4fc510a2010-10-01 19:40:44 +090081 latin:keyLabel="%"
82 latin:popupKeyboard="@xml/kbd_popup_template"
83 latin:popupCharacters="‰" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="&amp;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel="*"
88 latin:popupKeyboard="@xml/kbd_popup_template"
89 latin:popupCharacters="†‡★" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090090 <Key
satok4fc510a2010-10-01 19:40:44 +090091 latin:keyLabel="-"
92 latin:popupKeyboard="@xml/kbd_popup_template"
93 latin:popupCharacters="_–—" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090094 <Key
satok4fc510a2010-10-01 19:40:44 +090095 latin:keyLabel="+"
96 latin:popupKeyboard="@xml/kbd_popup_template"
97 latin:popupCharacters="±" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090098 <Key
satok4fc510a2010-10-01 19:40:44 +090099 latin:keyLabel="("
100 latin:popupKeyboard="@xml/kbd_popup_template"
101 latin:popupCharacters="[{&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900102 <Key
satok4fc510a2010-10-01 19:40:44 +0900103 latin:keyLabel=")"
104 latin:popupKeyboard="@xml/kbd_popup_template"
105 latin:popupCharacters="]}&gt;"
106 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700107 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700108 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900109 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800110 latin:keyStyle="altKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900111 latin:keyWidth="15%p"
satok4fc510a2010-10-01 19:40:44 +0900112 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900113 <Key
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyLabel="!"
115 latin:popupKeyboard="@xml/kbd_popup_template"
116 latin:popupCharacters="¡" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900117 <Key
satok4fc510a2010-10-01 19:40:44 +0900118 latin:keyLabel="&quot;"
119 latin:popupKeyboard="@xml/kbd_popup_template"
120 latin:popupCharacters="“”«»˝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900121 <Key
satok4fc510a2010-10-01 19:40:44 +0900122 latin:keyLabel="\'"
123 latin:popupKeyboard="@xml/kbd_popup_template"
124 latin:popupCharacters="‘’" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900125 <Key
satok4fc510a2010-10-01 19:40:44 +0900126 latin:keyLabel=":" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900127 <Key
satok4fc510a2010-10-01 19:40:44 +0900128 latin:keyLabel=";" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900129 <Key
satok4fc510a2010-10-01 19:40:44 +0900130 latin:keyLabel="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900131 <Key
satok4fc510a2010-10-01 19:40:44 +0900132 latin:keyLabel="\?"
133 latin:popupKeyboard="@xml/kbd_popup_template"
134 latin:popupCharacters="¿" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900135 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800136 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900137 latin:keyWidth="15%p"
satok4fc510a2010-10-01 19:40:44 +0900138 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700139 </Row>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -0800140 <include latin:keyboardLayout="@xml/kbd_symbols_row4" />
Daniel Sandler46984562009-10-29 13:28:46 -0400141</Keyboard>