From baec5a76ee51e86c8256423924331908da75279f Mon Sep 17 00:00:00 2001 From: Gero Streng Date: Sun, 25 Sep 2022 02:23:33 +0200 Subject: Add optional NumPad Shows a NumPad depending on preference: Never/Landscape/Always --- res/xml/numeric.xml | 2 +- res/xml/numpad.xml | 27 +++++++++++++++++++++++++++ res/xml/settings.xml | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 res/xml/numpad.xml (limited to 'res/xml') diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index ba1081f..9e6bc69 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -1,5 +1,5 @@ - + diff --git a/res/xml/numpad.xml b/res/xml/numpad.xml new file mode 100644 index 0000000..3ddb830 --- /dev/null +++ b/res/xml/numpad.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/xml/settings.xml b/res/xml/settings.xml index e91c460..93badef 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -3,6 +3,7 @@ + -- cgit v1.2.3