From 25a6e71ee815a196d76358cf132c45eb38a10b35 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 19 Sep 2022 11:41:18 +0200 Subject: Add the Extra Keys option Allows to add more keys to the keyboard from a predefined list. The implementation doesn't use MultiSelectListPreference because it doesn't seem possible to change the item layout to properly show the rendered symbols. --- res/xml/settings.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'res/xml/settings.xml') diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 6a87c4f..afe1546 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -1,9 +1,26 @@ - + + + + + + + + + + + + + + + + + + -- cgit v1.2.3