• 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<Keyboard
22    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23    latin:keyWidth="16.75%p"
24>
25    <include
26        latin:keyboardLayout="@xml/kbd_key_styles" />
27    <include
28        latin:keyboardLayout="@xml/kbd_numkey_styles" />
29    <Row>
30        <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
31        <Spacer
32            latin:keyWidth="11.00%p" />
33        <Key
34            latin:keyLabel="-"
35            latin:keyStyle="numKeyStyle"
36            latin:keyWidth="9.25%p" />
37        <Key
38            latin:keyLabel="+"
39            latin:keyStyle="numKeyStyle"
40            latin:keyWidth="9.25%p" />
41        <Key
42            latin:code="44"
43            latin:keyLabel="@string/label_pause_key"
44            latin:keyLabelOption="followKeyHintLabelRatio|autoXScale"
45            latin:keyWidth="9.25%p" />
46        <Key
47            latin:keyStyle="num1KeyStyle"
48            latin:keyXPos="38.867%p" />
49        <Key
50            latin:keyStyle="num2KeyStyle" />
51        <Key
52            latin:keyStyle="num3KeyStyle" />
53        <Key
54            latin:keyStyle="deleteKeyStyle"
55            latin:keyXPos="-11.00%p"
56            latin:keyWidth="fillBoth" />
57    </Row>
58    <Row>
59        <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
60        <Spacer
61            latin:keyWidth="11.00%p" />
62        <Key
63            latin:keyLabel=","
64            latin:keyStyle="numKeyStyle"
65            latin:keyWidth="9.25%p" />
66        <Key
67            latin:keyLabel="."
68            latin:keyStyle="numKeyStyle"
69            latin:keyWidth="9.25%p" />
70        <Key
71            latin:code="59"
72            latin:keyLabel="@string/label_wait_key"
73            latin:keyLabelOption="followKeyHintLabelRatio|autoXScale"
74            latin:keyWidth="9.25%p" />
75        <Key
76            latin:keyStyle="num4KeyStyle"
77            latin:keyXPos="38.867%p" />
78        <Key
79            latin:keyStyle="num5KeyStyle" />
80        <Key
81            latin:keyStyle="num6KeyStyle" />
82        <Key
83            latin:keyStyle="returnKeyStyle"
84            latin:keyXPos="-11.00%p"
85            latin:keyWidth="fillBoth" />
86    </Row>
87    <Row>
88        <Key
89            latin:keyStyle="backFromMoreSymbolKeyStyle"
90            latin:keyWidth="11.00%p" />
91        <Key
92            latin:keyLabel="("
93            latin:keyStyle="numKeyStyle"
94            latin:keyWidth="9.25%p" />
95        <Key
96            latin:keyLabel=")"
97            latin:keyStyle="numKeyStyle"
98            latin:keyWidth="9.25%p" />
99        <Key
100            latin:keyLabel="N"
101            latin:keyStyle="numKeyStyle"
102            latin:keyWidth="9.25%p" />
103        <Key
104            latin:keyStyle="num7KeyStyle"
105            latin:keyXPos="38.867%p" />
106        <Key
107            latin:keyStyle="num8KeyStyle" />
108        <Key
109            latin:keyStyle="num9KeyStyle" />
110        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
111        <Spacer
112            latin:keyWidth="0%p" />
113    </Row>
114    <Row>
115        <Key
116            latin:keyStyle="tabKeyStyle"
117            latin:keyWidth="11.00%p" />
118        <Key
119            latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
120            latin:keyWidth="27.75%p" />
121        <Key
122            latin:keyStyle="numStarKeyStyle"
123            latin:keyXPos="38.867%p" />
124        <Key
125            latin:keyStyle="num0KeyStyle" />
126        <Key
127            latin:keyLabel="#"
128            latin:keyStyle="numKeyStyle" />
129        <Spacer
130            latin:keyXPos="-11.00%p"
131            latin:keyWidth="0%p" />
132        <include
133            latin:keyboardLayout="@xml/kbd_qwerty_f2" />
134    </Row>
135</Keyboard>
136