• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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
25        latin:keyboardLayout="@xml/key_styles_common" />
26    <include
27        latin:keyboardLayout="@xml/key_styles_number" />
28    <Row>
29        <Key
30            latin:keyStyle="num1KeyStyle" />
31        <Key
32            latin:keyStyle="num2KeyStyle" />
33        <Key
34            latin:keyStyle="num3KeyStyle" />
35        <Key
36            latin:keyLabel="-"
37            latin:moreKeys="+"
38            latin:keyLabelFlags="hasPopupHint"
39            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
50            latin:keyLabel="."
51            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
67            latin:keyStyle="numPhoneToSymbolKeyStyle" />
68        <!-- U+0030: "0" DIGIT ZERO -->
69        <Key
70            latin:keyStyle="num0KeyStyle"
71            latin:code="0x0030"
72            latin:keyLabel="0 +"
73            latin:moreKeys="!noPanelAutoMoreKey!,+" />
74        <Key
75            latin:keyStyle="numSpaceKeyStyle" />
76        <Key
77            latin:keyStyle="enterKeyStyle"
78            latin:keyWidth="fillRight" />
79    </Row>
80</merge>
81