blob: 812e2d6e0b60500804869a721d938e193c41e9f1 [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
21<merge
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090025 latin:keyboardLayout="@xml/key_styles_common" />
Jean Chalarde50add12011-03-23 18:50:06 -070026 <Row
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070027 latin:keyWidth="9.0%p"
Jean Chalarde50add12011-03-23 18:50:06 -070028 >
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070029 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090030 latin:keyboardLayout="@xml/keys_apostrophe_dash" />
Jean Chalarde50add12011-03-23 18:50:06 -070031 <Key
32 latin:keyLabel="ק" />
33 <Key
34 latin:keyLabel="ר" />
35 <Key
36 latin:keyLabel="א" />
37 <Key
38 latin:keyLabel="ט" />
39 <Key
40 latin:keyLabel="ו" />
41 <Key
42 latin:keyLabel="ן" />
43 <Key
44 latin:keyLabel="ם" />
45 <Key
46 latin:keyLabel="פ" />
47 <Key
48 latin:keyStyle="deleteKeyStyle"
Tadashi G. Takaokaabd73922011-06-02 21:11:45 +090049 latin:keyXPos="-12.000%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -070050 latin:keyWidth="fillBoth" />
Jean Chalarde50add12011-03-23 18:50:06 -070051 </Row>
52 <Row
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070053 latin:keyWidth="9.0%p"
Jean Chalarde50add12011-03-23 18:50:06 -070054 >
55 <Key
Tadashi G. Takaoka47208082011-06-17 16:39:17 +090056 latin:keyLabel="ש"
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070057 latin:keyXPos="4.500%p" />
Jean Chalarde50add12011-03-23 18:50:06 -070058 <Key
59 latin:keyLabel="ד" />
60 <Key
61 latin:keyLabel="ג"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090062 latin:moreKeys="ג׳" />
Jean Chalarde50add12011-03-23 18:50:06 -070063 <Key
64 latin:keyLabel="כ" />
65 <Key
66 latin:keyLabel="ע" />
67 <Key
68 latin:keyLabel="י"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090069 latin:moreKeys="ײַ" />
Jean Chalarde50add12011-03-23 18:50:06 -070070 <Key
71 latin:keyLabel="ח"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090072 latin:moreKeys="ח׳" />
Jean Chalarde50add12011-03-23 18:50:06 -070073 <Key
74 latin:keyLabel="ל" />
75 <Key
76 latin:keyLabel="ך" />
77 <Key
78 latin:keyLabel="ף" />
Jean Chalarde50add12011-03-23 18:50:06 -070079 </Row>
80 <Row
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -070081 latin:keyWidth="8.9%p"
Jean Chalarde50add12011-03-23 18:50:06 -070082 >
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +090083 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +090084 latin:keyboardLayout="@xml/key_smiley"
Tadashi G. Takaoka344a7672012-01-27 21:26:34 +090085 latin:keyWidth="10.0%p" />
Jean Chalarde50add12011-03-23 18:50:06 -070086 <Key
87 latin:keyLabel="ז"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +090088 latin:moreKeys="ז׳" />
Jean Chalarde50add12011-03-23 18:50:06 -070089 <Key
90 latin:keyLabel="ס" />
91 <Key
92 latin:keyLabel="ב" />
93 <Key
94 latin:keyLabel="ה" />
95 <Key
96 latin:keyLabel="נ" />
97 <Key
98 latin:keyLabel="מ" />
99 <Key
100 latin:keyLabel="צ"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900101 latin:moreKeys="צ׳" />
Jean Chalarde50add12011-03-23 18:50:06 -0700102 <Key
103 latin:keyLabel="ת"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900104 latin:moreKeys="ת׳" />
Jean Chalarde50add12011-03-23 18:50:06 -0700105 <Key
106 latin:keyLabel="ץ"
Tadashi G. Takaoka9d5601e2011-08-31 15:26:32 +0900107 latin:moreKeys="ץ׳" />
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -0700108 <Key
Tadashi G. Takaoka7a39bd42012-02-07 17:07:23 +0900109 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -0700110 latin:keyXPos="-10.400%p"
Tadashi G. Takaoka426723a2011-07-18 17:14:50 -0700111 latin:keyWidth="fillBoth" />
Jean Chalarde50add12011-03-23 18:50:06 -0700112 </Row>
Tadashi G. Takaoka1a552862011-07-12 20:47:12 -0700113 <include
Tadashi G. Takaokad1630a32012-01-27 23:31:30 +0900114 latin:keyboardLayout="@xml/row_qwerty4" />
Jean Chalarde50add12011-03-23 18:50:06 -0700115</merge>