blob: df9c8fe3f04e1aff96ba5aa134146e83b4be8127 [file] [log] [blame]
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +09001<?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. Takaokaff4d21b2010-10-08 01:15:00 +090025 latin:keyWidth="10%p"
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090026 >
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080027 <Key
28 latin:keyStyle="toSymbolKeyStyle"
29 latin:keyWidth="15%p" />
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080030 <switch>
31 <case
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080032 latin:mode="url"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080033 >
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080034 <Key
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080035 latin:keyLabel="/"
36 latin:keyStyle="f1MoreKeysStyle" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070037 </case>
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080038 <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. Takaokae00d44d2011-07-29 18:41:12 -070052 <default>
53 <Key
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080054 latin:keyLabel="@string/keylabel_for_comma"
55 latin:keyLabelFlags="hasPopupHint"
56 latin:additionalMoreKeys="@string/more_keys_for_comma"
57 latin:keyStyle="f1MoreKeysStyle" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090058 </default>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080059 </switch>
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080060 <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. Takaokaff4d21b2010-10-08 01:15:00 +090068 </Row>
69</merge>