blob: 34fc11419609f3f429206d6341a77ab8f161e6de [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"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090024 latin:horizontalGap="@dimen/key_horizontal_gap"
25 latin:verticalGap="@dimen/key_bottom_gap"
satok4fc510a2010-10-01 19:40:44 +090026 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. Takaoka58bfa352010-10-19 17:08:54 +090033 latin:keyWidth="7.0%p"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +090034 latin:isModifier="true"
satok4fc510a2010-10-01 19:40:44 +090035 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090036 <Key
satok4fc510a2010-10-01 19:40:44 +090037 latin:keyLabel="1" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090038 <Key
satok4fc510a2010-10-01 19:40:44 +090039 latin:keyLabel="2" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090040 <Key
satok4fc510a2010-10-01 19:40:44 +090041 latin:keyLabel="3" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090042 <Key
satok4fc510a2010-10-01 19:40:44 +090043 latin:keyLabel="4" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090044 <Key
satok4fc510a2010-10-01 19:40:44 +090045 latin:keyLabel="5" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090046 <Key
satok4fc510a2010-10-01 19:40:44 +090047 latin:keyLabel="6" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090048 <Key
satok4fc510a2010-10-01 19:40:44 +090049 latin:keyLabel="7" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090050 <Key
satok4fc510a2010-10-01 19:40:44 +090051 latin:keyLabel="8" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090052 <Key
satok4fc510a2010-10-01 19:40:44 +090053 latin:keyLabel="9" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:keyLabel="0" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090056 <Key
satok4fc510a2010-10-01 19:40:44 +090057 latin:keyLabel="~" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090058 <Key
satok4fc510a2010-10-01 19:40:44 +090059 latin:codes="@integer/key_delete"
60 latin:keyIcon="@drawable/sym_keyboard_delete"
61 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
62 latin:keyWidth="10.5%p"
63 latin:isModifier="true"
64 latin:isRepeatable="true"
65 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090066 </Row>
67 <Row>
68 <Key
satok4fc510a2010-10-01 19:40:44 +090069 latin:codes="@integer/key_symbol"
70 latin:keyLabel="@string/label_alpha_key"
71 latin:keyWidth="8.75%p"
72 latin:isModifier="true"
73 latin:keyEdgeFlags="left" />
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="^" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090084 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:keyLabel="&amp;" />
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:keyLabel=")" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090096 <Key
satok4fc510a2010-10-01 19:40:44 +090097 latin:codes="@integer/key_return"
98 latin:keyIcon="@drawable/sym_keyboard_return"
99 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
100 latin:keyWidth="8.75%p"
101 latin:isModifier="true"
102 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900103 </Row>
104 <Row>
105 <Key
satok4fc510a2010-10-01 19:40:44 +0900106 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900107 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900108 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
109 latin:keyWidth="12.5%p"
110 latin:isModifier="true"
111 latin:isSticky="true"
112 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900113 <Key
satok4fc510a2010-10-01 19:40:44 +0900114 latin:keyLabel="!" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900115 <Key
satok4fc510a2010-10-01 19:40:44 +0900116 latin:keyLabel="&quot;" />
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:keyLabel="\?" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900133 <Key
satok4fc510a2010-10-01 19:40:44 +0900134 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900135 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900136 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
137 latin:keyWidth="12.5%p"
138 latin:isModifier="true"
139 latin:isSticky="true"
140 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900141 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900142 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900143 <Row>
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900144 <Spacer
satok4fc510a2010-10-01 19:40:44 +0900145 latin:horizontalGap="16.25%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900146 <Key
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900147 latin:keyLabel="&lt;" />
148 <Key
satok4fc510a2010-10-01 19:40:44 +0900149 latin:keyLabel="&gt;" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900150 <Key
satok4fc510a2010-10-01 19:40:44 +0900151 latin:codes="@integer/key_space"
152 latin:keyIcon="@drawable/sym_keyboard_space"
153 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
154 latin:keyWidth="37.5%p"
155 latin:isModifier="true" />
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 <Key
satok4fc510a2010-10-01 19:40:44 +0900159 latin:keyLabel="]" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900160 </Row>
161</Keyboard>