blob: 96e550cd2f71132243aa3c9e35be59d94989028e [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" />
30 <switch>
31 <case
32 latin:hasShortcutKey="true"
33 >
34 <Key
35 latin:keyStyle="shortcutKeyStyle" />
36 </case>
37 <!-- latin:hasShortcutKey="false" -->
38 <default>
39 <Key
Tadashi G. Takaoka6bfd5f62012-04-20 08:39:11 +090040 latin:keyLabel="!text/keylabel_for_comma"
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090041 latin:keyLabelFlags="hasPopupHint"
Tadashi G. Takaoka6bfd5f62012-04-20 08:39:11 +090042 latin:additionalMoreKeys="!text/more_keys_for_comma"
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090043 latin:keyStyle="f1MoreKeysStyle" />
44 </default>
45 </switch>
Tadashi G. Takaoka3ce08502012-04-20 18:57:26 +090046 <include
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +090047 latin:keyXPos="25%p"
Tadashi G. Takaoka3ce08502012-04-20 18:57:26 +090048 latin:keyboardLayout="@xml/key_space" />
Satoshi Kataokae0502492013-09-04 08:53:12 +000049 <Key
50 latin:keyStyle="punctuationKeyStyle" />
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090051 <Key
Satoshi Kataoka51699372013-08-30 10:28:01 +000052 latin:keyStyle="emojiKeyStyle"
Tadashi G. Takaoka174d29f2012-03-08 18:59:32 +090053 latin:keyWidth="fillRight" />
54 </Row>
55</merge>