blob: ef77bc3cd57d801921b49f29ce38ea92a3702fb3 [file] [log] [blame]
Tadashi G. Takaokab0465112010-11-11 15:28:14 -08001<?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. Takaoka327763e2011-05-30 20:05:50 +090025 latin:keyWidth="10%p"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080026 >
27 <switch>
28 <case
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070029 latin:navigateAction="false"
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080030 >
31 <Key
Tadashi G. Takaoka0b60f832010-11-19 14:57:24 -080032 latin:keyStyle="toAlphaKeyStyle"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070033 latin:keyWidth="15%p" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090034 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090035 latin:keyboardLayout="@xml/key_symbols_f1" />
Tadashi G. Takaoka327763e2011-05-30 20:05:50 +090036 <Key
37 latin:keyStyle="spaceKeyStyle"
Tadashi G. Takaokac00ffa42011-06-20 19:17:19 +090038 latin:keyWidth="50%p" />
39 <Key
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070040 latin:keyStyle="punctuationKeyStyle" />
Tadashi G. Takaoka48dda9e2011-07-31 20:06:39 -070041 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090042 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka48dda9e2011-07-31 20:06:39 -070043 latin:keyWidth="fillRight" />
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070044 </case>
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080045 <!-- TODO: Remove dedicated navigation tab key. -->
46 <!-- navigateAction="true" -->
Tadashi G. Takaokae00d44d2011-07-29 18:41:12 -070047 <default>
48 <Key
49 latin:keyStyle="toAlphaKeyStyle"
50 latin:keyWidth="13.75%p" />
51 <include
Tadashi G. Takaoka97bde432012-02-16 16:24:03 -080052 latin:keyboardLayout="@xml/key_navigation_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
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090062 latin:keyStyle="enterKeyStyle"
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>
66 </Row>
67</merge>