From e745c812691462380695da2275757e3f29bbbdb2 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 26 Nov 2022 22:30:45 +0100
Subject: Allow using a custom layout
Add an option for specifying an XML layout description as a string.
The option is a bit rough at the moment:
- No documentation, users have to be aware of the keyboard's code to use
this option.
- No error are shown, the layout will fallback to qwerty on error.
---
res/values/arrays.xml | 2 ++
1 file changed, 2 insertions(+)
(limited to 'res/values/arrays.xml')
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 17c4bd9..524da3d 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -26,6 +26,7 @@
- jcuken_ua
- bangla
- hindi
+ - custom
- None
@@ -53,6 +54,7 @@
- ЙЦУКЕН (Українська)
- বাংলা
- हिन्दी
+ - @string/pref_layout_e_custom
- @string/pref_accents_e_all_installed
--
cgit v1.2.3