blob: fe93a705e2344695336c6af5fff99ebd7062e118 [file] [log] [blame]
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +09001<?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
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090026 <Row
27 latin:keyWidth="9.0%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090028 >
29 <Key
30 latin:keyLabel="q"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090031 latin:moreKeys="@string/more_keys_for_q" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090032 <Key
33 latin:keyLabel="w"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090034 latin:moreKeys="@string/more_keys_for_w" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090035 <Key
36 latin:keyLabel="e"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090037 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090038 <Key
39 latin:keyLabel="r"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090040 latin:moreKeys="@string/more_keys_for_r" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090041 <Key
42 latin:keyLabel="t"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090043 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090044 <Key
45 latin:keyLabel="z"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090046 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090047 <Key
48 latin:keyLabel="u"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090049 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090050 <Key
51 latin:keyLabel="i"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090052 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090053 <Key
54 latin:keyLabel="o"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090055 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090056 <Key
57 latin:keyLabel="p"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090058 latin:moreKeys="@string/more_keys_for_p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090059 <Key
60 latin:keyStyle="deleteKeyStyle"
61 latin:keyXPos="-10.0%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070062 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090063 </Row>
64 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090065 latin:keyboardLayout="@xml/row_qwerty2" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090066 <Row
67 latin:keyWidth="8.9%p"
68 >
69 <Key
70 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070071 latin:keyWidth="10.0%p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090072 <Key
73 latin:keyLabel="y"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090074 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090075 <Key
76 latin:keyLabel="x" />
77 <Key
78 latin:keyLabel="c"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090079 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090080 <Key
81 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090082 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090083 <Key
84 latin:keyLabel="b" />
85 <Key
86 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090087 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090088 <Key
89 latin:keyLabel="m" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +090090 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090091 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090092 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090093 latin:keyboardLayout="@xml/key_smiley"
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +090094 latin:keyXPos="-8.9%p"
95 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090096 </Row>
97 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090098 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090099</merge>