blob: 113ce1fa6b07dba91e4681877fd8d1c101b3f966 [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>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080029 <Key
30 latin:keyLabel="-"
31 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090032 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080033 <Key
34 latin:keyLabel="+"
35 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090036 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080037 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090038 latin:keyStyle="numPauseKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090039 latin:keyWidth="10%p" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090040 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080041 latin:keyStyle="num1KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090042 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080043 <Key
44 latin:keyStyle="num2KeyStyle" />
45 <Key
46 latin:keyStyle="num3KeyStyle" />
47 <Key
48 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090049 latin:keyXPos="-14%p"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080050 latin:keyWidth="fillRight" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080051 </Row>
52 <Row>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080053 <Key
54 latin:keyLabel=","
55 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090056 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080057 <Key
58 latin:keyLabel="."
59 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090060 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080061 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090062 latin:keyStyle="numWaitKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090063 latin:keyWidth="10%p" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090064 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080065 latin:keyStyle="num4KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090066 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080067 <Key
68 latin:keyStyle="num5KeyStyle" />
69 <Key
70 latin:keyStyle="num6KeyStyle" />
71 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090072 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090073 latin:keyXPos="-14%p"
Tadashi G. Takaoka0e427572011-11-18 13:47:48 -080074 latin:keyWidth="fillRight" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080075 </Row>
76 <Row>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080077 <Key
78 latin:keyLabel="("
79 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090080 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080081 <Key
82 latin:keyLabel=")"
83 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090084 latin:keyWidth="10%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080085 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090086 latin:keyLabel="N"
87 latin:keyStyle="numKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090088 latin:keyWidth="10%p" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090089 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080090 latin:keyStyle="num7KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090091 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080092 <Key
93 latin:keyStyle="num8KeyStyle" />
94 <Key
95 latin:keyStyle="num9KeyStyle" />
96 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +090097 <Spacer />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090098 </Row>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080099 <Row>
100 <Key
Tadashi G. Takaokafe855552012-02-28 15:13:41 +0900101 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +0900102 latin:keyWidth="30%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800103 <Key
104 latin:keyStyle="numStarKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +0900105 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800106 <Key
107 latin:keyStyle="num0KeyStyle" />
108 <Key
109 latin:keyLabel="#"
110 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800111 <include
Tadashi G. Takaokaec062152012-05-01 11:48:13 +0900112 latin:keyXPos="-10%p"
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +0900113 latin:keyWidth="fillRight"
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -0800114 latin:keyboardLayout="@xml/key_shortcut" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800115 </Row>
Tadashi G. Takaoka0be36ee2011-11-18 17:09:29 -0800116</merge>