blob: 24c081eb7a529a52090905be07ba34f1af3416ce [file] [log] [blame]
Tadashi G. Takaokab0465112010-11-11 15:28:14 -08001<?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>
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080024 <Row
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090025 latin:keyWidth="8.047%p"
Tadashi G. Takaoka7c25ad42010-11-20 16:17:04 -080026 >
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080027 <include
28 latin:keyboardLayout="@xml/key_settings" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090029 <Spacer
30 latin:keyXPos="15.157%p"
Tadashi G. Takaoka18453d62011-09-08 17:19:23 +090031 latin:keyWidth="0%p" />
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080032 <switch>
33 <case
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090034 latin:mode="url"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080035 >
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090036 <Key
37 latin:keyStyle="comKeyStyle"
38 latin:keyWidth="16.084%p" />
39 </case>
40 <default>
Tadashi G. Takaokabafba472010-12-07 14:17:21 +090041 <switch>
Tadashi G. Takaokaec2ef402011-02-20 00:41:07 +090042 <case
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090043 latin:mode="email"
Tadashi G. Takaokaec2ef402011-02-20 00:41:07 +090044 >
45 <Key
46 latin:keyStyle="comKeyStyle" />
47 </case>
Tadashi G. Takaokabafba472010-12-07 14:17:21 +090048 <case
Tadashi G. Takaokad9c52ba2011-02-18 14:16:29 +090049 latin:imeAction="actionSearch"
Tadashi G. Takaokabafba472010-12-07 14:17:21 +090050 >
51 <Key
52 latin:keyLabel=":"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090053 latin:keyHintLabel="+"
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090054 latin:moreKeys="+"
55 latin:keyStyle="hasShiftedLetterHintStyle" />
Tadashi G. Takaokabafba472010-12-07 14:17:21 +090056 </case>
57 <default>
58 <Key
59 latin:keyStyle="smileyKeyStyle" />
60 </default>
61 </switch>
Tadashi G. Takaokaec2ef402011-02-20 00:41:07 +090062 <switch>
63 <case
64 latin:mode="email"
65 >
66 <Key
67 latin:keyLabel="\@" />
68 </case>
Tadashi G. Takaokaec2ef402011-02-20 00:41:07 +090069 <default>
70 <Key
71 latin:keyLabel="/"
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090072 latin:keyHintLabel="\@"
Tadashi G. Takaokaca2f0512012-01-26 18:03:30 +090073 latin:moreKeys="\@"
74 latin:keyStyle="hasShiftedLetterHintStyle" />
Tadashi G. Takaokaec2ef402011-02-20 00:41:07 +090075 </default>
76 </switch>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080077 </default>
78 </switch>
79 <Key
Tadashi G. Takaoka7f0befe2010-11-23 23:59:56 -080080 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090081 latin:keyXPos="31.250%p"
82 latin:keyWidth="37.500%p" />
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080083 <switch>
84 <case
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070085 latin:languageCode="iw"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080086 >
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070087 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090088 latin:keyboardLayout="@xml/keys_comma_period" />
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090089 </case>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080090 <default>
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070091 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090092 latin:keyboardLayout="@xml/keys_apostrophe_dash" />
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080093 </default>
94 </switch>
Tadashi G. Takaoka0f901aa2011-01-13 13:43:39 +090095 <switch>
96 <case
Tadashi G. Takaokac3afe2c2011-07-31 18:34:54 -070097 latin:shortcutKeyEnabled="true"
Tadashi G. Takaoka0f901aa2011-01-13 13:43:39 +090098 >
99 <Key
Tadashi G. Takaokac2a21782011-06-21 23:38:42 +0900100 latin:keyStyle="shortcutKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900101 latin:keyXPos="-8.047%p"
102 latin:keyWidth="fillRight" />
Tadashi G. Takaoka0f901aa2011-01-13 13:43:39 +0900103 </case>
104 </switch>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -0800105 </Row>
Tadashi G. Takaokacf5e68b2010-11-15 23:15:44 -0800106</merge>