blob: e8926936f56e8865a739467f21f3e86f23ddc03a [file] [log] [blame]
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -08001<?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
Tadashi G. Takaoka0be36ee2011-11-18 17:09:29 -080021<merge
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080023>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080026 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090027 latin:keyboardLayout="@xml/key_styles_number" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080028 <Row>
29 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
30 <Spacer
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090031 latin:keyWidth="12.75%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080032 <Key
33 latin:keyLabel="-"
34 latin:keyStyle="numKeyStyle"
35 latin:keyWidth="9.25%p" />
36 <Key
37 latin:keyLabel="+"
38 latin:keyStyle="numKeyStyle"
39 latin:keyWidth="9.25%p" />
40 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090041 latin:keyStyle="numPauseKeyStyle"
42 latin:keyWidth="9.25%p" />
43 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080044 latin:keyStyle="num1KeyStyle"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080045 latin:keyXPos="42.25%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080046 <Key
47 latin:keyStyle="num2KeyStyle" />
48 <Key
49 latin:keyStyle="num3KeyStyle" />
50 <Key
51 latin:keyStyle="deleteKeyStyle"
52 latin:keyXPos="-11.00%p"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080053 latin:keyWidth="fillRight" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080054 </Row>
55 <Row>
56 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
57 <Spacer
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090058 latin:keyWidth="12.75%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080059 <Key
60 latin:keyLabel=","
61 latin:keyStyle="numKeyStyle"
62 latin:keyWidth="9.25%p" />
63 <Key
64 latin:keyLabel="."
65 latin:keyStyle="numKeyStyle"
66 latin:keyWidth="9.25%p" />
67 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090068 latin:keyStyle="numWaitKeyStyle"
69 latin:keyWidth="9.25%p" />
70 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080071 latin:keyStyle="num4KeyStyle"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080072 latin:keyXPos="42.25%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080073 <Key
74 latin:keyStyle="num5KeyStyle" />
75 <Key
76 latin:keyStyle="num6KeyStyle" />
77 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090078 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080079 latin:keyXPos="-11.00%p"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080080 latin:keyWidth="fillRight" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080081 </Row>
82 <Row>
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090083 <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
84 <Spacer
85 latin:keyWidth="12.75%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080086 <Key
87 latin:keyLabel="("
88 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090089 latin:keyWidth="9.25%p"
90 latin:keyXPos="12.75%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080091 <Key
92 latin:keyLabel=")"
93 latin:keyStyle="numKeyStyle"
94 latin:keyWidth="9.25%p" />
95 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090096 latin:keyLabel="N"
97 latin:keyStyle="numKeyStyle"
98 latin:keyWidth="9.25%p" />
99 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800100 latin:keyStyle="num7KeyStyle"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -0800101 latin:keyXPos="42.25%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800102 <Key
103 latin:keyStyle="num8KeyStyle" />
104 <Key
105 latin:keyStyle="num9KeyStyle" />
106 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
107 <Spacer
108 latin:keyWidth="0%p" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +0900109 </Row>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800110 <Row>
111 <Key
112 latin:keyStyle="numTabKeyStyle"
113 latin:keyWidth="11.00%p" />
114 <Key
Tadashi G. Takaokafe855552012-02-28 15:13:41 +0900115 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +0900116 latin:keyWidth="27.75%p"
117 latin:keyXPos="12.75%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800118 <Key
119 latin:keyStyle="numStarKeyStyle"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -0800120 latin:keyXPos="42.25%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800121 <Key
122 latin:keyStyle="num0KeyStyle" />
123 <Key
124 latin:keyLabel="#"
125 latin:keyStyle="numKeyStyle" />
126 <Spacer
127 latin:keyXPos="-11.00%p"
128 latin:keyWidth="0%p" />
129 <include
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -0800130 latin:keyboardLayout="@xml/key_shortcut" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800131 </Row>
Tadashi G. Takaoka0be36ee2011-11-18 17:09:29 -0800132</merge>