blob: 211f7b7f79a88f90bf5f0ab320bca677de636761 [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. Takaokaed8eabc2010-09-16 13:10:14 +090024>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080025 <include
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080026 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080027 <include
28 latin:keyboardLayout="@xml/kbd_numkey_styles" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090029 <Row
satok4fc510a2010-10-01 19:40:44 +090030 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070031 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090032 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080033 latin:keyStyle="num1KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090034 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090035 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080036 latin:keyStyle="num2KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090037 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080038 latin:keyStyle="num3KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090039 <Key
satok4fc510a2010-10-01 19:40:44 +090040 latin:keyLabel="-"
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080041 latin:keyStyle="functionalKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090042 latin:keyWidth="fillRight"
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyEdgeFlags="right" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090044 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070045 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090046 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080047 latin:keyStyle="num4KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090048 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090049 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080050 latin:keyStyle="num5KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090051 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080052 latin:keyStyle="num6KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090053 <Key
satok4fc510a2010-10-01 19:40:44 +090054 latin:keyLabel="."
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080055 latin:keyStyle="functionalKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090056 latin:keyWidth="fillRight"
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070058 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070059 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090060 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080061 latin:keyStyle="num7KeyStyle"
satok4fc510a2010-10-01 19:40:44 +090062 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090063 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080064 latin:keyStyle="num8KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090065 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080066 latin:keyStyle="num9KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090067 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080068 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090069 latin:keyWidth="fillRight"
satok4fc510a2010-10-01 19:40:44 +090070 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070071 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090072 <Row
satok4fc510a2010-10-01 19:40:44 +090073 latin:rowEdgeFlags="bottom"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090074 >
75 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080076 latin:keyStyle="numAltKeyStyle"
Tadashi G. Takaoka1dac5d42010-10-16 04:57:53 +090077 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090078 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080079 latin:keyStyle="num0KeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090080 <Key
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080081 latin:keyStyle="numSpaceKeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090082 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080083 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090084 latin:keyWidth="fillRight"
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070086 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090087</Keyboard>