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/values/attrs.xml | 6 ++++++ res/values/strings.xml | 1 + res/xml/settings.xml | 19 ++++++++++++++++++- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 res/values/attrs.xml (limited to 'res') diff --git a/res/values/attrs.xml b/res/values/attrs.xml new file mode 100644 index 0000000..b012a7c --- /dev/null +++ b/res/values/attrs.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 78042ee..513b88f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -12,6 +12,7 @@ Hide accents Automatic capitalisation Press Shift at the beginning of a sentence + Add keys to the keyboard Keyboard layout for programming None Typing 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