blob: 03e45419a57081625528d215189858373588b85b [file] [log] [blame]
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +09001<?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
21<merge
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090026 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090027 latin:keyboardLayout="@xml/key_styles_number" />
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090028 <Row>
29 <Key
30 latin:keyStyle="num1KeyStyle" />
31 <Key
32 latin:keyStyle="num2KeyStyle" />
33 <Key
34 latin:keyStyle="num3KeyStyle" />
35 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090036 latin:keySpec="-"
Tadashi G. Takaoka7e3779e2012-10-01 14:46:48 +090037 latin:moreKeys="+"
38 latin:keyLabelFlags="hasPopupHint"
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090039 latin:keyStyle="numFunctionalKeyStyle"
40 latin:keyWidth="fillRight" />
41 </Row>
42 <Row>
43 <Key
44 latin:keyStyle="num4KeyStyle" />
45 <Key
46 latin:keyStyle="num5KeyStyle" />
47 <Key
48 latin:keyStyle="num6KeyStyle" />
49 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090050 latin:keySpec="."
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090051 latin:keyStyle="numFunctionalKeyStyle"
52 latin:keyWidth="fillRight" />
53 </Row>
54 <Row>
55 <Key
56 latin:keyStyle="num7KeyStyle" />
57 <Key
58 latin:keyStyle="num8KeyStyle" />
59 <Key
60 latin:keyStyle="num9KeyStyle" />
61 <Key
62 latin:keyStyle="deleteKeyStyle"
63 latin:keyWidth="fillRight" />
64 </Row>
65 <Row>
66 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090067 latin:keyStyle="numPhoneToSymbolKeyStyle" />
Tadashi G. Takaokae491be62012-03-05 11:39:07 +090068 <!-- U+0030: "0" DIGIT ZERO -->
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090069 <Key
Tadashi G. Takaokae491be62012-03-05 11:39:07 +090070 latin:keyStyle="num0KeyStyle"
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090071 latin:keySpec="0 +|0"
Tadashi G. Takaoka9552badf32013-05-21 17:14:31 -070072 latin:moreKeys="!noPanelAutoMoreKey!,+" />
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090073 <Key
74 latin:keyStyle="numSpaceKeyStyle" />
75 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090076 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka287f4f82011-09-26 11:26:38 +090077 latin:keyWidth="fillRight" />
78 </Row>
79</merge>