blob: 331e1510e8e02cbb719c16d83b9012eab10194c5 [file] [log] [blame]
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2011, 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 <switch>
25 <case
26 latin:mode="web"
27 >
28 <switch>
29 <case
30 latin:voiceKeyEnabled="true"
31 latin:passwordInput="false"
32 >
33 <Key
34 latin:keyStyle="webTabKeyStyle"
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090035 latin:keyWidth="6.4%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090036 <Key
37 latin:keyStyle="micKeyStyle"
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090038 latin:keyWidth="6.5%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090039 </case>
40 <default>
41 <Spacer
42 latin:horizontalGap="4.15%p" />
43 <Key
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090044 latin:keyStyle="webTabKeyStyle"
45 latin:keyWidth="8.9%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090046 </default>
47 </switch>
48 </case>
49 <default>
50 <switch>
51 <case
52 latin:hasSettingsKey="true"
53 latin:voiceKeyEnabled="true"
54 >
55 <Key
56 latin:keyStyle="settingsKeyStyle"
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090057 latin:keyWidth="6.4%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090058 <Key
59 latin:keyStyle="micKeyStyle"
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090060 latin:keyWidth="6.5%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090061 </case>
62 <case
63 latin:hasSettingsKey="true"
64 latin:voiceKeyEnabled="false"
65 >
66 <Spacer
67 latin:horizontalGap="4.15%p" />
68 <Key
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090069 latin:keyStyle="settingsKeyStyle"
70 latin:keyWidth="8.9%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090071 </case>
72 <case
73 latin:hasSettingsKey="false"
74 latin:voiceKeyEnabled="true"
75 >
76 <Spacer
77 latin:horizontalGap="4.15%p" />
78 <Key
Tadashi G. Takaoka37445e12011-05-26 21:14:17 +090079 latin:keyStyle="micKeyStyle"
80 latin:keyWidth="8.9%p" />
Tadashi G. Takaokad8638ff2011-05-26 12:50:38 +090081 </case>
82 <default>
83 <Spacer
84 latin:horizontalGap="13.0%p" />
85 </default>
86 </switch>
87 </default>
88 </switch>
89</merge>