blob: e036cd6d9b397603a0c4baebe60e9b8b939b674e [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-->
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090020
21<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23 latin:keyWidth="26.67%p"
24 latin:horizontalGap="0px"
25 latin:verticalGap="0px"
26 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090027>
28 <Row
satok4fc510a2010-10-01 19:40:44 +090029 latin:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070030 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090031 <Key
satok4fc510a2010-10-01 19:40:44 +090032 latin:codes="49"
33 latin:keyIcon="@drawable/sym_keyboard_num1"
34 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090035 <Key
satok4fc510a2010-10-01 19:40:44 +090036 latin:codes="50"
37 latin:keyIcon="@drawable/sym_keyboard_num2" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090038 <Key
satok4fc510a2010-10-01 19:40:44 +090039 latin:codes="51"
40 latin:keyIcon="@drawable/sym_keyboard_num3" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090041 <Key
satok4fc510a2010-10-01 19:40:44 +090042 latin:keyLabel="-"
43 latin:keyWidth="20%p"
44 latin:keyEdgeFlags="right" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090045 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070046 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090047 <Key
satok4fc510a2010-10-01 19:40:44 +090048 latin:codes="52"
49 latin:keyIcon="@drawable/sym_keyboard_num4"
50 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090051 <Key
satok4fc510a2010-10-01 19:40:44 +090052 latin:codes="53"
53 latin:keyIcon="@drawable/sym_keyboard_num5" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090054 <Key
satok4fc510a2010-10-01 19:40:44 +090055 latin:codes="54"
56 latin:keyIcon="@drawable/sym_keyboard_num6" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090057 <Key
satok4fc510a2010-10-01 19:40:44 +090058 latin:keyLabel="."
59 latin:keyWidth="20%p"
60 latin:keyEdgeFlags="right" />
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
satok4fc510a2010-10-01 19:40:44 +090064 latin:codes="55"
65 latin:keyIcon="@drawable/sym_keyboard_num7"
66 latin:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090067 <Key
satok4fc510a2010-10-01 19:40:44 +090068 latin:codes="56"
69 latin:keyIcon="@drawable/sym_keyboard_num8" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090070 <Key
satok4fc510a2010-10-01 19:40:44 +090071 latin:codes="57"
72 latin:keyIcon="@drawable/sym_keyboard_num9" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090073 <Key
satok4fc510a2010-10-01 19:40:44 +090074 latin:codes="@integer/key_delete"
75 latin:keyIcon="@drawable/sym_keyboard_delete"
76 latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
77 latin:keyWidth="20%p"
78 latin:isRepeatable="true"
79 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070080 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090081 <Row
satok4fc510a2010-10-01 19:40:44 +090082 latin:rowEdgeFlags="bottom"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090083 >
84 <Key
satok4fc510a2010-10-01 19:40:44 +090085 latin:codes="@integer/key_symbol"
86 latin:keyIcon="@drawable/sym_keyboard_numalt"
87 latin:iconPreview="@drawable/sym_keyboard_feedback_numalt" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090088 <Key
satok4fc510a2010-10-01 19:40:44 +090089 latin:codes="48"
90 latin:keyIcon="@drawable/sym_keyboard_num0" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090091 <Key
satok4fc510a2010-10-01 19:40:44 +090092 latin:codes="@integer/key_space"
93 latin:keyIcon="@drawable/sym_keyboard_space"
94 latin:iconPreview="@drawable/sym_keyboard_feedback_space" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090095 <Key
satok4fc510a2010-10-01 19:40:44 +090096 latin:codes="@integer/key_return"
97 latin:keyIcon="@drawable/sym_keyboard_return"
98 latin:keyWidth="20%p"
99 latin:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700100 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900101</Keyboard>