blob: 7d23dc540f07e261c41441e247696d78445dbfb1 [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 <Row>
29 <!-- This row is intentionally not marked as a top 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"
33 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090034 <Key
satok4fc510a2010-10-01 19:40:44 +090035 latin:keyLabel="1" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090036 <Key
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyLabel="2" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090038 <Key
satok4fc510a2010-10-01 19:40:44 +090039 latin:keyLabel="3" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="4" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090042 <Key
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyLabel="5" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090044 <Key
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090046 <Key
satok4fc510a2010-10-01 19:40:44 +090047 latin:keyLabel="7" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090048 <Key
satok4fc510a2010-10-01 19:40:44 +090049 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090050 <Key
satok4fc510a2010-10-01 19:40:44 +090051 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090052 <Key
satok4fc510a2010-10-01 19:40:44 +090053 latin:keyLabel="0" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:keyLabel="~" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:codes="@integer/key_delete"
58 latin:keyIcon="@drawable/sym_keyboard_delete"
59 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
60 latin:keyWidth="10.5%p"
61 latin:isModifier="true"
62 latin:isRepeatable="true"
63 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090064 </Row>
65 <Row>
66 <Key
satok4fc510a2010-10-01 19:40:44 +090067 latin:codes="@integer/key_symbol"
68 latin:keyLabel="@string/label_alpha_key"
69 latin:keyWidth="8.75%p"
70 latin:isModifier="true"
71 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090072 <Key
satok4fc510a2010-10-01 19:40:44 +090073 latin:keyLabel="\@" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090074 <Key
satok4fc510a2010-10-01 19:40:44 +090075 latin:keyLabel="#" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090076 <Key
satok4fc510a2010-10-01 19:40:44 +090077 latin:keyLabel="$" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090078 <Key
satok4fc510a2010-10-01 19:40:44 +090079 latin:keyLabel="%" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090080 <Key
satok4fc510a2010-10-01 19:40:44 +090081 latin:keyLabel="^" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090082 <Key
satok4fc510a2010-10-01 19:40:44 +090083 latin:keyLabel="&amp;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="*" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090086 <Key
satok4fc510a2010-10-01 19:40:44 +090087 latin:keyLabel="-" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090088 <Key
satok4fc510a2010-10-01 19:40:44 +090089 latin:keyLabel="+" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090090 <Key
satok4fc510a2010-10-01 19:40:44 +090091 latin:keyLabel="(" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090092 <Key
satok4fc510a2010-10-01 19:40:44 +090093 latin:keyLabel=")" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090094 <Key
satok4fc510a2010-10-01 19:40:44 +090095 latin:codes="@integer/key_return"
96 latin:keyIcon="@drawable/sym_keyboard_return"
97 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
98 latin:keyWidth="8.75%p"
99 latin:isModifier="true"
100 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900101 </Row>
102 <Row>
103 <Key
satok4fc510a2010-10-01 19:40:44 +0900104 latin:codes="@integer/key_shift"
105 latin:keyIcon="@drawable/sym_keyboard_shift"
106 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
107 latin:keyWidth="12.5%p"
108 latin:isModifier="true"
109 latin:isSticky="true"
110 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900111 <Key
satok4fc510a2010-10-01 19:40:44 +0900112 latin:keyLabel="!" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900113 <Key
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyLabel="&quot;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900115 <Key
satok4fc510a2010-10-01 19:40:44 +0900116 latin:keyLabel="\'" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900117 <Key
satok4fc510a2010-10-01 19:40:44 +0900118 latin:keyLabel=":" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900119 <Key
satok4fc510a2010-10-01 19:40:44 +0900120 latin:keyLabel=";" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900121 <Key
satok4fc510a2010-10-01 19:40:44 +0900122 latin:keyLabel="/" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900123 <Key
satok4fc510a2010-10-01 19:40:44 +0900124 latin:keyLabel="\\" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900125 <Key
satok4fc510a2010-10-01 19:40:44 +0900126 latin:keyLabel="," />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900127 <Key
satok4fc510a2010-10-01 19:40:44 +0900128 latin:keyLabel="." />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900129 <Key
satok4fc510a2010-10-01 19:40:44 +0900130 latin:keyLabel="\?" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900131 <Key
satok4fc510a2010-10-01 19:40:44 +0900132 latin:codes="@integer/key_shift"
133 latin:keyIcon="@drawable/sym_keyboard_shift"
134 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
135 latin:keyWidth="12.5%p"
136 latin:isModifier="true"
137 latin:isSticky="true"
138 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900139 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900140 <Row>
141 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900142 <Key
satok4fc510a2010-10-01 19:40:44 +0900143 latin:keyLabel="&lt;"
144 latin:horizontalGap="16.25%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900145 <Key
satok4fc510a2010-10-01 19:40:44 +0900146 latin:keyLabel="&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900147 <Key
satok4fc510a2010-10-01 19:40:44 +0900148 latin:codes="@integer/key_space"
149 latin:keyIcon="@drawable/sym_keyboard_space"
150 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
151 latin:keyWidth="37.5%p"
152 latin:isModifier="true" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900153 <Key
satok4fc510a2010-10-01 19:40:44 +0900154 latin:keyLabel="[" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900155 <Key
satok4fc510a2010-10-01 19:40:44 +0900156 latin:keyLabel="]" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900157 </Row>
158</Keyboard>