blob: 7056a94ea73e05d67314281473a391ef8afac180 [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
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090034 latin:keyLabel="q" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080035 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090036 latin:keyLabel="w" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080037 <Key
38 latin:keyLabel="e"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090039 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080040 <Key
41 latin:keyLabel="r"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090042 latin:moreKeys="@string/more_keys_for_r" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080043 <Key
44 latin:keyLabel="t"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090045 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080046 <Key
47 latin:keyLabel="z"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090048 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080049 <Key
50 latin:keyLabel="u"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090051 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080052 <Key
53 latin:keyLabel="i"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090054 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080055 <Key
56 latin:keyLabel="o"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090057 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080058 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090059 latin:keyLabel="p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080060 <Key
61 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090062 latin:keyXPos="-9.219%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070063 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080064 </Row>
65 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090066 latin:keyboardLayout="@xml/row_qwerty2" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080067 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090068 latin:keyWidth="8.047%p"
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080069 >
70 <Key
71 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070072 latin:keyWidth="13.829%p" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080073 <Key
74 latin:keyLabel="y"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090075 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080076 <Key
77 latin:keyLabel="x" />
78 <Key
79 latin:keyLabel="c"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090080 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080081 <Key
82 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090083 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080084 <Key
85 latin:keyLabel="b" />
86 <Key
87 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090088 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080089 <Key
90 latin:keyLabel="m" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +090091 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090092 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080093 <Key
94 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090095 latin:keyXPos="-13.750%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070096 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -080097 </Row>
98 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090099 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka842b3d42010-11-23 11:54:33 -0800100</merge>