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