blob: ca591c72d37955c2f7af339edd532cf9b08d4fab [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-->
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090020
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"
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="26.67%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. Takaoka7f0befe2010-11-23 23:59:56 -080035 <include
36 latin:keyboardLayout="@xml/kbd_numkey_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
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080041 latin:keyStyle="num1KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090042 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090043 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080044 latin:keyStyle="num2KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090045 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080046 latin:keyStyle="num3KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090047 <Key
satok4fc510a2010-10-01 19:40:44 +090048 latin:keyLabel="-"
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080049 latin:keyStyle="functionalKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090050 latin:keyWidth="20%p"
51 latin:keyEdgeFlags="right" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090052 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070053 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080055 latin:keyStyle="num4KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090056 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090057 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080058 latin:keyStyle="num5KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090059 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080060 latin:keyStyle="num6KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090061 <Key
satok4fc510a2010-10-01 19:40:44 +090062 latin:keyLabel="."
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080063 latin:keyStyle="functionalKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090064 latin:keyWidth="20%p"
65 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070066 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070067 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090068 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080069 latin:keyStyle="num7KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090070 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090071 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080072 latin:keyStyle="num8KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090073 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080074 latin:keyStyle="num9KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090075 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080076 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyWidth="20%p"
satok4fc510a2010-10-01 19:40:44 +090078 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070079 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090080 <Row
satok4fc510a2010-10-01 19:40:44 +090081 latin:rowEdgeFlags="bottom"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090082 >
83 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080084 latin:keyStyle="numAltKeyStyle"
Tadashi G. Takaoka1dac5d42010-10-16 04:57:53 +090085 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090086 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080087 latin:keyStyle="num0KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090088 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080089 latin:keyStyle="numSpaceKeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090090 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080091 latin:keyStyle="returnKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090092 latin:keyWidth="20%p"
93 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070094 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090095</Keyboard>