mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-26 09:36:50 +00:00
Arabic Hija'i Layout (#1329)
--------- Co-authored-by: Helium314 <helium314@mailbox.org>
This commit is contained in:
parent
d57301918e
commit
ad3086183d
3 changed files with 46 additions and 0 deletions
34
app/src/main/assets/layouts/arabic_hijai.txt
Normal file
34
app/src/main/assets/layouts/arabic_hijai.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
ز
|
||||
ر
|
||||
ذ
|
||||
د
|
||||
خ
|
||||
ح
|
||||
ج
|
||||
ث
|
||||
ت
|
||||
ب
|
||||
ا
|
||||
|
||||
ك
|
||||
ق
|
||||
ف
|
||||
غ
|
||||
ع
|
||||
ظ
|
||||
ط
|
||||
ض
|
||||
ص
|
||||
ش
|
||||
س
|
||||
|
||||
ء
|
||||
ى
|
||||
ي
|
||||
ؤ
|
||||
و
|
||||
ة
|
||||
ﻩ
|
||||
ن
|
||||
م
|
||||
ل
|
|
@ -86,6 +86,9 @@
|
|||
<!-- Description for Arabic (PC) subtype. -->
|
||||
<string name="subtype_arabic_pc" translatable="false">%s (PC)</string>
|
||||
|
||||
<!-- Description for Arabic (Hija'i) subtype. -->
|
||||
<string name="subtype_arabic_hijai" translatable="false">%s (Hija\'i)</string>
|
||||
|
||||
<!-- Description for Hebrew 2 subtype. -->
|
||||
<string name="subtype_hebrew_1452_2" translatable="false">%s (1452-2)</string>
|
||||
|
||||
|
|
|
@ -178,6 +178,15 @@
|
|||
android:imeSubtypeExtraValue="KeyboardLayoutSet=arabic_pc,NoShiftKey,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_arabic_hijai"
|
||||
android:subtypeId="0x590dde42"
|
||||
android:imeSubtypeLocale="ar"
|
||||
android:languageTag="ar"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=arabic_hijai,NoShiftKey,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x70b0f974"
|
||||
|
|
Loading…
Add table
Reference in a new issue