Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 1 | <?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. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 35 | latin:keyWidth="6.4%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 36 | <Key |
| 37 | latin:keyStyle="micKeyStyle" |
Tadashi G. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 38 | latin:keyWidth="6.5%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 39 | </case> |
| 40 | <default> |
| 41 | <Spacer |
| 42 | latin:horizontalGap="4.15%p" /> |
| 43 | <Key |
Tadashi G. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 44 | latin:keyStyle="webTabKeyStyle" |
| 45 | latin:keyWidth="8.9%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 46 | </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. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 57 | latin:keyWidth="6.4%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 58 | <Key |
| 59 | latin:keyStyle="micKeyStyle" |
Tadashi G. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 60 | latin:keyWidth="6.5%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 61 | </case> |
| 62 | <case |
| 63 | latin:hasSettingsKey="true" |
| 64 | latin:voiceKeyEnabled="false" |
| 65 | > |
| 66 | <Spacer |
| 67 | latin:horizontalGap="4.15%p" /> |
| 68 | <Key |
Tadashi G. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 69 | latin:keyStyle="settingsKeyStyle" |
| 70 | latin:keyWidth="8.9%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 71 | </case> |
| 72 | <case |
| 73 | latin:hasSettingsKey="false" |
| 74 | latin:voiceKeyEnabled="true" |
| 75 | > |
| 76 | <Spacer |
| 77 | latin:horizontalGap="4.15%p" /> |
| 78 | <Key |
Tadashi G. Takaoka | 37445e1 | 2011-05-26 21:14:17 +0900 | [diff] [blame^] | 79 | latin:keyStyle="micKeyStyle" |
| 80 | latin:keyWidth="8.9%p" /> |
Tadashi G. Takaoka | d8638ff | 2011-05-26 12:50:38 +0900 | [diff] [blame] | 81 | </case> |
| 82 | <default> |
| 83 | <Spacer |
| 84 | latin:horizontalGap="13.0%p" /> |
| 85 | </default> |
| 86 | </switch> |
| 87 | </default> |
| 88 | </switch> |
| 89 | </merge> |