blob: 1b7b4161e8d4ccdcda8d17cb6150da056a7547fc [file] [log] [blame]
Jean Chalarde50add12011-03-23 18:50:06 -07001<?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. Takaoka92ac2aa2014-07-07 16:33:06 +090021<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22 <include latin:keyboardLayout="@xml/key_styles_common" />
Jean Chalarde50add12011-03-23 18:50:06 -070023 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090024 latin:keyWidth="8.182%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090025 latin:keyLabelFlags="fontNormal"
Jean Chalarde50add12011-03-23 18:50:06 -070026 >
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090027 <include latin:keyboardLayout="@xml/rowkeys_arabic1" />
Jean Chalarde50add12011-03-23 18:50:06 -070028 <Key
29 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090030 latin:keyWidth="fillRight" />
Jean Chalarde50add12011-03-23 18:50:06 -070031 </Row>
32 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090033 latin:keyWidth="8.182%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090034 latin:keyLabelFlags="fontNormal"
Jean Chalarde50add12011-03-23 18:50:06 -070035 >
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090036 <include latin:keyboardLayout="@xml/rowkeys_arabic2" />
Jean Chalarde50add12011-03-23 18:50:06 -070037 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +090038 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090039 latin:keyWidth="fillRight" />
Jean Chalarde50add12011-03-23 18:50:06 -070040 </Row>
41 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090042 latin:keyWidth="8.182%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090043 latin:keyLabelFlags="fontNormal"
Jean Chalarde50add12011-03-23 18:50:06 -070044 >
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090045 <include latin:keyboardLayout="@xml/rowkeys_arabic3" />
Tadashi G. Takaoka6989e0b2011-07-12 20:49:04 -070046 </Row>
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090047 <include latin:keyboardLayout="@xml/row_qwerty4" />
Jean Chalarde50add12011-03-23 18:50:06 -070048</merge>