• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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/kbd_key_styles" />
26    <Row
27        latin:keyWidth="8.282%p"
28    >
29        <Key
30            latin:keyStyle="tabKeyStyle"
31            latin:keyLabelOption="alignLeft"
32            latin:keyWidth="7.969%p" />
33        <Key
34            latin:keyLabel="a"
35            latin:moreKeys="@string/more_keys_for_a" />
36        <Key
37            latin:keyLabel="z"
38            latin:moreKeys="@string/more_keys_for_z" />
39        <Key
40            latin:keyLabel="e"
41            latin:moreKeys="@string/more_keys_for_e" />
42        <Key
43            latin:keyLabel="r"
44            latin:moreKeys="@string/more_keys_for_r" />
45        <Key
46            latin:keyLabel="t"
47            latin:moreKeys="@string/more_keys_for_t" />
48        <Key
49            latin:keyLabel="y"
50            latin:moreKeys="@string/more_keys_for_y" />
51        <Key
52            latin:keyLabel="u"
53            latin:moreKeys="@string/more_keys_for_u" />
54        <Key
55            latin:keyLabel="i"
56            latin:moreKeys="@string/more_keys_for_i" />
57        <Key
58            latin:keyLabel="o"
59            latin:moreKeys="@string/more_keys_for_o" />
60        <Key
61            latin:keyLabel="p"
62            latin:moreKeys="@string/more_keys_for_p" />
63        <Key
64            latin:keyStyle="deleteKeyStyle"
65            latin:keyXPos="-9.219%p"
66            latin:keyWidth="fillBoth" />
67    </Row>
68    <Row
69        latin:keyWidth="8.125%p"
70    >
71        <Key
72            latin:keyStyle="toSymbolKeyStyle"
73            latin:keyLabelOption="alignLeft"
74            latin:keyWidth="10.167%p" />
75        <Key
76            latin:keyLabel="q"
77            latin:moreKeys="@string/more_keys_for_q" />
78        <Key
79            latin:keyLabel="s"
80            latin:moreKeys="@string/more_keys_for_s" />
81        <Key
82            latin:keyLabel="d"
83            latin:moreKeys="@string/more_keys_for_d" />
84        <Key
85            latin:keyLabel="f" />
86        <Key
87            latin:keyLabel="g"
88            latin:moreKeys="@string/more_keys_for_g" />
89        <Key
90            latin:keyLabel="h" />
91        <Key
92            latin:keyLabel="j" />
93        <Key
94            latin:keyLabel="k"
95            latin:moreKeys="@string/more_keys_for_k" />
96        <Key
97            latin:keyLabel="l"
98            latin:moreKeys="@string/more_keys_for_l" />
99        <Key
100            latin:keyLabel="m" />
101        <Key
102            latin:keyStyle="returnKeyStyle"
103            latin:keyXPos="-15.704%p"
104            latin:keyWidth="fillBoth" />
105    </Row>
106    <Row
107        latin:keyWidth="8.047%p"
108    >
109        <Key
110            latin:keyStyle="shiftKeyStyle"
111            latin:keyWidth="13.829%p" />
112        <Key
113            latin:keyLabel="w"
114            latin:moreKeys="@string/more_keys_for_w" />
115        <Key
116            latin:keyLabel="x" />
117        <Key
118            latin:keyLabel="c"
119            latin:moreKeys="@string/more_keys_for_c" />
120        <Key
121            latin:keyLabel="v"
122            latin:moreKeys="@string/more_keys_for_v" />
123        <Key
124            latin:keyLabel="b" />
125        <Key
126            latin:keyLabel="n"
127            latin:moreKeys="@string/more_keys_for_n" />
128        <Key
129            latin:keyLabel="\'"
130            latin:keyLabelOption="hasUppercaseLetter"
131            latin:keyHintLabel=":"
132            latin:moreKeys=":" />
133        <switch>
134            <case
135                latin:mode="email"
136            >
137                <Key
138                    latin:keyLabel="," />
139                <Key
140                    latin:keyLabel="." />
141            </case>
142            <default>
143                <Key
144                    latin:keyLabel=","
145                    latin:keyLabelOption="hasUppercaseLetter"
146                    latin:keyHintLabel="!"
147                    latin:moreKeys="!" />
148                <Key
149                    latin:keyLabel="."
150                    latin:keyLabelOption="hasUppercaseLetter"
151                    latin:keyHintLabel="\?"
152                    latin:moreKeys="\?" />
153            </default>
154        </switch>
155        <Key
156            latin:keyStyle="shiftKeyStyle"
157            latin:keyXPos="-13.750%p"
158            latin:keyWidth="fillBoth" />
159    </Row>
160    <include
161        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
162</merge>
163