blob: 53981513bc5550ed72d668b94e626f91e66bbd06 [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"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090023 latin:keyWidth="8.2%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:codes="@integer/key_delete"
58 latin:keyIcon="@drawable/sym_keyboard_delete"
59 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090060 latin:keyWidth="11.0%p"
satok4fc510a2010-10-01 19:40:44 +090061 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"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090069 latin:keyWidth="9.7%p"
satok4fc510a2010-10-01 19:40:44 +090070 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="&amp;" />
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="-" />
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:codes="@integer/key_return"
94 latin:keyIcon="@drawable/sym_keyboard_return"
95 latin:iconPreview="@drawable/sym_keyboard_feedback_return"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +090096 latin:keyWidth="8.3%p"
satok4fc510a2010-10-01 19:40:44 +090097 latin:isModifier="true"
98 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090099 </Row>
100 <Row>
101 <Key
satok4fc510a2010-10-01 19:40:44 +0900102 latin:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900103 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900104 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900105 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900106 latin:isModifier="true"
107 latin:isSticky="true"
108 latin:keyEdgeFlags="left" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900109 <Key
satok4fc510a2010-10-01 19:40:44 +0900110 latin:keyLabel="&quot;" />
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=":" />
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
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900124 latin:keyLabel="!" />
125 <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:codes="@integer/key_shift"
Tadashi G. Takaoka66e306d2010-10-02 15:17:27 +0900129 latin:keyLabel="@string/label_more_key"
satok4fc510a2010-10-01 19:40:44 +0900130 latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900131 latin:keyWidth="13.1%p"
satok4fc510a2010-10-01 19:40:44 +0900132 latin:isModifier="true"
133 latin:isSticky="true"
134 latin:keyEdgeFlags="right" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900135 </Row>
Tadashi G. Takaokab514d3f2010-09-28 09:39:19 +0900136 <!-- This row is intentionally not marked as a bottom row -->
Tadashi G. Takaoka4d3a4dc2010-10-09 01:06:26 +0900137 <Row>
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +0900138 <Spacer
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900139 latin:horizontalGap="31.5%p" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900140 <Key
satok4fc510a2010-10-01 19:40:44 +0900141 latin:codes="@integer/key_space"
142 latin:keyIcon="@drawable/sym_keyboard_space"
143 latin:iconPreview="@drawable/sym_keyboard_feedback_space"
Tadashi G. Takaokae302b192010-11-09 07:32:47 +0900144 latin:keyWidth="37.0%p"
satok4fc510a2010-10-01 19:40:44 +0900145 latin:isModifier="true" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +0900146 </Row>
147</Keyboard>