blob: 6912f1c6d443a41523aaedd078ba738883a5d81e [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
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090030 latin:keyLabel="q" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090031 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090032 latin:keyLabel="w" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090033 <Key
34 latin:keyLabel="e"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090035 latin:moreKeys="@string/more_keys_for_e" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090036 <Key
37 latin:keyLabel="r"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090038 latin:moreKeys="@string/more_keys_for_r" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090039 <Key
40 latin:keyLabel="t"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090041 latin:moreKeys="@string/more_keys_for_t" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090042 <Key
43 latin:keyLabel="z"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090044 latin:moreKeys="@string/more_keys_for_z" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090045 <Key
46 latin:keyLabel="u"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090047 latin:moreKeys="@string/more_keys_for_u" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090048 <Key
49 latin:keyLabel="i"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090050 latin:moreKeys="@string/more_keys_for_i" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090051 <Key
52 latin:keyLabel="o"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090053 latin:moreKeys="@string/more_keys_for_o" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090054 <Key
Tadashi G. Takaoka15c99e92012-01-30 11:14:45 +090055 latin:keyLabel="p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090056 <Key
57 latin:keyStyle="deleteKeyStyle"
58 latin:keyXPos="-10.0%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070059 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090060 </Row>
61 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090062 latin:keyboardLayout="@xml/row_qwerty2" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090063 <Row
64 latin:keyWidth="8.9%p"
65 >
66 <Key
67 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070068 latin:keyWidth="10.0%p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090069 <Key
70 latin:keyLabel="y"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090071 latin:moreKeys="@string/more_keys_for_y" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090072 <Key
73 latin:keyLabel="x" />
74 <Key
75 latin:keyLabel="c"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090076 latin:moreKeys="@string/more_keys_for_c" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090077 <Key
78 latin:keyLabel="v"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090079 latin:moreKeys="@string/more_keys_for_v" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090080 <Key
81 latin:keyLabel="b" />
82 <Key
83 latin:keyLabel="n"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090084 latin:moreKeys="@string/more_keys_for_n" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090085 <Key
86 latin:keyLabel="m" />
Tadashi G. Takaoka3db07d02012-01-27 21:07:37 +090087 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090088 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090089 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090090 latin:keyboardLayout="@xml/key_smiley"
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +090091 latin:keyXPos="-8.9%p"
92 latin:keyWidth="fillBoth" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090093 </Row>
94 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090095 latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090096</merge>