blob: da90895d03d3b0c8c970a1d6f4e035cbd5a448af [file] [log] [blame]
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2011, 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. Takaoka0be36ee2011-11-18 17:09:29 -080021<merge
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080023>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080026 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090027 latin:keyboardLayout="@xml/key_styles_number" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080028 <Row>
29 <Key
30 latin:keyStyle="numTabKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080031 latin:keyLabelFlags="alignLeft"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080032 latin:keyWidth="11.172%p" />
33 <Key
34 latin:keyLabel="-"
35 latin:keyStyle="numKeyStyle"
36 latin:keyXPos="20.400%p"
37 latin:keyWidth="8.047%p" />
38 <Key
39 latin:keyLabel="+"
40 latin:keyStyle="numKeyStyle"
41 latin:keyWidth="8.047%p" />
42 <Key
43 latin:keyStyle="num1KeyStyle"
44 latin:keyXPos="43.125%p" />
45 <Key
46 latin:keyStyle="num2KeyStyle" />
47 <Key
48 latin:keyStyle="num3KeyStyle" />
49 <Key
50 latin:keyStyle="deleteKeyStyle"
51 latin:keyXPos="-11.172%p"
52 latin:keyWidth="fillRight" />
53 </Row>
54 <Row>
55 <Key
56 latin:keyStyle="toMoreSymbolKeyStyle"
57 latin:keyWidth="11.172%p" />
58 <Key
59 latin:keyLabel=","
60 latin:keyStyle="numKeyStyle"
61 latin:keyXPos="20.400%p"
62 latin:keyWidth="8.047%p" />
63 <Key
64 latin:keyLabel="."
65 latin:keyStyle="numKeyStyle"
66 latin:keyWidth="8.047%p" />
67 <Key
68 latin:keyStyle="num4KeyStyle"
69 latin:keyXPos="43.125%p" />
70 <Key
71 latin:keyStyle="num5KeyStyle" />
72 <Key
73 latin:keyStyle="num6KeyStyle" />
74 <Key
75 latin:keyStyle="returnKeyStyle"
76 latin:keyXPos="-11.172%p"
77 latin:keyWidth="fillRight" />
78 </Row>
79 <Row>
80 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
81 <Spacer
82 latin:keyWidth="20.400%p" />
83 <Key
84 latin:keyLabel="("
85 latin:keyStyle="numKeyStyle"
86 latin:keyWidth="8.047%p" />
87 <Key
88 latin:keyLabel=")"
89 latin:keyStyle="numKeyStyle"
90 latin:keyWidth="8.047%p" />
91 <Key
92 latin:keyStyle="num7KeyStyle"
93 latin:keyXPos="43.125%p" />
94 <Key
95 latin:keyStyle="num8KeyStyle" />
96 <Key
97 latin:keyStyle="num9KeyStyle" />
98 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
99 <Spacer
100 latin:keyWidth="0%p" />
101 </Row>
102 <Row>
103 <switch>
104 <case latin:hasSettingsKey="true">
105 <Key
106 latin:keyStyle="settingsKeyStyle"
107 latin:keyWidth="8.047%p" />
108 </case>
109 <default>
110 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
111 <Spacer
112 latin:keyWidth="8.047%p" />
113 </default>
114 </switch>
115 <Key
116 latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
117 latin:keyXPos="20.400%p"
118 latin:keyWidth="16.084%p" />
119 <Key
120 latin:keyStyle="numStarKeyStyle"
121 latin:keyXPos="43.125%p" />
122 <Key
123 latin:keyStyle="num0KeyStyle" />
124 <Key
125 latin:keyLabel="#"
126 latin:keyStyle="numKeyStyle" />
127 <switch>
128 <case
129 latin:shortcutKeyEnabled="true"
130 >
131 <Key
132 latin:keyStyle="shortcutKeyStyle"
133 latin:keyXPos="-8.047%p"
134 latin:keyWidth="fillRight" />
135 </case>
136 <default>
137 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
138 <Spacer
139 latin:keyWidth="0%p" />
140 </default>
141 </switch>
142 </Row>
Tadashi G. Takaoka0be36ee2011-11-18 17:09:29 -0800143</merge>