1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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<merge
22    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24    <Row>
25        <Key
26            latin:keySpec="-"
27            latin:keyStyle="numSymbolKeyStyle"
28            latin:keyWidth="10%p"
29            latin:backgroundType="functional" />
30        <Key
31            latin:keySpec="+"
32            latin:keyStyle="numSymbolKeyStyle"
33            latin:keyWidth="10%p"
34            latin:backgroundType="functional" />
35        <Key
36            latin:keySpec="."
37            latin:keyStyle="numSymbolKeyStyle"
38            latin:keyWidth="10%p"
39            latin:backgroundType="functional" />
40        <Key
41            latin:keySpec="1"
42            latin:keyStyle="numKeyStyle"
43            latin:keyXPos="31%p" />
44        <Key
45            latin:keySpec="2"
46            latin:keyStyle="numKeyStyle" />
47        <Key
48            latin:keySpec="3"
49            latin:keyStyle="numKeyStyle" />
50        <Key
51            latin:keyStyle="deleteKeyStyle"
52            latin:keyXPos="-14%p"
53            latin:keyWidth="fillRight" />
54    </Row>
55    <Row>
56        <!-- U+FF0A: "*" FULLWIDTH ASTERISK -->
57        <Key
58            latin:keySpec="&#xFF0A;|*"
59            latin:keyStyle="numSymbolKeyStyle"
60            latin:keyWidth="10%p"
61            latin:backgroundType="functional" />
62        <Key
63            latin:keySpec="/"
64            latin:keyStyle="numSymbolKeyStyle"
65            latin:keyWidth="10%p"
66            latin:backgroundType="functional" />
67        <switch>
68            <case
69                latin:mode="time|datetime"
70            >
71                <Key
72                    latin:keySpec=","
73                    latin:keyLabelFlags="hasPopupHint"
74                    latin:moreKeys="!text/morekeys_am_pm"
75                    latin:keyStyle="numSymbolKeyStyle"
76                    latin:keyWidth="10%p"
77                    latin:backgroundType="functional" />
78            </case>
79            <default>
80                <Key
81                    latin:keySpec=","
82                    latin:keyStyle="numSymbolKeyStyle"
83                    latin:keyWidth="10%p"
84                    latin:backgroundType="functional" />
85            </default>
86        </switch>
87        <Key
88            latin:keySpec="4"
89            latin:keyStyle="numKeyStyle"
90            latin:keyXPos="31%p" />
91        <Key
92            latin:keySpec="5"
93            latin:keyStyle="numKeyStyle" />
94        <Key
95            latin:keySpec="6"
96            latin:keyStyle="numKeyStyle" />
97        <Key
98            latin:keyStyle="enterKeyStyle"
99            latin:keyXPos="-14%p"
100            latin:keyWidth="fillRight" />
101    </Row>
102    <Row>
103        <Key
104            latin:keySpec="("
105            latin:keyStyle="numSymbolKeyStyle"
106            latin:keyWidth="10%p"
107            latin:backgroundType="functional" />
108        <Key
109            latin:keySpec=")"
110            latin:keyStyle="numSymbolKeyStyle"
111            latin:keyWidth="10%p"
112            latin:backgroundType="functional" />
113        <switch>
114            <case
115                latin:mode="time|datetime"
116            >
117                <Key
118                    latin:keySpec=":"
119                    latin:keyStyle="numSymbolKeyStyle"
120                    latin:keyWidth="10%p"
121                    latin:backgroundType="functional" />
122            </case>
123            <default>
124                <Key
125                    latin:keySpec="="
126                    latin:keyStyle="numSymbolKeyStyle"
127                    latin:keyWidth="10%p"
128                    latin:backgroundType="functional" />
129            </default>
130        </switch>
131        <Key
132            latin:keySpec="7"
133            latin:keyStyle="numKeyStyle"
134            latin:keyXPos="31%p" />
135        <Key
136            latin:keySpec="8"
137            latin:keyStyle="numKeyStyle" />
138        <Key
139            latin:keySpec="9"
140            latin:keyStyle="numKeyStyle" />
141        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
142        <Spacer />
143    </Row>
144    <Row>
145        <Key
146            latin:keyStyle="tabletNumSpaceKeyStyle"
147            latin:keyWidth="30%p" />
148        <!-- U+FF0A: "*" FULLWIDTH ASTERISK -->
149        <Key
150            latin:keySpec="&#xFF0A;|*"
151            latin:keyStyle="numSymbolKeyStyle"
152            latin:keyXPos="31%p" />
153        <Key
154            latin:keySpec="0"
155            latin:keyStyle="numKeyStyle" />
156        <Key
157            latin:keySpec="\#"
158            latin:keyStyle="numKeyStyle" />
159        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
160        <Spacer
161            latin:keyWidth="fillRight" />
162    </Row>
163</merge>
164