blob: 7e146ed69db14baddce5d53d6adcb3017c8b715e [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"
23 latin:keyWidth="26.67%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
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080029 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080030 <include
31 latin:keyboardLayout="@xml/kbd_numkey_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
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080036 latin:keyStyle="num1KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090038 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080039 latin:keyStyle="num2KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090040 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080041 latin:keyStyle="num3KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090042 <Key
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyLabel="-"
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080044 latin:keyStyle="functionalKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyWidth="20%p"
46 latin:keyEdgeFlags="right" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090047 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070048 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090049 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080050 latin:keyStyle="num4KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090051 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090052 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080053 latin:keyStyle="num5KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080055 latin:keyStyle="num6KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="."
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080058 latin:keyStyle="functionalKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090059 latin:keyWidth="20%p"
60 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070061 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070062 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090063 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080064 latin:keyStyle="num7KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090065 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090066 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080067 latin:keyStyle="num8KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090068 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080069 latin:keyStyle="num9KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090070 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080071 latin:keyStyle="deleteKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090072 latin:keyWidth="20%p"
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070074 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090075 <Row
satok4fc510a2010-10-01 19:40:44 +090076 latin:rowEdgeFlags="bottom"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090077 >
78 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080079 latin:keyStyle="numAltKeyStyle"
Tadashi G. Takaoka1dac5d42010-10-16 04:57:53 +090080 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090081 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080082 latin:keyStyle="num0KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090083 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080084 latin:keyStyle="numSpaceKeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090085 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080086 latin:keyStyle="returnKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyWidth="20%p"
88 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070089 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090090</Keyboard>