blob: fe9efbbc607850516db38a297459fe88ccb11f6f [file] [log] [blame]
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +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
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070021<merge
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090023>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090026 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090027 latin:keyboardLayout="@xml/key_styles_currency" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090028 <Row
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070029 latin:keyWidth="10%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090030 >
31 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070032 latin:keyLabel="@string/keylabel_for_symbols_1"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090033 latin:moreKeys="@string/more_keys_for_symbols_1" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090034 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070035 latin:keyLabel="@string/keylabel_for_symbols_2"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090036 latin:moreKeys="@string/more_keys_for_symbols_2" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090037 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070038 latin:keyLabel="@string/keylabel_for_symbols_3"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090039 latin:moreKeys="@string/more_keys_for_symbols_3" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090040 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070041 latin:keyLabel="@string/keylabel_for_symbols_4"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090042 latin:moreKeys="@string/more_keys_for_symbols_4" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090043 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070044 latin:keyLabel="@string/keylabel_for_symbols_5"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090045 latin:moreKeys="@string/more_keys_for_symbols_5" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090046 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070047 latin:keyLabel="@string/keylabel_for_symbols_6"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090048 latin:moreKeys="@string/more_keys_for_symbols_6" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090049 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070050 latin:keyLabel="@string/keylabel_for_symbols_7"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090051 latin:moreKeys="@string/more_keys_for_symbols_7" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090052 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070053 latin:keyLabel="@string/keylabel_for_symbols_8"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090054 latin:moreKeys="@string/more_keys_for_symbols_8" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090055 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070056 latin:keyLabel="@string/keylabel_for_symbols_9"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090057 latin:moreKeys="@string/more_keys_for_symbols_9" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090058 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070059 latin:keyLabel="@string/keylabel_for_symbols_0"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090060 latin:moreKeys="@string/more_keys_for_symbols_0"
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070061 latin:keyWidth="fillRight" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090062 </Row>
63 <Row
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070064 latin:keyWidth="10%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090065 >
66 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070067 latin:keyLabel="\@" />
68 <Key
69 latin:keyLabel="\#" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090070 <Key
71 latin:keyStyle="currencyKeyStyle" />
72 <Key
Tadashi G. Takaoka7c2b3a42011-07-19 18:28:54 -070073 latin:keyLabel="@string/keylabel_for_symbols_percent"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +090074 latin:moreKeys="@string/more_keys_for_symbols_percent" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090075 <Key
76 latin:keyLabel="&amp;" />
77 <Key
78 latin:keyLabel="*"
Tadashi G. Takaoka5f89fba2011-10-12 11:55:30 +090079 latin:moreKeys="@string/more_keys_for_star" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090080 <Key
81 latin:keyLabel="-"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090082 latin:moreKeys="_,–,—" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090083 <Key
84 latin:keyLabel="+"
Tadashi G. Takaoka5f89fba2011-10-12 11:55:30 +090085 latin:moreKeys="@string/more_keys_for_plus" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090086 <Key
87 latin:keyLabel="("
Tadashi G. Takaoka7fe66ea2011-10-26 14:20:32 +090088 latin:moreKeys="@string/more_keys_for_left_parenthesis" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090089 <Key
90 latin:keyLabel=")"
Tadashi G. Takaoka7fe66ea2011-10-26 14:20:32 +090091 latin:moreKeys="@string/more_keys_for_right_parenthesis"
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070092 latin:keyWidth="fillRight" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090093 </Row>
94 <Row
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070095 latin:keyWidth="10%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090096 >
97 <Key
Ken Wakasa09578c82011-08-03 15:21:27 +090098 latin:keyStyle="toMoreSymbolKeyStyle"
Tadashi G. Takaoka71393352011-07-24 16:35:54 -070099 latin:keyWidth="15%p"
100 latin:visualInsetsRight="1%p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900101 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700102 latin:keyLabel="!"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900103 latin:moreKeys="¡" />
Ken Wakasa94f73002011-09-14 12:13:58 +0900104 <!-- Note: Neither DroidSans nor Roboto have a glyph for ‟ Double high-reversed-9 quotation mark U+201F. -->
105 <!-- latin:moreKeys="“,”,„,‟,«,»" -->
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900106 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700107 latin:keyLabel="&quot;"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900108 latin:moreKeys="“,”,«,»"
109 latin:maxMoreKeysColumn="6" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900110 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700111 latin:keyLabel="\'"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900112 latin:moreKeys="‘,’,‚,‛" />
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700113 <Key
114 latin:keyLabel=":" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900115 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700116 latin:keyLabel="@string/keylabel_for_symbols_semicolon"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900117 latin:moreKeys="@string/more_keys_for_symbols_semicolon" />
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -0700118 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700119 latin:keyLabel="/" />
Tadashi G. Takaoka0ad80872011-07-13 13:03:16 -0700120 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700121 latin:keyLabel="@string/keylabel_for_symbols_question"
Tadashi G. Takaoka623ac182011-08-31 21:14:15 +0900122 latin:moreKeys="@string/more_keys_for_symbols_question" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900123 <Key
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700124 latin:keyStyle="deleteKeyStyle"
125 latin:keyWidth="fillRight"
126 latin:visualInsetsLeft="1%p" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900127 </Row>
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700128 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900129 latin:keyboardLayout="@xml/row_symbols4" />
Tadashi G. Takaoka71393352011-07-24 16:35:54 -0700130</merge>