blob: 73b7e473e559ed876f11796e1af8fee34bda3aa4 [file] [log] [blame]
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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/key_styles_common" />
26 <Row
27 latin:keyWidth="7.0%p"
28 >
Tadashi G. Takaokaa49be9b2014-03-19 20:22:04 +090029 <include
30 latin:keyboardLayout="@xml/rowkeys_pcqwerty1" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090031 <Key
32 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090033 latin:keyWidth="fillRight" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090034 </Row>
35 <Row
36 latin:keyWidth="7.0%p"
37 >
38 <Key
39 latin:keyStyle="tabKeyStyle"
40 latin:keyWidth="9.0%p" />
41 <include
42 latin:keyboardLayout="@xml/rowkeys_pcqwerty2" />
43 </Row>
44 <Row
45 latin:keyWidth="7.0%p"
46 >
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090047 <Spacer
Tadashi G. Takaokabdd79912014-03-19 17:26:17 +090048 latin:keyWidth="10.0%p" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090049 <include
50 latin:keyboardLayout="@xml/rowkeys_pcqwerty3" />
51 <Key
52 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090053 latin:keyWidth="fillRight" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090054 </Row>
55 <Row
56 latin:keyWidth="7.0%p"
57 >
58 <Key
59 latin:keyStyle="shiftKeyStyle"
60 latin:keyWidth="15.0%p" />
61 <include
62 latin:keyboardLayout="@xml/rowkeys_pcqwerty4" />
Tadashi G. Takaokaad5c0dc2012-05-01 12:35:17 +090063 <Key
64 latin:keyStyle="shiftKeyStyle"
65 latin:keyXPos="-15.0%p"
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090066 latin:keyWidth="fillRight" />
67 </Row>
68 <include
69 latin:keyboardLayout="@xml/row_pcqwerty5" />
70</merge>