blob: f6438ab0ff4ac6845067e9aab6c0495fde2deb02 [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 <Row
25 latin:keyWidth="7.692%p"
26 >
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090027 <Spacer
28 latin:keyWidth="11.538%p" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090029 <switch>
30 <case
Ken Wakasa2fa36932013-12-13 17:09:16 +090031 latin:supportsSwitchingToShortcutIme="true"
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090032 >
33 <Key
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090034 latin:keyStyle="shortcutKeyStyle"
35 latin:keyWidth="11.538%p" />
36 </case>
Tadashi G. Takaoka41398ba2012-04-26 15:14:25 +090037 <case
38 latin:clobberSettingsKey="false"
39 >
40 <Key
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090041 latin:keyStyle="settingsKeyStyle"
42 latin:keyWidth="11.538%p" />
43 </case>
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090044 </switch>
45 <switch>
46 <case
47 latin:languageSwitchKeyEnabled="true"
48 >
49 <Key
50 latin:keyStyle="languageSwitchKeyStyle"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090051 latin:keyWidth="11.538%p" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090052 <Key
53 latin:keyStyle="spaceKeyStyle"
Satoshi Kataokadea94e92013-09-19 13:15:21 +090054 latin:keyWidth="38.464%p" />
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090055 </case>
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090056 <!-- languageSwitchKeyEnabled="false" -->
57 <default>
58 <Key
59 latin:keyStyle="spaceKeyStyle"
Satoshi Kataokadea94e92013-09-19 13:15:21 +090060 latin:keyWidth="50.002%p" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090061 </default>
62 </switch>
63 <Key
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090064 latin:keyStyle="defaultEnterKeyStyle"
Tadashi G. Takaokaffde4012014-02-17 09:27:47 +090065 latin:keySpec="!icon/enter_key|!code/key_enter"
Tadashi G. Takaoka7f28b3c2013-08-23 22:28:26 +090066 latin:keyWidth="15.384%p" />
Tadashi G. Takaokab6bc8512014-02-24 22:07:13 +090067 <Key
68 latin:keyStyle="emojiKeyStyle"
69 latin:keyWidth="fillRight" />
Tadashi G. Takaoka49caddb2012-04-23 13:52:26 +090070 </Row>
71</merge>