• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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
25        latin:keyboardLayout="@xml/kbd_key_styles" />
26    <Row
27        latin:keyWidth="10%p"
28    >
29        <Key
30            latin:keyLabel="ק"
31            latin:keyXPos="5%p" />
32        <Key
33            latin:keyLabel="ר" />
34        <Key
35            latin:keyLabel="א" />
36        <Key
37            latin:keyLabel="ט" />
38        <Key
39            latin:keyLabel="ו" />
40        <Key
41            latin:keyLabel="ן" />
42        <Key
43            latin:keyLabel="ם" />
44        <Key
45            latin:keyLabel="פ" />
46        <Key
47            latin:keyStyle="deleteKeyStyle"
48            latin:keyWidth="fillRight"
49            latin:visualInsetsLeft="1%p" />
50    </Row>
51    <Row
52        latin:keyWidth="10%p"
53    >
54        <Key
55            latin:keyLabel="ש" />
56        <Key
57            latin:keyLabel="ד" />
58        <Key
59            latin:keyLabel="ג"
60            latin:moreKeys="ג׳" />
61        <Key
62            latin:keyLabel="כ" />
63        <Key
64            latin:keyLabel="ע" />
65        <Key
66            latin:keyLabel="י"
67            latin:moreKeys="ײַ" />
68        <Key
69            latin:keyLabel="ח"
70            latin:moreKeys="ח׳" />
71        <Key
72            latin:keyLabel="ל" />
73        <Key
74            latin:keyLabel="ך" />
75        <Key
76            latin:keyLabel="ף"
77            latin:keyWidth="fillRight" />
78    </Row>
79    <Row
80        latin:keyWidth="10%p"
81    >
82        <Key
83            latin:keyLabel="ז"
84            latin:moreKeys="ז׳"
85            latin:keyXPos="5%p" />
86        <Key
87            latin:keyLabel="ס" />
88        <Key
89            latin:keyLabel="ב" />
90        <Key
91            latin:keyLabel="ה" />
92        <Key
93            latin:keyLabel="נ" />
94        <Key
95            latin:keyLabel="מ" />
96        <Key
97            latin:keyLabel="צ"
98            latin:moreKeys="צ׳" />
99        <Key
100            latin:keyLabel="ת"
101            latin:moreKeys="ת׳" />
102        <Key
103            latin:keyLabel="ץ"
104            latin:moreKeys="ץ׳" />
105        <!-- Here is 5%p space -->
106    </Row>
107    <include
108        latin:keyboardLayout="@xml/kbd_qwerty_row4" />
109</merge>
110