From 491e72f247181b49d77776780f4caba995e16848 Mon Sep 17 00:00:00 2001 From: Shareef101 Date: Fri, 18 Aug 2023 16:05:41 +0545 Subject: Add urdu phonetic layout (#413) --- res/values/layouts.xml | 3 +++ res/xml/urdu_phonetic_ur.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 res/xml/urdu_phonetic_ur.xml (limited to 'res') diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 080a36c..c5be42c 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -42,6 +42,7 @@ latn_qwertz_fr_ch latn_qwertz_hu latn_qwertz_sk + urdu_phonetic_ur custom @@ -85,6 +86,7 @@ QWERTZ (Swiss French) QWERTZ (Magyar) QWERTZ (Slovak) + Urdu Phonetic @string/pref_layout_e_custom @@ -128,6 +130,7 @@ @xml/latn_qwertz_fr_ch @xml/latn_qwertz_hu @xml/latn_qwertz_sk + @xml/urdu_phonetic_ur -1 \ No newline at end of file diff --git a/res/xml/urdu_phonetic_ur.xml b/res/xml/urdu_phonetic_ur.xml new file mode 100644 index 0000000..a1fd561 --- /dev/null +++ b/res/xml/urdu_phonetic_ur.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3