blob: a1bd8c04b8ae325c942cdf1d0bb70825cc375e13 [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"
Tadashi G. Takaokaff483e82011-05-12 14:49:18 +090024 latin:maxKeyboardHeight="@fraction/maxKeyboardHeight"
25 latin:minKeyboardHeight="@fraction/minKeyboardHeight"
Tadashi G. Takaoka9f01ed52010-12-08 14:36:41 +090026 latin:rowHeight="25%p"
satok4fc510a2010-10-01 19:40:44 +090027 latin:keyWidth="10%p"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090028 latin:horizontalGap="@dimen/key_horizontal_gap"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090029 latin:verticalGap="@dimen/key_bottom_gap"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090030 latin:popupKeyboardTemplate="@xml/kbd_popup_template"
31 latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090032>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080033 <include
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080034 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090035 <include
36 latin:keyboardLayout="@xml/kbd_currency_key_styles" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090037 <Row
satok4fc510a2010-10-01 19:40:44 +090038 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070039 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="1"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090042 latin:popupCharacters="¹,½,⅓,¼,⅛"
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090044 <Key
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyLabel="2"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090046 latin:popupCharacters="²,⅔" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090047 <Key
satok4fc510a2010-10-01 19:40:44 +090048 latin:keyLabel="3"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090049 latin:popupCharacters="³,¾,⅜" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090050 <Key
satok4fc510a2010-10-01 19:40:44 +090051 latin:keyLabel="4"
satok4fc510a2010-10-01 19:40:44 +090052 latin:popupCharacters="⁴" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090053 <Key
satok4fc510a2010-10-01 19:40:44 +090054 latin:keyLabel="5"
satok4fc510a2010-10-01 19:40:44 +090055 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"
satok4fc510a2010-10-01 19:40:44 +090060 latin:popupCharacters="⅞" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090061 <Key
satok4fc510a2010-10-01 19:40:44 +090062 latin:keyLabel="8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090063 <Key
satok4fc510a2010-10-01 19:40:44 +090064 latin:keyLabel="9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090065 <Key
satok4fc510a2010-10-01 19:40:44 +090066 latin:keyLabel="0"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090067 latin:popupCharacters="ⁿ,∅"
satok4fc510a2010-10-01 19:40:44 +090068 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
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090077 latin:keyStyle="currencyKeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090078 <Key
satok4fc510a2010-10-01 19:40:44 +090079 latin:keyLabel="%"
satok4fc510a2010-10-01 19:40:44 +090080 latin:popupCharacters="‰" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090081 <Key
satok4fc510a2010-10-01 19:40:44 +090082 latin:keyLabel="&amp;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090083 <Key
satok4fc510a2010-10-01 19:40:44 +090084 latin:keyLabel="*"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090085 latin:popupCharacters="†,‡,★" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel="-"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090088 latin:popupCharacters="_,–,—" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090089 <Key
satok4fc510a2010-10-01 19:40:44 +090090 latin:keyLabel="+"
satok4fc510a2010-10-01 19:40:44 +090091 latin:popupCharacters="±" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090092 <Key
satok4fc510a2010-10-01 19:40:44 +090093 latin:keyLabel="("
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090094 latin:popupCharacters="[,{,&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090095 <Key
satok4fc510a2010-10-01 19:40:44 +090096 latin:keyLabel=")"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090097 latin:popupCharacters="],},&gt;"
satok4fc510a2010-10-01 19:40:44 +090098 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070099 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -0700100 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900101 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800102 latin:keyStyle="altKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900103 latin:keyWidth="15%p"
Ken Wakasa33fa0462011-04-12 19:04:15 +0900104 latin:visualInsetsRight="1%p"
satok4fc510a2010-10-01 19:40:44 +0900105 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900106 <Key
satok4fc510a2010-10-01 19:40:44 +0900107 latin:keyLabel="!"
satok4fc510a2010-10-01 19:40:44 +0900108 latin:popupCharacters="¡" />
Tadashi G. Takaoka717cef72011-04-26 14:27:35 +0900109 <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900110 <Key
satok4fc510a2010-10-01 19:40:44 +0900111 latin:keyLabel="&quot;"
Tadashi G. Takaoka717cef72011-04-26 14:27:35 +0900112 latin:popupCharacters="“,”,„,‟,«,»"
113 latin:maxPopupKeyboardColumn="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900114 <Key
satok4fc510a2010-10-01 19:40:44 +0900115 latin:keyLabel="\'"
Tadashi G. Takaoka717cef72011-04-26 14:27:35 +0900116 latin:popupCharacters="‘,’,‚,‛,´" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900117 <Key
satok4fc510a2010-10-01 19:40:44 +0900118 latin:keyLabel=":" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900119 <Key
satok4fc510a2010-10-01 19:40:44 +0900120 latin:keyLabel=";" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900121 <Key
satok4fc510a2010-10-01 19:40:44 +0900122 latin:keyLabel="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900123 <Key
satok4fc510a2010-10-01 19:40:44 +0900124 latin:keyLabel="\?"
satok4fc510a2010-10-01 19:40:44 +0900125 latin:popupCharacters="¿" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900126 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800127 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +0900128 latin:keyWidth="15%p"
Ken Wakasa33fa0462011-04-12 19:04:15 +0900129 latin:visualInsetsLeft="1%p"
satok4fc510a2010-10-01 19:40:44 +0900130 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700131 </Row>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -0800132 <include latin:keyboardLayout="@xml/kbd_symbols_row4" />
Daniel Sandler46984562009-10-29 13:28:46 -0400133</Keyboard>