blob: 133983d2a5a43cd24711c5530dcb9edcc073b5ed [file] [log] [blame]
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2011, 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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090023 latin:keyWidth="16.75%p"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090024>
25 <include
26 latin:keyboardLayout="@xml/kbd_key_styles" />
27 <include
28 latin:keyboardLayout="@xml/kbd_numkey_styles" />
29 <!-- This row is intentionally not marked as a top row -->
30 <Row>
31 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090032 latin:keyLabel="-"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090033 latin:keyXPos="15.625%p"
34 latin:keyWidth="9.25%p" />
35 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090036 latin:keyLabel="+"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090037 latin:keyWidth="9.25%p" />
38 <Key
39 latin:keyStyle="num1KeyStyle"
40 latin:keyXPos="38.867%p" />
41 <Key
42 latin:keyStyle="num2KeyStyle" />
43 <Key
44 latin:keyStyle="num3KeyStyle" />
45 <Key
46 latin:keyStyle="deleteKeyStyle"
47 latin:keyXPos="-11.00%p"
48 latin:keyWidth="fillBoth"
49 latin:keyEdgeFlags="right" />
50 </Row>
51 <Row>
52 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090053 latin:keyLabel=","
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090054 latin:keyXPos="15.625%p"
55 latin:keyWidth="9.25%p" />
56 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090057 latin:keyLabel="."
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090058 latin:keyWidth="9.25%p" />
59 <Key
60 latin:keyStyle="num4KeyStyle"
61 latin:keyXPos="38.867%p" />
62 <Key
63 latin:keyStyle="num5KeyStyle" />
64 <Key
65 latin:keyStyle="num6KeyStyle" />
66 <Key
67 latin:keyStyle="returnKeyStyle"
68 latin:keyXPos="-11.00%p"
69 latin:keyWidth="fillBoth"
70 latin:keyEdgeFlags="right" />
71 </Row>
72 <Row>
73 <Key
74 latin:keyStyle="moreKeyStyle"
75 latin:keyWidth="11.0%p"
76 latin:keyEdgeFlags="left" />
77 <!-- There is an empty area below the "More" key and left of the "(" key. To ignore
78 the touch event on the area, "(" is intentionally not marked as a left edge key. -->
79 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090080 latin:keyLabel="("
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090081 latin:keyXPos="15.625%p"
82 latin:keyWidth="9.25%p" />
83 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090084 latin:keyLabel=")"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090085 latin:keyWidth="9.25%p" />
86 <Key
87 latin:keyStyle="num7KeyStyle"
88 latin:keyXPos="38.867%p" />
89 <Key
90 latin:keyStyle="num8KeyStyle" />
91 <Key
92 latin:keyStyle="num9KeyStyle" />
93 </Row>
94 <!-- This row is intentionally not marked as a bottom row -->
95 <Row>
96 <Key
97 latin:keyStyle="tabKeyStyle"
98 latin:keyWidth="11.00%p"
99 latin:keyEdgeFlags="left" />
100 <Key
101 latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
102 latin:keyXPos="15.625%p"
103 latin:keyWidth="18.67%p" />
104 <Key
105 latin:keyStyle="numStarKeyStyle"
106 latin:keyXPos="38.867%p" />
107 <Key
108 latin:keyStyle="num0KeyStyle" />
109 <Key
110 latin:keyStyle="numPoundKeyStyle" />
111 <Key
Tadashi G. Takaokac2a21782011-06-21 23:38:42 +0900112 latin:keyStyle="shortcutOrSettingsKeyStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900113 latin:keyXPos="-11.00%p"
114 latin:keyWidth="fillBoth"
115 latin:keyEdgeFlags="right" />
116 </Row>
117</Keyboard>