blob: 72be06d6e791ee0a3650aaf957a5b2d030fed80a [file] [log] [blame]
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +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 <Row
25 latin:keyWidth="10%p"
26 >
27 <Key
28 latin:keyStyle="toAlphaKeyStyle"
29 latin:keyWidth="15%p" />
Satoshi Kataokad6217a32013-09-05 17:58:10 +090030 <Key
31 latin:keyLabel="_"
32 latin:backgroundType="functional" />
33 <Key
34 latin:keyLabel="/"
35 latin:backgroundType="functional" />
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090036 <switch>
37 <case
38 latin:hasShortcutKey="true"
39 >
40 <Key
41 latin:keyStyle="shortcutKeyStyle" />
42 </case>
43 <!-- latin:hasShortcutKey="false" -->
44 <default>
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090045 </default>
46 </switch>
Tadashi G. Takaoka3ce08502012-04-20 18:57:26 +090047 <include
Satoshi Kataokad6217a32013-09-05 17:58:10 +090048 latin:keyXPos="35%p"
Satoshi Kataokaa33a4e32013-09-06 12:18:42 +090049 latin:keyboardLayout="@xml/key_space_3kw" />
Satoshi Kataokad6217a32013-09-05 17:58:10 +090050 <include
51 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090052 <Key
Satoshi Kataoka51699372013-08-30 10:28:01 +000053 latin:keyStyle="emojiKeyStyle"
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090054 latin:keyWidth="fillRight" />
55 </Row>
56</merge>