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/values/arrays.xml | 10 ++++++++++
res/values/strings.xml | 4 ++++
2 files changed, 14 insertions(+)
(limited to 'res/values')
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 74ad18f..7dc5a96 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -67,6 +67,16 @@
- @string/pref_accents_e_selected
- @string/pref_accents_e_none
+
+ - never
+ - landscape
+ - always
+
+
+ - @string/pref_show_numpad_never
+ - @string/pref_show_numpad_landscape
+ - @string/pref_show_numpad_always
+
- 1
- 2
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 501aefc..9195670 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -10,6 +10,10 @@
Show accents for all installed languages
Only show accents for the selected language
Hide accents
+ Show NumPad
+ Never
+ Only in landscape mode
+ Always
Automatic capitalisation
Press Shift at the beginning of a sentence
Add keys to the keyboard
--
cgit v1.2.3