aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 8d064587..9e1f6642 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -67,6 +67,12 @@
android:key="force_phone_layout"
android:summary="@string/force_phone_layout_summary"
android:title="@string/force_phone_layout" />
+
+ <SwitchPreferenceCompat
+ android:defaultValue="false"
+ android:key="window_secure_mode"
+ android:summary="@string/window_secure_mode_summary"
+ android:title="@string/window_secure_mode" />
</PreferenceCategory>
<PreferenceCategory
@@ -134,6 +140,7 @@
android:summary="@string/prefs_always_downsample_images_long" />
<SwitchPreferenceCompat
+ android:enabled="false"
android:defaultValue="false"
android:key="inline_video_player"
android:summary="@string/prefs_inline_video_player"