blob: a7da01151a9ad47d8888a48625c17e915bf6b181 [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"
Tadashi G. Takaoka9f01ed52010-12-08 14:36:41 +090023 latin:keyboardHeight="@dimen/keyboardHeight"
24 latin:maxKeyboardHeight="50%p"
25 latin:rowHeight="25%p"
satok4fc510a2010-10-01 19:40:44 +090026 latin:keyWidth="10%p"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090027 latin:horizontalGap="@dimen/key_horizontal_gap"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090028 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090029>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080030 <include
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080031 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090032 <Row
satok4fc510a2010-10-01 19:40:44 +090033 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070034 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090035 <Key
satok4fc510a2010-10-01 19:40:44 +090036 latin:keyLabel="1"
37 latin:popupKeyboard="@xml/kbd_popup_template"
38 latin:popupCharacters="¹½⅓¼⅛"
39 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="2"
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="3"
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="4"
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="5"
54 latin:popupKeyboard="@xml/kbd_popup_template"
55 latin:popupCharacters="⅝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090058 <Key
satok4fc510a2010-10-01 19:40:44 +090059 latin:keyLabel="7"
60 latin:popupKeyboard="@xml/kbd_popup_template"
61 latin:popupCharacters="⅞" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090062 <Key
satok4fc510a2010-10-01 19:40:44 +090063 latin:keyLabel="8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090064 <Key
satok4fc510a2010-10-01 19:40:44 +090065 latin:keyLabel="9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090066 <Key
satok4fc510a2010-10-01 19:40:44 +090067 latin:keyLabel="0"
68 latin:popupKeyboard="@xml/kbd_popup_template"
69 latin:popupCharacters="ⁿ∅"
70 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070071 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070072 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090073 <Key
satok4fc510a2010-10-01 19:40:44 +090074 latin:keyLabel="\@"
75 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090076 <Key
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyLabel="\#" />
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="%"
84 latin:popupKeyboard="@xml/kbd_popup_template"
85 latin:popupCharacters="‰" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel="&amp;" />
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="±" />
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="[{&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900104 <Key
satok4fc510a2010-10-01 19:40:44 +0900105 latin:keyLabel=")"
106 latin:popupKeyboard="@xml/kbd_popup_template"
107 latin:popupCharacters="]}&gt;"
108 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700109 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700110 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900111 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800112 latin:keyStyle="altKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900113 latin:keyWidth="15%p"
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900115 <Key
satok4fc510a2010-10-01 19:40:44 +0900116 latin:keyLabel="!"
117 latin:popupKeyboard="@xml/kbd_popup_template"
118 latin:popupCharacters="¡" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900119 <Key
satok4fc510a2010-10-01 19:40:44 +0900120 latin:keyLabel="&quot;"
121 latin:popupKeyboard="@xml/kbd_popup_template"
122 latin:popupCharacters="“”«»˝" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900123 <Key
satok4fc510a2010-10-01 19:40:44 +0900124 latin:keyLabel="\'"
125 latin:popupKeyboard="@xml/kbd_popup_template"
126 latin:popupCharacters="‘’" />
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="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900133 <Key
satok4fc510a2010-10-01 19:40:44 +0900134 latin:keyLabel="\?"
135 latin:popupKeyboard="@xml/kbd_popup_template"
136 latin:popupCharacters="¿" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900137 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800138 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900139 latin:keyWidth="15%p"
satok4fc510a2010-10-01 19:40:44 +0900140 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700141 </Row>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -0800142 <include latin:keyboardLayout="@xml/kbd_symbols_row4" />
Daniel Sandler46984562009-10-29 13:28:46 -0400143</Keyboard>