blob: 65500a65374fb28624effcede066abc8da910447 [file] [log] [blame]
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, 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<merge
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <Row
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090025 latin:keyWidth="10%p"
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090026 >
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080027 <switch>
28 <case
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070029 latin:hasSettingsKey="false"
30 latin:navigateAction="false"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080031 >
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080032 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080033 latin:keyStyle="toSymbolKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070034 latin:keyWidth="15%p" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090035 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090036 latin:keyboardLayout="@xml/key_f1" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090037 <Key
38 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090039 latin:keyWidth="50%p" />
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070040 <Key
41 latin:keyStyle="punctuationKeyStyle" />
Tadashi G. Takaoka48dda9e2011-07-31 20:06:39 -070042 <Key
43 latin:keyStyle="returnKeyStyle"
44 latin:keyWidth="fillRight" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070045 </case>
46 <!-- hasSettingsKey="true" or navigateAction="true" -->
47 <default>
48 <Key
49 latin:keyStyle="toSymbolKeyStyle"
50 latin:keyWidth="13.75%p" />
51 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090052 latin:keyboardLayout="@xml/key_settings_or_tab" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070053 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090054 latin:keyboardLayout="@xml/key_f1" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070055 <Key
56 latin:keyStyle="spaceKeyStyle"
57 latin:keyWidth="35.83%p" />
58 <Key
59 latin:keyStyle="punctuationKeyStyle"
60 latin:keyWidth="9.2%p" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090061 <Key
62 latin:keyStyle="returnKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070063 latin:keyWidth="fillRight" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090064 </default>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080065 </switch>
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090066 </Row>
67</merge>