blob: e570ff4799b63e3743bececc1021573d607048e0 [file] [log] [blame]
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +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<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="7.5%p"
24 latin:horizontalGap="0px"
25 latin:verticalGap="0px"
26 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090027>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +090028 <!-- This row is intentionally not marked as a top row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +090029 <Row>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090030 <Key
satok4fc510a2010-10-01 19:40:44 +090031 latin:codes="@integer/key_tab"
32 latin:keyLabel="Tab"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090033 latin:isModifier="true"
satok4fc510a2010-10-01 19:40:44 +090034 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090035 <Key
satok4fc510a2010-10-01 19:40:44 +090036 latin:keyLabel="1" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090037 <Key
satok4fc510a2010-10-01 19:40:44 +090038 latin:keyLabel="2" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090039 <Key
satok4fc510a2010-10-01 19:40:44 +090040 latin:keyLabel="3" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090041 <Key
satok4fc510a2010-10-01 19:40:44 +090042 latin:keyLabel="4" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090043 <Key
satok4fc510a2010-10-01 19:40:44 +090044 latin:keyLabel="5" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090045 <Key
satok4fc510a2010-10-01 19:40:44 +090046 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090047 <Key
satok4fc510a2010-10-01 19:40:44 +090048 latin:keyLabel="7" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090049 <Key
satok4fc510a2010-10-01 19:40:44 +090050 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090051 <Key
satok4fc510a2010-10-01 19:40:44 +090052 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090053 <Key
satok4fc510a2010-10-01 19:40:44 +090054 latin:keyLabel="0" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090055 <Key
satok4fc510a2010-10-01 19:40:44 +090056 latin:keyLabel="~" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090057 <Key
satok4fc510a2010-10-01 19:40:44 +090058 latin:codes="@integer/key_delete"
59 latin:keyIcon="@drawable/sym_keyboard_delete"
60 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
61 latin:keyWidth="10.5%p"
62 latin:isModifier="true"
63 latin:isRepeatable="true"
64 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090065 </Row>
66 <Row>
67 <Key
satok4fc510a2010-10-01 19:40:44 +090068 latin:codes="@integer/key_symbol"
69 latin:keyLabel="@string/label_alpha_key"
70 latin:keyWidth="8.75%p"
71 latin:isModifier="true"
72 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090073 <Key
satok4fc510a2010-10-01 19:40:44 +090074 latin:keyLabel="\@" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090075 <Key
satok4fc510a2010-10-01 19:40:44 +090076 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090077 <Key
satok4fc510a2010-10-01 19:40:44 +090078 latin:keyLabel="$" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090079 <Key
satok4fc510a2010-10-01 19:40:44 +090080 latin:keyLabel="%" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090081 <Key
satok4fc510a2010-10-01 19:40:44 +090082 latin:keyLabel="^" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090083 <Key
satok4fc510a2010-10-01 19:40:44 +090084 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090085 <Key
satok4fc510a2010-10-01 19:40:44 +090086 latin:keyLabel="*" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090087 <Key
satok4fc510a2010-10-01 19:40:44 +090088 latin:keyLabel="-" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090089 <Key
satok4fc510a2010-10-01 19:40:44 +090090 latin:keyLabel="+" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090091 <Key
satok4fc510a2010-10-01 19:40:44 +090092 latin:keyLabel="(" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090093 <Key
satok4fc510a2010-10-01 19:40:44 +090094 latin:keyLabel=")" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090095 <Key
satok4fc510a2010-10-01 19:40:44 +090096 latin:codes="@integer/key_return"
97 latin:keyIcon="@drawable/sym_keyboard_return"
98 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
99 latin:keyWidth="8.75%p"
100 latin:isModifier="true"
101 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900102 </Row>
103 <Row>
104 <Key
satok4fc510a2010-10-01 19:40:44 +0900105 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900106 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900107 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
108 latin:keyWidth="12.5%p"
109 latin:isModifier="true"
110 latin:isSticky="true"
111 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900112 <Key
satok4fc510a2010-10-01 19:40:44 +0900113 latin:keyLabel="!" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900114 <Key
satok4fc510a2010-10-01 19:40:44 +0900115 latin:keyLabel="&quot;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900116 <Key
satok4fc510a2010-10-01 19:40:44 +0900117 latin:keyLabel="\'" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900118 <Key
satok4fc510a2010-10-01 19:40:44 +0900119 latin:keyLabel=":" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900120 <Key
satok4fc510a2010-10-01 19:40:44 +0900121 latin:keyLabel=";" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900122 <Key
satok4fc510a2010-10-01 19:40:44 +0900123 latin:keyLabel="/" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900124 <Key
satok4fc510a2010-10-01 19:40:44 +0900125 latin:keyLabel="\\" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900126 <Key
satok4fc510a2010-10-01 19:40:44 +0900127 latin:keyLabel="," />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900128 <Key
satok4fc510a2010-10-01 19:40:44 +0900129 latin:keyLabel="." />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900130 <Key
satok4fc510a2010-10-01 19:40:44 +0900131 latin:keyLabel="\?" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900132 <Key
satok4fc510a2010-10-01 19:40:44 +0900133 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900134 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900135 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
136 latin:keyWidth="12.5%p"
137 latin:isModifier="true"
138 latin:isSticky="true"
139 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900140 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900141 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900142 <Row>
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900143 <Key
satok4fc510a2010-10-01 19:40:44 +0900144 latin:keyLabel="&lt;"
145 latin:horizontalGap="16.25%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900146 <Key
satok4fc510a2010-10-01 19:40:44 +0900147 latin:keyLabel="&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900148 <Key
satok4fc510a2010-10-01 19:40:44 +0900149 latin:codes="@integer/key_space"
150 latin:keyIcon="@drawable/sym_keyboard_space"
151 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
152 latin:keyWidth="37.5%p"
153 latin:isModifier="true" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900154 <Key
satok4fc510a2010-10-01 19:40:44 +0900155 latin:keyLabel="[" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900156 <Key
satok4fc510a2010-10-01 19:40:44 +0900157 latin:keyLabel="]" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900158 </Row>
159</Keyboard>