2010-08-20 05:35:02 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2010, The Android Open Source Project
|
|
|
|
|
**
|
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
|
**
|
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
**
|
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
|
** limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Keyboard
|
2010-10-01 10:40:44 +00:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
|
latin:keyWidth="10%p"
|
2010-10-19 08:08:54 +00:00
|
|
|
|
latin:horizontalGap="@dimen/key_horizontal_gap"
|
2010-10-12 06:02:44 +00:00
|
|
|
|
latin:verticalGap="@dimen/key_bottom_gap"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyHeight="@dimen/key_height"
|
2010-09-08 06:12:51 +00:00
|
|
|
|
>
|
2010-10-12 06:02:44 +00:00
|
|
|
|
<Row
|
|
|
|
|
latin:rowEdgeFlags="top"
|
|
|
|
|
>
|
2010-10-19 08:08:54 +00:00
|
|
|
|
<Spacer
|
|
|
|
|
latin:horizontalGap="5%p" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ק"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ר" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="א" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ט" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ו" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ן" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ם" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="פ" />
|
2010-10-19 08:08:54 +00:00
|
|
|
|
<Spacer
|
|
|
|
|
latin:horizontalGap="1.25%p" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_delete"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_delete"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
|
|
|
|
latin:keyWidth="13.75%p"
|
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isRepeatable="true"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ש"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ד" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ג" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="כ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ע" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="י" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ח" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ל" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ך" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ף"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
2010-10-19 08:08:54 +00:00
|
|
|
|
<Spacer
|
|
|
|
|
latin:horizontalGap="5%p" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ז"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ס" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ב" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ה" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="נ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="מ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="צ" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ת" />
|
2010-09-08 06:12:51 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="ץ"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-08-20 05:35:02 +00:00
|
|
|
|
</Row>
|
2010-10-07 16:15:00 +00:00
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2010-09-08 08:24:16 +00:00
|
|
|
|
</Keyboard>
|