blob: 83bc83e6950848fadda9e00c80e32f1a35f7da8a [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.0%p"
26 >
27 <switch>
28 <case
29 latin:keyboardLayoutSetElement="symbols|symbolsShifted"
30 >
31 <Spacer
32 latin:keyXPos="15.0%p"
33 latin:keyWidth="10.5%p" />
34 </case>
35 <case
36 latin:mode="email|url"
37 >
38 <Key
39 latin:keyStyle="comKeyStyle"
40 latin:keyXPos="15.0%p"
41 latin:keyWidth="10.5%p" />
42 </case>
43 <default>
44 <Spacer
45 latin:keyXPos="15.0%p"
46 latin:keyWidth="10.5%p" />
47 </default>
48 </switch>
49 <switch>
50 <case
51 latin:languageSwitchKeyEnabled="true"
52 >
53 <Key
54 latin:keyStyle="languageSwitchKeyStyle" />
55 <Key
56 latin:keyStyle="spaceKeyStyle"
57 latin:keyWidth="42.0%p" />
58 </case>
59 <!-- languageSwitchKeyEnabled="false" -->
60 <default>
61 <Key
62 latin:keyStyle="spaceKeyStyle"
63 latin:keyWidth="49.0%p" />
64 </default>
65 </switch>
66 <include
67 latin:keyXPos="-9.0%p"
68 latin:keyWidth="fillRight"
69 latin:keyboardLayout="@xml/key_shortcut" />
70 </Row>
71</merge>