• 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="9.0%p"
28    >
29        <Key
30            latin:keyLabel="q"
31            latin:moreKeys="@string/more_keys_for_q" />
32        <Key
33            latin:keyLabel="w"
34            latin:moreKeys="@string/more_keys_for_w" />
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="z"
46            latin:moreKeys="@string/more_keys_for_z" />
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    <include
65        latin:keyboardLayout="@xml/kbd_qwerty_row2" />
66    <Row
67        latin:keyWidth="8.9%p"
68    >
69        <Key
70            latin:keyStyle="shiftKeyStyle"
71            latin:keyWidth="10.0%p" />
72        <Key
73            latin:keyLabel="y"
74            latin:moreKeys="@string/more_keys_for_y" />
75        <Key
76            latin:keyLabel="x" />
77        <Key
78            latin:keyLabel="c"
79            latin:moreKeys="@string/more_keys_for_c" />
80        <Key
81            latin:keyLabel="v"
82            latin:moreKeys="@string/more_keys_for_v" />
83        <Key
84            latin:keyLabel="b" />
85        <Key
86            latin:keyLabel="n"
87            latin:moreKeys="@string/more_keys_for_n" />
88        <Key
89            latin:keyLabel="m" />
90        <switch>
91            <case
92                latin:mode="email"
93            >
94                <Key
95                    latin:keyLabel="," />
96                <Key
97                    latin:keyLabel="." />
98            </case>
99            <default>
100                <Key
101                    latin:keyLabel=","
102                    latin:keyLabelOption="hasUppercaseLetter"
103                    latin:keyHintLabel="!"
104                    latin:moreKeys="!" />
105                <Key
106                    latin:keyLabel="."
107                    latin:keyLabelOption="hasUppercaseLetter"
108                    latin:keyHintLabel="\?"
109                    latin:moreKeys="\?" />
110            </default>
111        </switch>
112        <include
113            latin:keyboardLayout="@xml/kbd_row3_smiley" />
114    </Row>
115    <include
116        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
117</merge>
118