• 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="7.9%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="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:keyLabel="å" />
61        <Key
62            latin:keyStyle="deleteKeyStyle"
63            latin:keyXPos="-10.0%p"
64            latin:keyWidth="fillBoth" />
65    </Row>
66    <Row
67        latin:keyWidth="7.9%p"
68    >
69        <Key
70            latin:keyLabel="a"
71            latin:keyXPos="3.5%p"
72            latin:moreKeys="@string/more_keys_for_a" />
73        <Key
74            latin:keyLabel="s"
75            latin:moreKeys="@string/more_keys_for_s" />
76        <Key
77            latin:keyLabel="d"
78            latin:moreKeys="@string/more_keys_for_d" />
79        <Key
80            latin:keyLabel="f" />
81        <Key
82            latin:keyLabel="g"
83            latin:moreKeys="@string/more_keys_for_g" />
84        <Key
85            latin:keyLabel="h" />
86        <Key
87            latin:keyLabel="j" />
88        <Key
89            latin:keyLabel="k"
90            latin:moreKeys="@string/more_keys_for_k" />
91        <Key
92            latin:keyLabel="l"
93            latin:moreKeys="@string/more_keys_for_l" />
94        <Key
95            latin:keyLabel="@string/keylabel_for_scandinavia_row2_10"
96            latin:moreKeys="@string/more_keys_for_scandinavia_row2_10" />
97        <Key
98            latin:keyLabel="@string/keylabel_for_scandinavia_row2_11"
99            latin:moreKeys="@string/more_keys_for_scandinavia_row2_11" />
100        <Key
101            latin:keyStyle="returnKeyStyle"
102            latin:keyXPos="-14.6%p"
103            latin:keyWidth="fillBoth" />
104    </Row>
105    <Row
106        latin:keyWidth="7.9%p"
107    >
108        <Key
109            latin:keyStyle="shiftKeyStyle"
110            latin:keyWidth="10.0%p" />
111        <Spacer
112            latin:keyWidth="4.35%p" />
113        <Key
114            latin:keyLabel="z"
115            latin:moreKeys="@string/more_keys_for_z" />
116        <Key
117            latin:keyLabel="x" />
118        <Key
119            latin:keyLabel="c"
120            latin:moreKeys="@string/more_keys_for_c" />
121        <Key
122            latin:keyLabel="v"
123            latin:moreKeys="@string/more_keys_for_v" />
124        <Key
125            latin:keyLabel="b" />
126        <Key
127            latin:keyLabel="n"
128            latin:moreKeys="@string/more_keys_for_n" />
129        <Key
130            latin:keyLabel="m" />
131        <include
132            latin:keyboardLayout="@xml/kbd_row3_comma_period" />
133        <Spacer
134            latin:keyWidth="4.35%p" />
135        <include
136            latin:keyboardLayout="@xml/kbd_row3_smiley" />
137    </Row>
138    <include
139        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
140</merge>
141