blob: aabf0eb7aecd155857c2820ede6e7db175a8eab6 [file] [log] [blame]
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -08001<?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
21<Keyboard
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="26.67%p"
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -080024>
25 <include
26 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090027 <include
28 latin:keyboardLayout="@xml/kbd_numkey_styles" />
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090029 <switch>
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -080030 <case
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090031 latin:passwordInput="true"
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -080032 >
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070033 <Row>
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090034 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070035 latin:keyStyle="num1KeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090036 <Key
37 latin:keyStyle="num2KeyStyle" />
38 <Key
39 latin:keyStyle="num3KeyStyle" />
40 </Row>
41 <Row>
42 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070043 latin:keyStyle="num4KeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090044 <Key
45 latin:keyStyle="num5KeyStyle" />
46 <Key
47 latin:keyStyle="num6KeyStyle" />
48 </Row>
49 <Row>
50 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070051 latin:keyStyle="num7KeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090052 <Key
53 latin:keyStyle="num8KeyStyle" />
54 <Key
55 latin:keyStyle="num9KeyStyle" />
56 <Key
57 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070058 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090059 </Row>
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070060 <Row>
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090061 <Spacer />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090062 <Key
63 latin:keyStyle="num0KeyStyle" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090064 <Spacer />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090065 <Key
66 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070067 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090068 </Row>
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -080069 </case>
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090070 <!-- latin:passwordInput="false" -->
71 <default>
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070072 <Row>
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090073 <Key
74 latin:keyLabel="1"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070075 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090076 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090077 latin:keyLabel="2"
78 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090079 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090080 latin:keyLabel="3"
81 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090082 <Key
83 latin:keyLabel="-"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090084 latin:keyStyle="numFunctionalKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070085 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090086 </Row>
87 <Row>
88 <Key
89 latin:keyLabel="4"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070090 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090091 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090092 latin:keyLabel="5"
93 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090094 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090095 latin:keyLabel="6"
96 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +090097 <Key
98 latin:keyLabel=","
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090099 latin:keyStyle="numFunctionalKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700100 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900101 </Row>
102 <Row>
103 <Key
104 latin:keyLabel="7"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700105 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900106 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900107 latin:keyLabel="8"
108 latin:keyStyle="numKeyStyle"/>
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900109 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900110 latin:keyLabel="9"
111 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900112 <Key
113 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700114 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900115 </Row>
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700116 <Row>
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900117 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700118 latin:keyStyle="numSpaceKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900119 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900120 latin:keyLabel="0"
121 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900122 <Key
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +0900123 latin:keyLabel="."
124 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900125 <Key
126 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700127 latin:keyWidth="fillRight" />
Tadashi G. Takaokafa847fe2011-05-27 22:13:06 +0900128 </Row>
129 </default>
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -0800130 </switch>
Tadashi G. Takaoka2c60d6e2010-11-23 17:55:22 -0800131</Keyboard>