blob: 7bb8d02003b339b532f96648e936212957a6273b [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2008, 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. Takaokaed8eabc2010-09-16 13:10:14 +090021<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="10%p"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090024>
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080025 <include
Tadashi G. Takaoka59c99302010-11-21 16:40:38 -080026 latin:keyboardLayout="@xml/kbd_key_styles" />
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090027 <include
28 latin:keyboardLayout="@xml/kbd_currency_key_styles" />
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070029 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090030 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070031 latin:keyLabel="@string/keylabel_for_symbols_1"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070032 latin:popupCharacters="@string/alternates_for_symbols_1" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090033 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070034 latin:keyLabel="@string/keylabel_for_symbols_2"
35 latin:popupCharacters="@string/alternates_for_symbols_2" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090036 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070037 latin:keyLabel="@string/keylabel_for_symbols_3"
38 latin:popupCharacters="@string/alternates_for_symbols_3" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090039 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070040 latin:keyLabel="@string/keylabel_for_symbols_4"
41 latin:popupCharacters="@string/alternates_for_symbols_4" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090042 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070043 latin:keyLabel="@string/keylabel_for_symbols_5"
44 latin:popupCharacters="@string/alternates_for_symbols_5" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090045 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070046 latin:keyLabel="@string/keylabel_for_symbols_6"
47 latin:popupCharacters="@string/alternates_for_symbols_6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090048 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070049 latin:keyLabel="@string/keylabel_for_symbols_7"
50 latin:popupCharacters="@string/alternates_for_symbols_7" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090051 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070052 latin:keyLabel="@string/keylabel_for_symbols_8"
53 latin:popupCharacters="@string/alternates_for_symbols_8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070055 latin:keyLabel="@string/keylabel_for_symbols_9"
56 latin:popupCharacters="@string/alternates_for_symbols_9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090057 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070058 latin:keyLabel="@string/keylabel_for_symbols_0"
59 latin:popupCharacters="@string/alternates_for_symbols_0"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070060 latin:keyWidth="fillRight" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070061 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070062 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090063 <Key
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070064 latin:keyLabel="\@" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090065 <Key
satok4fc510a2010-10-01 19:40:44 +090066 latin:keyLabel="\#" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090067 <Key
Tadashi G. Takaoka61351422011-02-24 14:49:27 +090068 latin:keyStyle="currencyKeyStyle" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090069 <Key
Tadashi G. Takaoka7c2b3a42011-07-19 18:28:54 -070070 latin:keyLabel="@string/keylabel_for_symbols_percent"
71 latin:popupCharacters="@string/alternates_for_symbols_percent" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090072 <Key
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyLabel="&amp;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090074 <Key
satok4fc510a2010-10-01 19:40:44 +090075 latin:keyLabel="*"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090076 latin:popupCharacters="†,‡,★" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090077 <Key
satok4fc510a2010-10-01 19:40:44 +090078 latin:keyLabel="-"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090079 latin:popupCharacters="_,–,—" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090080 <Key
satok4fc510a2010-10-01 19:40:44 +090081 latin:keyLabel="+"
satok4fc510a2010-10-01 19:40:44 +090082 latin:popupCharacters="±" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090083 <Key
satok4fc510a2010-10-01 19:40:44 +090084 latin:keyLabel="("
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090085 latin:popupCharacters="[,{,&lt;" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel=")"
Tadashi G. Takaoka9b6d1d52010-12-14 15:31:47 +090088 latin:popupCharacters="],},&gt;"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070089 latin:keyWidth="fillRight" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070090 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070091 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090092 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080093 latin:keyStyle="altKeyStyle"
satok4fc510a2010-10-01 19:40:44 +090094 latin:keyWidth="15%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070095 latin:visualInsetsRight="1%p" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090096 <Key
satok4fc510a2010-10-01 19:40:44 +090097 latin:keyLabel="!"
satok4fc510a2010-10-01 19:40:44 +090098 latin:popupCharacters="¡" />
Tadashi G. Takaoka717cef72011-04-26 14:27:35 +090099 <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
Tadashi G. Takaokab05c9132011-05-13 12:36:49 +0900100 <!-- latin:popupCharacters="“,”,„,‟,«,»" -->
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900101 <Key
satok4fc510a2010-10-01 19:40:44 +0900102 latin:keyLabel="&quot;"
Tadashi G. Takaokab05c9132011-05-13 12:36:49 +0900103 latin:popupCharacters="“,”,«,»"
Tadashi G. Takaoka717cef72011-04-26 14:27:35 +0900104 latin:maxPopupKeyboardColumn="6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900105 <Key
satok4fc510a2010-10-01 19:40:44 +0900106 latin:keyLabel="\'"
Tadashi G. Takaokab05c9132011-05-13 12:36:49 +0900107 latin:popupCharacters="‘,’,‚,‛" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900108 <Key
satok4fc510a2010-10-01 19:40:44 +0900109 latin:keyLabel=":" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900110 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700111 latin:keyLabel="@string/keylabel_for_symbols_semicolon"
112 latin:popupCharacters="@string/alternates_for_symbols_semicolon" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900113 <Key
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyLabel="/" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900115 <Key
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700116 latin:keyLabel="@string/keylabel_for_symbols_question"
117 latin:popupCharacters="@string/alternates_for_symbols_question" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900118 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -0800119 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +0900120 latin:keyWidth="fillRight"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700121 latin:visualInsetsLeft="1%p" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700122 </Row>
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -0700123 <include
124 latin:keyboardLayout="@xml/kbd_symbols_row4" />
Daniel Sandler46984562009-10-29 13:28:46 -0400125</Keyboard>