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 + 2 files changed, 7 insertions(+) create mode 100644 res/values/attrs.xml (limited to 'res/values') 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 -- cgit v1.2.3