blob: 65736c4305fb8f8fbe6e490517a7ae931030449c [file] [log] [blame]
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +09001<?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>
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090025 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
26 <Spacer
27 latin:keyWidth="10%p" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090028 <Key
29 latin:keyStyle="num1KeyStyle" />
30 <Key
31 latin:keyStyle="num2KeyStyle" />
32 <Key
33 latin:keyStyle="num3KeyStyle" />
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090034 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
35 <Spacer
36 latin:keyWidth="fillRight" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090037 </Row>
38 <Row>
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090039 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
40 <Spacer
41 latin:keyWidth="10%p" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090042 <Key
43 latin:keyStyle="num4KeyStyle" />
44 <Key
45 latin:keyStyle="num5KeyStyle" />
46 <Key
47 latin:keyStyle="num6KeyStyle" />
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090048 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
49 <Spacer
50 latin:keyWidth="fillRight" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090051 </Row>
52 <Row>
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090053 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
54 <Spacer
55 latin:keyWidth="10%p" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090056 <Key
57 latin:keyStyle="num7KeyStyle" />
58 <Key
59 latin:keyStyle="num8KeyStyle" />
60 <Key
61 latin:keyStyle="num9KeyStyle" />
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090062 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
63 <Spacer
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090064 latin:keyWidth="fillRight" />
65 </Row>
66 <Row>
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090067 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
68 <Spacer
69 latin:keyWidth="10%p" />
70 <Key
71 latin:keyStyle="deleteKeyStyle" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090072 <Key
Tadashi G. Takaokad0715452014-11-04 13:35:24 +090073 latin:keyStyle="num0KeyStyle"
74 latin:keyHintLabel="+" />
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090075 <Key
Tadashi G. Takaoka6de535c2012-05-17 13:06:26 +090076 latin:keyStyle="enterKeyStyle" />
77 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
78 <Spacer
Tadashi G. Takaokaab7cb712012-01-27 20:32:44 +090079 latin:keyWidth="fillRight" />
80 </Row>
81</merge>