blob: 017d00352e1cfed2f900c935c5f152c55519ccd8 [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. Takaoka9116bf12011-06-21 20:10:51 +090033 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090034 latin:keyXPos="15.625%p"
35 latin:keyWidth="9.25%p" />
36 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090037 latin:keyLabel="+"
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090038 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090039 latin:keyWidth="9.25%p" />
40 <Key
41 latin:keyStyle="num1KeyStyle"
42 latin:keyXPos="38.867%p" />
43 <Key
44 latin:keyStyle="num2KeyStyle" />
45 <Key
46 latin:keyStyle="num3KeyStyle" />
47 <Key
48 latin:keyStyle="deleteKeyStyle"
49 latin:keyXPos="-11.00%p"
50 latin:keyWidth="fillBoth"
51 latin:keyEdgeFlags="right" />
52 </Row>
53 <Row>
54 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090055 latin:keyLabel=","
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090056 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090057 latin:keyXPos="15.625%p"
58 latin:keyWidth="9.25%p" />
59 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090060 latin:keyLabel="."
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090061 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090062 latin:keyWidth="9.25%p" />
63 <Key
64 latin:keyStyle="num4KeyStyle"
65 latin:keyXPos="38.867%p" />
66 <Key
67 latin:keyStyle="num5KeyStyle" />
68 <Key
69 latin:keyStyle="num6KeyStyle" />
70 <Key
71 latin:keyStyle="returnKeyStyle"
72 latin:keyXPos="-11.00%p"
73 latin:keyWidth="fillBoth"
74 latin:keyEdgeFlags="right" />
75 </Row>
76 <Row>
77 <Key
78 latin:keyStyle="moreKeyStyle"
79 latin:keyWidth="11.0%p"
80 latin:keyEdgeFlags="left" />
81 <!-- There is an empty area below the "More" key and left of the "(" key. To ignore
82 the touch event on the area, "(" is intentionally not marked as a left edge key. -->
83 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090084 latin:keyLabel="("
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090085 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090086 latin:keyXPos="15.625%p"
87 latin:keyWidth="9.25%p" />
88 <Key
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090089 latin:keyLabel=")"
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +090090 latin:keyStyle="numLabelStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +090091 latin:keyWidth="9.25%p" />
92 <Key
93 latin:keyStyle="num7KeyStyle"
94 latin:keyXPos="38.867%p" />
95 <Key
96 latin:keyStyle="num8KeyStyle" />
97 <Key
98 latin:keyStyle="num9KeyStyle" />
99 </Row>
100 <!-- This row is intentionally not marked as a bottom row -->
101 <Row>
102 <Key
103 latin:keyStyle="tabKeyStyle"
104 latin:keyWidth="11.00%p"
105 latin:keyEdgeFlags="left" />
106 <Key
107 latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
108 latin:keyXPos="15.625%p"
109 latin:keyWidth="18.67%p" />
110 <Key
111 latin:keyStyle="numStarKeyStyle"
112 latin:keyXPos="38.867%p" />
113 <Key
114 latin:keyStyle="num0KeyStyle" />
115 <Key
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +0900116 latin:keyLabel="#"
117 latin:keyStyle="numLabelStyle" />
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900118 <Key
Tadashi G. Takaokac2a21782011-06-21 23:38:42 +0900119 latin:keyStyle="shortcutOrSettingsKeyStyle"
Tadashi G. Takaoka0d22fc42011-05-30 20:12:04 +0900120 latin:keyXPos="-11.00%p"
121 latin:keyWidth="fillBoth"
122 latin:keyEdgeFlags="right" />
123 </Row>
124</Keyboard>