summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-12 19:19:25 +0300
committerAndrew Dolgov <[email protected]>2019-08-12 19:19:25 +0300
commitf61bde19f54b95a9676b7dc2b398b9d4f7dca115 (patch)
treeb79d1107827ac3c26fe8277ea283ed25816d4230 /org.fox.ttrss/src/main/res/xml
parent9b99e94c9d363d3689021e19358f1a7f3135b51f (diff)
add prefs options for image downsampling
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 40e327cf..f6f9b9bc 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -122,6 +122,12 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
+ android:key="enable_image_downsampling"
+ android:title="@string/prefs_enable_image_downsampling"
+ android:summary="@string/prefs_enable_image_downsampling_long" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
android:key="inline_video_player"
android:summary="@string/prefs_inline_video_player"
android:title="Inline video player" />