From ce51df6f5a8da4b86e4ee92fd78803c5b264ffc9 Mon Sep 17 00:00:00 2001 From: Mostafa Ayesh Date: Sat, 11 Mar 2023 10:54:20 -0500 Subject: Add Arabic layout (#314) * add arabic keyboard * use unicode values for special characters * add alternate layout * use arabic numbers--- res/xml/ar_alt.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ res/xml/ar_pc.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ res/xml/method.xml | 1 + 3 files changed, 87 insertions(+) create mode 100644 res/xml/ar_alt.xml create mode 100644 res/xml/ar_pc.xml (limited to 'res/xml') diff --git a/res/xml/ar_alt.xml b/res/xml/ar_alt.xml new file mode 100644 index 0000000..f3beb8e --- /dev/null +++ b/res/xml/ar_alt.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/ar_pc.xml b/res/xml/ar_pc.xml new file mode 100644 index 0000000..f92ee43 --- /dev/null +++ b/res/xml/ar_pc.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/method.xml b/res/xml/method.xml index 8e91024..baf88f4 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -1,5 +1,6 @@ + -- cgit v1.2.3