From d79f87420f2e3868b475f6a2278b8860bba1719b Mon Sep 17 00:00:00 2001 From: frimdo Date: Sat, 1 Jul 2023 17:04:31 +0200 Subject: New default Czech layout (#380) The previous default layout is renamed `latn_qwertz_cz_multifunctional`.--- res/values/layouts.xml | 3 ++ res/xml/latn_qwertz_cz.xml | 56 +++++++++++++++--------------- res/xml/latn_qwertz_cz_multifunctional.xml | 37 ++++++++++++++++++++ 3 files changed, 68 insertions(+), 28 deletions(-) create mode 100644 res/xml/latn_qwertz_cz_multifunctional.xml (limited to 'res') diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 139d42e..841307e 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -36,6 +36,7 @@ latn_qwerty_vi latn_qwertz latn_qwertz_cz + latn_qwertz_cz_multifunctional latn_qwertz_de latn_qwertz_hu latn_qwertz_sk @@ -76,6 +77,7 @@ QWERTY (Vietnamese) QWERTZ QWERTZ (Czech) + QWERTZ Multifunctional (Czech) QWERTZ (Deutsch) QWERTZ (Magyar) QWERTZ (Slovak) @@ -116,6 +118,7 @@ @xml/latn_qwerty_vi @xml/latn_qwertz @xml/latn_qwertz_cz + @xml/latn_qwertz_cz_multifunctional @xml/latn_qwertz_de @xml/latn_qwertz_hu @xml/latn_qwertz_sk diff --git a/res/xml/latn_qwertz_cz.xml b/res/xml/latn_qwertz_cz.xml index fc096ee..75f8a88 100644 --- a/res/xml/latn_qwertz_cz.xml +++ b/res/xml/latn_qwertz_cz.xml @@ -1,37 +1,37 @@ - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + diff --git a/res/xml/latn_qwertz_cz_multifunctional.xml b/res/xml/latn_qwertz_cz_multifunctional.xml new file mode 100644 index 0000000..993941a --- /dev/null +++ b/res/xml/latn_qwertz_cz_multifunctional.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3