summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_timelines.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2024-02-23 10:29:36 +0100
committerThomas <tschneider.ac@gmail.com>2024-02-23 10:29:36 +0100
commit26d51caaf8488128c3a3a63be42a5a2e03c6f6f9 (patch)
tree71f3fbf7d4de13f243635d89341c66a6953f96ab /app/src/main/res/xml/pref_timelines.xml
parentb943309dd2225a5af2663484b61330a18a8fbfb0 (diff)
Allow to disable pronouns support - Default enabled
Diffstat (limited to 'app/src/main/res/xml/pref_timelines.xml')
-rw-r--r--app/src/main/res/xml/pref_timelines.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_timelines.xml b/app/src/main/res/xml/pref_timelines.xml
index 90ad7ca0c..4f47cb44e 100644
--- a/app/src/main/res/xml/pref_timelines.xml
+++ b/app/src/main/res/xml/pref_timelines.xml
@@ -79,6 +79,13 @@
app:singleLineTitle="false"
app:title="@string/underline_links" />
+ <SwitchPreferenceCompat
+ android:defaultValue="true"
+ app:iconSpaceReserved="false"
+ app:key="@string/SET_PRONOUNS_SUPPORT"
+ app:singleLineTitle="false"
+ app:title="@string/pronouns_support" />
+
<androidx.preference.SeekBarPreference
android:defaultValue="30"
android:max="150"