summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-13 01:08:38 +0300
committerAndrew Dolgov <[email protected]>2015-02-13 01:08:38 +0300
commitdbe686598068a714fa2e8c5de3f337a8ee729204 (patch)
tree406fa204bbabf017126b306362649de4e82c6672 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent4d9949aabe1968e9268e4b6b5c79b47898086dd1 (diff)
widget: default to showing fresh articles instead of global unread
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.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 e4dfe5ab..3bc7225a 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -171,6 +171,13 @@
android:summary="@string/offline_image_cache_enabled_summary"
android:title="@string/offline_image_cache_enabled" />
</PreferenceCategory>
+ <PreferenceCategory android:title="Widget" >
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="widget_show_fresh"
+ android:title="@string/prefs_widget_show_fresh"
+ android:summary="@string/prefs_widget_show_fresh_summary" />
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
<CheckBoxPreference
android:defaultValue="true"