Add missing letter THEH to Arabic keyboard layout
With this change, the tablet keyboard layout both 7inch and 10inch use quite similar one of the ordinal PC. The differences from the ordinal PC keyboard layout are: - Move letter THAL from the most left of digits' row to the most left of 3rd row. - Move letter DAL from the most right of 1st row to the most right of 3rd row. - Omit ligature LAM with ALEF from 3rd row and move to more keys of letter LAM on 2nd row. The phone keyboard layout is the same one of the tablet except: - Omit letter YEH with HAMZA avobe from 3rd row and move to more keys of letter ALEF MAKSURA on 3rd row. Bug: 9371393 Change-Id: I1cd164ce7c1c3a5cae67b9985f1b167aef028ca0main
parent
d365d82d51
commit
614347bfd9
|
@ -0,0 +1,32 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2013, 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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<merge
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
|
>
|
||||||
|
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ذ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ئ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
</merge>
|
|
@ -1,112 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
/*
|
|
||||||
**
|
|
||||||
** Copyright 2012, 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.
|
|
||||||
*/
|
|
||||||
-->
|
|
||||||
|
|
||||||
<merge
|
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
||||||
>
|
|
||||||
<!-- U+0636: "ض" ARABIC LETTER DAD
|
|
||||||
U+0661: "١" ARABIC-INDIC DIGIT ONE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ض"
|
|
||||||
latin:keyHintLabel="1"
|
|
||||||
latin:additionalMoreKeys="1,١"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0635: "ص" ARABIC LETTER SAD
|
|
||||||
U+0662: "٢" ARABIC-INDIC DIGIT TWO -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ص"
|
|
||||||
latin:keyHintLabel="2"
|
|
||||||
latin:additionalMoreKeys="2,٢"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062B: "ث" ARABIC LETTER THEH
|
|
||||||
U+0663: "٣" ARABIC-INDIC DIGIT THREE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ث"
|
|
||||||
latin:keyHintLabel="3"
|
|
||||||
latin:additionalMoreKeys="3,٣"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0642: "ق" ARABIC LETTER QAF
|
|
||||||
U+06A8: "ڨ" ARABIC LETTER QAF WITH THREE DOTS ABOVE
|
|
||||||
U+0664: "٤" ARABIC-INDIC DIGIT FOUR -->
|
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ق"
|
|
||||||
latin:keyHintLabel="4"
|
|
||||||
latin:additionalMoreKeys="4,٤"
|
|
||||||
latin:moreKeys="ڨ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0641: "ف" ARABIC LETTER FEH
|
|
||||||
U+06A4: "ڤ" ARABIC LETTER VEH
|
|
||||||
U+06A2: "ڢ" ARABIC LETTER FEH WITH DOT MOVED BELOW
|
|
||||||
U+06A5: "ڥ" ARABIC LETTER FEH WITH THREE DOTS BELOW
|
|
||||||
U+0665: "٥" ARABIC-INDIC DIGIT FIVE -->
|
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW -->
|
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ف"
|
|
||||||
latin:keyHintLabel="5"
|
|
||||||
latin:additionalMoreKeys="5,٥"
|
|
||||||
latin:moreKeys="ڤ,ڢ,ڥ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+063A: "غ" ARABIC LETTER GHAIN
|
|
||||||
U+0666: "٦" ARABIC-INDIC DIGIT SIX -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="غ"
|
|
||||||
latin:keyHintLabel="6"
|
|
||||||
latin:additionalMoreKeys="6,٦"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0639: "ع" ARABIC LETTER AIN
|
|
||||||
U+0667: "٧" ARABIC-INDIC DIGIT SEVEN -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ع"
|
|
||||||
latin:keyHintLabel="7"
|
|
||||||
latin:additionalMoreKeys="7,٧"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0647: "ه" ARABIC LETTER HEH
|
|
||||||
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
|
||||||
U+0647 U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
|
|
||||||
U+0668: "٨" ARABIC-INDIC DIGIT EIGHT -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ه"
|
|
||||||
latin:keyHintLabel="8"
|
|
||||||
latin:additionalMoreKeys="8,٨"
|
|
||||||
latin:moreKeys="ﻫ|ه‍"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062E: "خ" ARABIC LETTER KHAH
|
|
||||||
U+0669: "٩" ARABIC-INDIC DIGIT NINE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="خ"
|
|
||||||
latin:keyHintLabel="9"
|
|
||||||
latin:additionalMoreKeys="9,٩"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062D: "ح" ARABIC LETTER HAH
|
|
||||||
U+0660: "٠" ARABIC-INDIC DIGIT ZERO -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ح"
|
|
||||||
latin:keyHintLabel="0"
|
|
||||||
latin:additionalMoreKeys="0,٠"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062C: "ج" ARABIC LETTER JEEM
|
|
||||||
U+0686: "چ" ARABIC LETTER TCHEH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ج"
|
|
||||||
latin:moreKeys="چ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
</merge>
|
|
|
@ -1,94 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
/*
|
|
||||||
**
|
|
||||||
** Copyright 2012, 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.
|
|
||||||
*/
|
|
||||||
-->
|
|
||||||
|
|
||||||
<merge
|
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
||||||
>
|
|
||||||
<!-- U+0634: "ش" ARABIC LETTER SHEEN
|
|
||||||
U+069C: "ڜ" ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE -->
|
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+069C ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ش"
|
|
||||||
latin:moreKeys="ڜ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0633: "س" ARABIC LETTER SEEN -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="س"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+064A: "ي" ARABIC LETTER YEH
|
|
||||||
U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
|
|
||||||
U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ي"
|
|
||||||
latin:moreKeys="ئ,ى"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0628: "ب" ARABIC LETTER BEH
|
|
||||||
U+067E: "پ" ARABIC LETTER PEH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ب"
|
|
||||||
latin:moreKeys="پ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0644: "ل" ARABIC LETTER LAM
|
|
||||||
U+FEFB: "ﻻ" ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM
|
|
||||||
U+0627: "ا" ARABIC LETTER ALEF
|
|
||||||
U+FEF7: "ﻷ" ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM
|
|
||||||
U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
||||||
U+FEF9: "ﻹ" ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM
|
|
||||||
U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
||||||
U+FEF5: "ﻵ" ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM
|
|
||||||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ل"
|
|
||||||
latin:moreKeys="ﻻ|لا,ﻷ|لأ,ﻹ|لإ,ﻵ|لآ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0627: "ا" ARABIC LETTER ALEF
|
|
||||||
U+0621: "ء" ARABIC LETTER HAMZA
|
|
||||||
U+0671: "ٱ" ARABIC LETTER ALEF WASLA
|
|
||||||
U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
||||||
U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
||||||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ا"
|
|
||||||
latin:moreKeys="ء,ٱ,أ,إ,آ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062A: "ت" ARABIC LETTER TEH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ت"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ن"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0645: "م" ARABIC LETTER MEEM -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="م"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0643: "ك" ARABIC LETTER KAF
|
|
||||||
U+06AF: "گ" ARABIC LETTER GAF
|
|
||||||
U+06A9: "ک" ARABIC LETTER KEHEH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ك"
|
|
||||||
latin:moreKeys="گ,ک"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ط"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
</merge>
|
|
|
@ -1,70 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
/*
|
|
||||||
**
|
|
||||||
** Copyright 2012, 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.
|
|
||||||
*/
|
|
||||||
-->
|
|
||||||
|
|
||||||
<merge
|
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
||||||
>
|
|
||||||
<!-- U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ئ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0621: "ء" ARABIC LETTER HAMZA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ء"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ؤ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ر"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ذ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ى"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ة"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0648: "و" ARABIC LETTER WAW -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="و"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0632: "ز" ARABIC LETTER ZAIN
|
|
||||||
U+0698: "ژ" ARABIC LETTER JEH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ز"
|
|
||||||
latin:moreKeys="ژ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ظ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="د"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
</merge>
|
|
|
@ -45,8 +45,7 @@
|
||||||
latin:keyWidth="8.182%p"
|
latin:keyWidth="8.182%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_arabic3"
|
latin:keyboardLayout="@xml/rowkeys_arabic3" />
|
||||||
latin:keyXPos="4.091%p" />
|
|
||||||
</Row>
|
</Row>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_arabic3"
|
latin:keyboardLayout="@xml/rowkeys_arabic3"
|
||||||
latin:keyXPos="13.829%p" />
|
latin:keyXPos="6.602%p" />
|
||||||
</Row>
|
</Row>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2013, 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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<merge
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
|
>
|
||||||
|
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ذ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
</merge>
|
|
@ -35,74 +35,78 @@
|
||||||
latin:keyHintLabel="2"
|
latin:keyHintLabel="2"
|
||||||
latin:additionalMoreKeys="2,٢"
|
latin:additionalMoreKeys="2,٢"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+062B: "ث" ARABIC LETTER THEH
|
||||||
|
U+0663: "٣" ARABIC-INDIC DIGIT THREE -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ث"
|
||||||
|
latin:keyHintLabel="3"
|
||||||
|
latin:additionalMoreKeys="3,٣"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0642: "ق" ARABIC LETTER QAF
|
<!-- U+0642: "ق" ARABIC LETTER QAF
|
||||||
U+06A8: "ڨ" ARABIC LETTER QAF WITH THREE DOTS ABOVE
|
U+06A8: "ڨ" ARABIC LETTER QAF WITH THREE DOTS ABOVE
|
||||||
U+0663: "٣" ARABIC-INDIC DIGIT THREE -->
|
U+0664: "٤" ARABIC-INDIC DIGIT FOUR -->
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
|
<!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ق"
|
latin:keyLabel="ق"
|
||||||
latin:keyHintLabel="3"
|
latin:keyHintLabel="4"
|
||||||
latin:additionalMoreKeys="3,٣"
|
latin:additionalMoreKeys="4,٤"
|
||||||
latin:moreKeys="ڨ"
|
latin:moreKeys="ڨ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0641: "ف" ARABIC LETTER FEH
|
<!-- U+0641: "ف" ARABIC LETTER FEH
|
||||||
U+06A4: "ڤ" ARABIC LETTER VEH
|
U+06A4: "ڤ" ARABIC LETTER VEH
|
||||||
U+06A2: "ڢ" ARABIC LETTER FEH WITH DOT MOVED BELOW
|
U+06A2: "ڢ" ARABIC LETTER FEH WITH DOT MOVED BELOW
|
||||||
U+06A5: "ڥ" ARABIC LETTER FEH WITH THREE DOTS BELOW
|
U+06A5: "ڥ" ARABIC LETTER FEH WITH THREE DOTS BELOW
|
||||||
U+0664: "٤" ARABIC-INDIC DIGIT FOUR -->
|
U+0665: "٥" ARABIC-INDIC DIGIT FIVE -->
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW -->
|
<!-- TODO: DroidSansArabic lacks the glyph of U+06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW -->
|
||||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
<!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ف"
|
latin:keyLabel="ف"
|
||||||
latin:keyHintLabel="4"
|
latin:keyHintLabel="5"
|
||||||
latin:additionalMoreKeys="4,٤"
|
latin:additionalMoreKeys="5,٥"
|
||||||
latin:moreKeys="ڤ,ڢ,ڥ"
|
latin:moreKeys="ڤ,ڢ,ڥ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+063A: "غ" ARABIC LETTER GHAIN
|
<!-- U+063A: "غ" ARABIC LETTER GHAIN
|
||||||
U+0665: "٥" ARABIC-INDIC DIGIT FIVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="غ"
|
|
||||||
latin:keyHintLabel="5"
|
|
||||||
latin:additionalMoreKeys="5,٥"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0639: "ع" ARABIC LETTER AIN
|
|
||||||
U+0666: "٦" ARABIC-INDIC DIGIT SIX -->
|
U+0666: "٦" ARABIC-INDIC DIGIT SIX -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ع"
|
latin:keyLabel="غ"
|
||||||
latin:keyHintLabel="6"
|
latin:keyHintLabel="6"
|
||||||
latin:additionalMoreKeys="6,٦"
|
latin:additionalMoreKeys="6,٦"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0639: "ع" ARABIC LETTER AIN
|
||||||
|
U+0667: "٧" ARABIC-INDIC DIGIT SEVEN -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ع"
|
||||||
|
latin:keyHintLabel="7"
|
||||||
|
latin:additionalMoreKeys="7,٧"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0647: "ه" ARABIC LETTER HEH
|
<!-- U+0647: "ه" ARABIC LETTER HEH
|
||||||
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
||||||
U+0647 U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
|
U+0647 U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
|
||||||
U+0667: "٧" ARABIC-INDIC DIGIT SEVEN -->
|
U+0668: "٨" ARABIC-INDIC DIGIT EIGHT -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ه"
|
latin:keyLabel="ه"
|
||||||
latin:keyHintLabel="7"
|
latin:keyHintLabel="8"
|
||||||
latin:additionalMoreKeys="7,٧"
|
latin:additionalMoreKeys="8,٨"
|
||||||
latin:moreKeys="ﻫ|ه‍"
|
latin:moreKeys="ﻫ|ه‍"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+062E: "خ" ARABIC LETTER KHAH
|
<!-- U+062E: "خ" ARABIC LETTER KHAH
|
||||||
U+0668: "٨" ARABIC-INDIC DIGIT EIGHT -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="خ"
|
|
||||||
latin:keyHintLabel="8"
|
|
||||||
latin:additionalMoreKeys="8,٨"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+062D: "ح" ARABIC LETTER HAH
|
|
||||||
U+0669: "٩" ARABIC-INDIC DIGIT NINE -->
|
U+0669: "٩" ARABIC-INDIC DIGIT NINE -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ح"
|
latin:keyLabel="خ"
|
||||||
latin:keyHintLabel="9"
|
latin:keyHintLabel="9"
|
||||||
latin:additionalMoreKeys="9,٩"
|
latin:additionalMoreKeys="9,٩"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+062C: "ج" ARABIC LETTER JEEM
|
<!-- U+062D: "ح" ARABIC LETTER HAH
|
||||||
U+0686: "چ" ARABIC LETTER TCHEH
|
|
||||||
U+0660: "٠" ARABIC-INDIC DIGIT ZERO -->
|
U+0660: "٠" ARABIC-INDIC DIGIT ZERO -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ج"
|
latin:keyLabel="ح"
|
||||||
latin:keyHintLabel="0"
|
latin:keyHintLabel="0"
|
||||||
latin:additionalMoreKeys="0,٠"
|
latin:additionalMoreKeys="0,٠"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+062C: "ج" ARABIC LETTER JEEM
|
||||||
|
U+0686: "چ" ARABIC LETTER TCHEH -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ج"
|
||||||
latin:moreKeys="چ"
|
latin:moreKeys="چ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -68,11 +68,9 @@
|
||||||
latin:keyLabel="ا"
|
latin:keyLabel="ا"
|
||||||
latin:moreKeys="ء,ٱ,أ,إ,آ"
|
latin:moreKeys="ء,ٱ,أ,إ,آ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+062A: "ت" ARABIC LETTER TEH
|
<!-- U+062A: "ت" ARABIC LETTER TEH -->
|
||||||
U+062B: "ﺙ" ARABIC LETTER THEH -->
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ت"
|
latin:keyLabel="ت"
|
||||||
latin:moreKeys="ث"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
||||||
<Key
|
<Key
|
||||||
|
@ -89,4 +87,8 @@
|
||||||
latin:keyLabel="ك"
|
latin:keyLabel="ك"
|
||||||
latin:moreKeys="گ,ک"
|
latin:moreKeys="گ,ک"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ط"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -21,21 +21,33 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keys_arabic3_left" />
|
||||||
|
<!-- U+0621: "ء" ARABIC LETTER HAMZA -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ظ"
|
latin:keyLabel="ء"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
<!-- U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ط"
|
latin:keyLabel="ؤ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ذ"
|
latin:keyLabel="ر"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
<!-- U+0649: "ى" ARABIC LETTER ALEF MAKSURA
|
||||||
|
U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="د"
|
latin:keyLabel="ى"
|
||||||
|
latin:moreKeys="ئ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ة"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0648: "و" ARABIC LETTER WAW -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="و"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0632: "ز" ARABIC LETTER ZAIN
|
<!-- U+0632: "ز" ARABIC LETTER ZAIN
|
||||||
U+0698: "ژ" ARABIC LETTER JEH -->
|
U+0698: "ژ" ARABIC LETTER JEH -->
|
||||||
|
@ -43,18 +55,12 @@
|
||||||
latin:keyLabel="ز"
|
latin:keyLabel="ز"
|
||||||
latin:moreKeys="ژ"
|
latin:moreKeys="ژ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ر"
|
latin:keyLabel="ظ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
<!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
|
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="ة"
|
latin:keyLabel="د"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
|
||||||
<!-- U+0648: "و" ARABIC LETTER WAW
|
|
||||||
U+0624: "ﺅ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="و"
|
|
||||||
latin:moreKeys="ؤ"
|
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -24,27 +24,25 @@
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/key_styles_common" />
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="9.091%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_arabic1" />
|
latin:keyboardLayout="@xml/rowkeys_arabic1" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="9.091%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_arabic2" />
|
latin:keyboardLayout="@xml/rowkeys_arabic2" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="9.091%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_arabic3"
|
latin:keyboardLayout="@xml/rowkeys_arabic3" />
|
||||||
latin:keyXPos="5.0%p" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="deleteKeyStyle"
|
latin:keyStyle="deleteKeyStyle"
|
||||||
latin:keyWidth="fillRight"
|
latin:keyWidth="fillRight" />
|
||||||
latin:visualInsetsLeft="1%p" />
|
|
||||||
</Row>
|
</Row>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
|
|
Loading…
Reference in New Issue