blob: 0a01fa00ec4eaae51653cbf3915841e8a3f639d6 [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
22 xmlns:android="http://schemas.android.com/apk/res/android"
The Android Open Source Project923bf412009-03-13 15:11:42 -070023 android:keyWidth="26.67%p"
24 android:horizontalGap="0px"
25 android:verticalGap="0px"
26 android:keyHeight="@dimen/key_height"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090027>
28 <Row
29 android:rowEdgeFlags="top"
The Android Open Source Project923bf412009-03-13 15:11:42 -070030 >
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090031 <Key
32 android:codes="49"
33 android:keyIcon="@drawable/sym_keyboard_num1"
34 android:keyEdgeFlags="left" />
35 <Key
36 android:codes="50"
37 android:keyIcon="@drawable/sym_keyboard_num2" />
38 <Key
39 android:codes="51"
40 android:keyIcon="@drawable/sym_keyboard_num3" />
41 <Key
42 android:keyLabel="-"
43 android:keyWidth="20%p"
Tadashi G. Takaoka0963c782010-10-13 13:53:34 +090044 android:isModifier="true"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090045 android:keyEdgeFlags="right" />
46 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070047 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090048 <Key
49 android:codes="52"
50 android:keyIcon="@drawable/sym_keyboard_num4"
51 android:keyEdgeFlags="left" />
52 <Key
53 android:codes="53"
54 android:keyIcon="@drawable/sym_keyboard_num5" />
55 <Key
56 android:codes="54"
57 android:keyIcon="@drawable/sym_keyboard_num6" />
58 <Key
59 android:keyLabel="."
60 android:keyWidth="20%p"
Tadashi G. Takaoka0963c782010-10-13 13:53:34 +090061 android:isModifier="true"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090062 android:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070063 </Row>
The Android Open Source Project923bf412009-03-13 15:11:42 -070064 <Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090065 <Key
66 android:codes="55"
67 android:keyIcon="@drawable/sym_keyboard_num7"
68 android:keyEdgeFlags="left" />
69 <Key
70 android:codes="56"
71 android:keyIcon="@drawable/sym_keyboard_num8" />
72 <Key
73 android:codes="57"
74 android:keyIcon="@drawable/sym_keyboard_num9" />
75 <Key
76 android:codes="@integer/key_delete"
77 android:keyIcon="@drawable/sym_keyboard_delete"
78 android:iconPreview="@drawable/sym_keyboard_feedback_delete"
79 android:keyWidth="20%p"
Tadashi G. Takaoka0963c782010-10-13 13:53:34 +090080 android:isModifier="true"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090081 android:isRepeatable="true"
82 android:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -070083 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090084 <Row
85 android:rowEdgeFlags="bottom"
86 >
87 <Key
88 android:codes="@integer/key_symbol"
89 android:keyIcon="@drawable/sym_keyboard_numalt"
Tadashi G. Takaoka0963c782010-10-13 13:53:34 +090090 android:iconPreview="@drawable/sym_keyboard_feedback_numalt"
91 android:keyEdgeFlags="left" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090092 <Key
93 android:codes="48"
94 android:keyIcon="@drawable/sym_keyboard_num0" />
95 <Key
96 android:codes="@integer/key_space"
97 android:keyIcon="@drawable/sym_keyboard_space"
Tadashi G. Takaokaaaa163b2010-09-21 13:00:13 +090098 android:iconPreview="@drawable/sym_keyboard_feedback_space" />
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +090099 <Key
100 android:codes="@integer/key_return"
101 android:keyIcon="@drawable/sym_keyboard_return"
102 android:keyWidth="20%p"
Tadashi G. Takaoka0963c782010-10-13 13:53:34 +0900103 android:isModifier="true"
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900104 android:keyEdgeFlags="right" />
The Android Open Source Project923bf412009-03-13 15:11:42 -0700105 </Row>
Tadashi G. Takaokaed8eabc2010-09-16 13:10:14 +0900106</Keyboard>