summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-17 18:26:09 +0300
committerAndrew Dolgov <[email protected]>2017-02-17 18:26:09 +0300
commitb80e383511d2dd05069b3db95c62095c4dff2815 (patch)
treef0ca2091a76d6e7647e9272a3839eee2636c5b91 /org.fox.ttrss/src/main/res/xml
parentefd940c88d4c51fa56bb9a1c77a3527df83a54b8 (diff)
implement swipe to dismiss
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml6
1 files changed, 6 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 2341cd78..711d18be 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -84,6 +84,12 @@
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
+ android:key="headlines_swipe_to_dismiss"
+ android:summary="Disables headlines context menu"
+ android:title="Swipe to dismiss" />
+
<!-- <org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="headlines_show_flavor_image"