blob: 5bc104f69d3a4c4b6e2b0b43da72e263f5ca2233 [file] [log] [blame]
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +09001<?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 <Row
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090025 latin:keyWidth="10%p"
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090026 >
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080027 <Key
28 latin:keyStyle="toSymbolKeyStyle"
29 latin:keyWidth="15%p" />
Tadashi G. Takaoka9fa0a2e2012-04-20 11:19:07 +090030 <include
Tadashi G. Takaokac9aa1be2014-08-23 19:08:40 +090031 latin:keyboardLayout="@xml/key_comma" />
Tadashi G. Takaoka9fa0a2e2012-04-20 11:19:07 +090032 <include
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +090033 latin:keyXPos="25%p"
Satoshi Kataokacc38dd92013-09-06 12:41:40 +090034 latin:keyboardLayout="@xml/key_space_5kw" />
Ken Wakasa2fa36932013-12-13 17:09:16 +090035 <include
36 latin:keyboardLayout="@xml/key_period" />
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080037 <Key
38 latin:keyStyle="enterKeyStyle"
39 latin:keyWidth="fillRight" />
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090040 </Row>
41</merge>