blob: 05a2a9c035e7d1ff1a9f9dbab2eb08cacada43a6 [file] [log] [blame]
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -08001<?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
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080026 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090027 latin:keyWidth="8.282%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080028 >
29 <Key
30 latin:keyStyle="tabKeyStyle"
Tadashi G. Takaoka13d5f662011-11-21 19:55:38 -080031 latin:keyLabelFlags="alignLeft"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070032 latin:keyWidth="7.969%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080033 <Key
34 latin:keyLabel="q"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090035 latin:moreKeys="@string/more_keys_for_q" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080036 <Key
37 latin:keyLabel="w"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090038 latin:moreKeys="@string/more_keys_for_w" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080039 <Key
40 latin:keyLabel="e"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090041 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080042 <Key
43 latin:keyLabel="r"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090044 latin:moreKeys="@string/more_keys_for_r" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080045 <Key
46 latin:keyLabel="t"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090047 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080048 <Key
49 latin:keyLabel="z"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090050 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080051 <Key
52 latin:keyLabel="u"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090053 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080054 <Key
55 latin:keyLabel="i"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090056 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080057 <Key
58 latin:keyLabel="o"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090059 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080060 <Key
61 latin:keyLabel="p"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090062 latin:moreKeys="@string/more_keys_for_p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080063 <Key
64 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090065 latin:keyXPos="-9.219%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070066 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080067 </Row>
68 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090069 latin:keyboardLayout="@xml/row_qwerty2" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080070 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090071 latin:keyWidth="8.047%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080072 >
73 <Key
74 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070075 latin:keyWidth="13.829%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080076 <Key
77 latin:keyLabel="y"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090078 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080079 <Key
80 latin:keyLabel="x" />
81 <Key
82 latin:keyLabel="c"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090083 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080084 <Key
85 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090086 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080087 <Key
88 latin:keyLabel="b" />
89 <Key
90 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090091 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080092 <Key
93 latin:keyLabel="m" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +090094 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090095 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080096 <Key
97 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090098 latin:keyXPos="-13.750%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070099 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800100 </Row>
101 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900102 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800103</merge>