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