summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-18 13:28:10 +0400
committerAndrew Dolgov <[email protected]>2013-05-18 13:28:10 +0400
commit709b3838bbe00f873ec7e1d18dde52b72517240f (patch)
tree930fcff1367ff99e3ad560a823b3752b45ccaf82 /res/xml/preferences.xml
parentc1b41d9de8559240fa6c0b8f6cae8b4266830270 (diff)
add preference to confirm marking headlines as read
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e05fc5b6..6bfa0e29 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -129,6 +129,12 @@
android:defaultValue="false"
android:key="full_screen_mode"
android:title="@string/prefs_fullscreen_mode" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="confirm_headlines_catchup"
+ android:title="@string/prefs_confirm_headlines_catchup" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference