Tadashi G. Takaoka | ff4d21b | 2010-10-08 01:15:00 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2010, 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 |
Tadashi G. Takaoka | ff4d21b | 2010-10-08 01:15:00 +0900 | [diff] [blame] | 25 | latin:keyWidth="10%p" |
Tadashi G. Takaoka | ff4d21b | 2010-10-08 01:15:00 +0900 | [diff] [blame] | 26 | > |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 27 | <Key |
| 28 | latin:keyStyle="toSymbolKeyStyle" |
| 29 | latin:keyWidth="15%p" /> |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 30 | <switch> |
| 31 | <case |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 32 | latin:mode="url" |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 33 | > |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 34 | <Key |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 35 | latin:keyLabel="/" |
| 36 | latin:keyStyle="f1MoreKeysStyle" /> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 37 | </case> |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 38 | <case |
| 39 | latin:mode="email" |
| 40 | > |
| 41 | <Key |
| 42 | latin:keyLabel="\@" |
| 43 | latin:keyStyle="f1MoreKeysStyle" /> |
| 44 | </case> |
| 45 | <case |
| 46 | latin:hasShortcutKey="true" |
| 47 | > |
| 48 | <Key |
| 49 | latin:keyStyle="shortcutKeyStyle" /> |
| 50 | </case> |
| 51 | <!-- latin:hasShortcutKey="false" --> |
Tadashi G. Takaoka | e00d44d | 2011-07-29 18:41:12 -0700 | [diff] [blame] | 52 | <default> |
| 53 | <Key |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 54 | latin:keyLabel="@string/keylabel_for_comma" |
| 55 | latin:keyLabelFlags="hasPopupHint" |
| 56 | latin:additionalMoreKeys="@string/more_keys_for_comma" |
| 57 | latin:keyStyle="f1MoreKeysStyle" /> |
Tadashi G. Takaoka | 327763e | 2011-05-30 20:05:50 +0900 | [diff] [blame] | 58 | </default> |
Tadashi G. Takaoka | b046511 | 2010-11-11 15:28:14 -0800 | [diff] [blame] | 59 | </switch> |
Tadashi G. Takaoka | 05bfd18 | 2012-02-16 23:14:14 -0800 | [diff] [blame^] | 60 | <Key |
| 61 | latin:keyStyle="spaceKeyStyle" |
| 62 | latin:keyWidth="50%p" /> |
| 63 | <Key |
| 64 | latin:keyStyle="punctuationKeyStyle" /> |
| 65 | <Key |
| 66 | latin:keyStyle="enterKeyStyle" |
| 67 | latin:keyWidth="fillRight" /> |
Tadashi G. Takaoka | ff4d21b | 2010-10-08 01:15:00 +0900 | [diff] [blame] | 68 | </Row> |
| 69 | </merge> |