summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 01:00:10 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 01:00:10 +0300
commit5df93fe9d60ceb24e50d4546660dbb0b3757d4d0 (patch)
tree68f37b4c675ecf21f6490ed8c8ab3faec7fea077 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent2593a8faa251c2661b77e92d8b2b05ab80c2b387 (diff)
add rudimentary headlines video player
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.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 e8fcdcb6..1fa6a265 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -188,6 +188,12 @@
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="enable_headlines_video"
+ android:title="Video in headlines"
+ android:summary="Enable rudimentary video player in headlines view" />
+
</PreferenceCategory>
<Preference