blob: 9022bc532bbd24d0339c17430a8c481024f0aa2b [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
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090030 latin:keySpec="-"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080031 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090032 latin:keyWidth="10%p"
33 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080034 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090035 latin:keySpec="+"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080036 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090037 latin:keyWidth="10%p"
38 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080039 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090040 latin:keyStyle="numPauseKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090041 latin:keyWidth="10%p"
42 latin:backgroundType="functional" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090043 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080044 latin:keyStyle="num1KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090045 latin:keyXPos="31%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"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090052 latin:keyXPos="-14%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>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080056 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090057 latin:keySpec=","
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080058 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090059 latin:keyWidth="10%p"
60 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080061 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090062 latin:keySpec="."
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080063 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090064 latin:keyWidth="10%p"
65 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080066 <Key
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090067 latin:keyStyle="numWaitKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090068 latin:keyWidth="10%p"
69 latin:backgroundType="functional" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090070 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080071 latin:keyStyle="num4KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +090072 latin:keyXPos="31%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. Takaokaec062152012-05-01 11:48:13 +090079 latin:keyXPos="-14%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. Takaokab98578e2011-11-18 17:13:56 -080083 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090084 latin:keySpec="("
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080085 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090086 latin:keyWidth="10%p"
87 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080088 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090089 latin:keySpec=")"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080090 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090091 latin:keyWidth="10%p"
92 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080093 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090094 latin:keySpec="N"
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090095 latin:keyStyle="numKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +090096 latin:keyWidth="10%p"
97 latin:backgroundType="functional" />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +090098 <Key
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -080099 latin:keyStyle="num7KeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +0900100 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800101 <Key
102 latin:keyStyle="num8KeyStyle" />
103 <Key
104 latin:keyStyle="num9KeyStyle" />
105 <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +0900106 <Spacer />
Tadashi G. Takaokaa5c96f32012-02-01 15:07:25 +0900107 </Row>
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800108 <Row>
109 <Key
Tadashi G. Takaokafe855552012-02-28 15:13:41 +0900110 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaoka268a4422012-06-04 13:04:30 +0900111 latin:keyWidth="30%p"
112 latin:backgroundType="functional" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800113 <Key
114 latin:keyStyle="numStarKeyStyle"
Tadashi G. Takaokaec062152012-05-01 11:48:13 +0900115 latin:keyXPos="31%p" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800116 <Key
117 latin:keyStyle="num0KeyStyle" />
118 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900119 latin:keySpec="\#"
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800120 latin:keyStyle="numKeyStyle" />
Tadashi G. Takaokab98578e2011-11-18 17:13:56 -0800121 </Row>
Tadashi G. Takaoka0be36ee2011-11-18 17:09:29 -0800122</merge>