diff options
| author | pharook | 2023-08-28 19:16:39 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-28 19:16:39 +0200 |
| commit | f4a995e2bd0ec6b721ac02560f8dfa09d62f29a6 (patch) | |
| tree | d868497daecb76694706d00fbf12e0b37cc04fa4 /res/values/layouts.xml | |
| parent | f07fbaff3bf889ceabbcd2563f144021b935e75c (diff) | |
| download | unexpected-keyboard-f4a995e2bd0ec6b721ac02560f8dfa09d62f29a6.tar.gz unexpected-keyboard-f4a995e2bd0ec6b721ac02560f8dfa09d62f29a6.zip | |
Add Czech QWERTY layout (#455)
Diffstat (limited to 'res/values/layouts.xml')
| -rw-r--r-- | res/values/layouts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index c5be42c..b5d31fa 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -26,6 +26,7 @@ <item>latn_bone</item> <item>latn_neo2</item> <item>latn_qwerty_br</item> + <item>latn_qwerty_cz</item> <item>latn_qwerty_es</item> <item>latn_qwerty_hu</item> <item>latn_qwerty_lv</item> @@ -70,6 +71,7 @@ <item>Bone</item> <item>Neo 2</item> <item>QWERTY (Brasileiro)</item> + <item>QWERTY (Czech)</item> <item>QWERTY (EspaƱol)</item> <item>QWERTY (Magyar)</item> <item>QWERTY (Latvian)</item> @@ -114,6 +116,7 @@ <item>@xml/latn_bone</item> <item>@xml/latn_neo2</item> <item>@xml/latn_qwerty_br</item> + <item>@xml/latn_qwerty_cz</item> <item>@xml/latn_qwerty_es</item> <item>@xml/latn_qwerty_hu</item> <item>@xml/latn_qwerty_lv</item> |
