blob: c29fbf2f10be02fa8dd2f312d56a9a0344979059 [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. Takaoka05bfd182012-02-16 23:14:14 -080027 <Key
28 latin:keyStyle="toSymbolKeyStyle"
29 latin:keyWidth="15%p" />
Tadashi G. Takaoka9fa0a2e2012-04-20 11:19:07 +090030 <include
31 latin:keyboardLayout="@xml/key_f1" />
32 <include
Tadashi G. Takaokac04075b2012-04-23 15:33:59 +090033 latin:keyXPos="25%p"
Tadashi G. Takaoka9fa0a2e2012-04-20 11:19:07 +090034 latin:keyboardLayout="@xml/key_space" />
Tadashi G. Takaokaef6dadb2012-05-11 14:13:45 +090035 <switch>
36 <case
37 latin:languageCode="ar|fa"
38 >
Tadashi G. Takaokaef6dadb2012-05-11 14:13:45 +090039 <Key
Tadashi G. Takaoka1db4f952012-06-13 21:00:20 -070040 latin:keyHintLabel="!text/keyhintlabel_for_arabic_diacritics"
Tadashi G. Takaokaef6dadb2012-05-11 14:13:45 +090041 latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint"
42 latin:moreKeys="!text/more_keys_for_arabic_diacritics"
Tadashi G. Takaoka550202a2012-06-04 12:23:32 +090043 latin:keyStyle="punctuationKeyStyle" />
Tadashi G. Takaokaef6dadb2012-05-11 14:13:45 +090044 </case>
45 <default>
46 <Key
Tadashi G. Takaoka550202a2012-06-04 12:23:32 +090047 latin:keyStyle="punctuationKeyStyle" />
Tadashi G. Takaokaef6dadb2012-05-11 14:13:45 +090048 </default>
49 </switch>
Tadashi G. Takaoka05bfd182012-02-16 23:14:14 -080050 <Key
51 latin:keyStyle="enterKeyStyle"
52 latin:keyWidth="fillRight" />
Tadashi G. Takaokaff4d21b2010-10-08 01:15:00 +090053 </Row>
54</merge>