aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml-v14/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml-v14/preferences.xml')
-rw-r--r--app/src/main/res/xml-v14/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml-v14/preferences.xml b/app/src/main/res/xml-v14/preferences.xml
index 9e76c36..7c495b1 100644
--- a/app/src/main/res/xml-v14/preferences.xml
+++ b/app/src/main/res/xml-v14/preferences.xml
@@ -115,6 +115,12 @@
android:title="@string/pref_keyboard_category">
<SwitchPreference
+ android:key="alwaysvisible"
+ android:title="@string/pref_alwaysvisible_title"
+ android:defaultValue="false"
+ />
+
+ <SwitchPreference
android:key="shiftfkeys"
android:title="@string/pref_shiftfkeys_title"
android:summary="@string/pref_shiftfkeys_summary"