summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-21 14:31:15 +0400
committerAndrew Dolgov <[email protected]>2013-05-21 14:31:15 +0400
commit4f49ae38dd06974ada031153569b5fff64e8afb3 (patch)
treeb1bb52e4f07b4cc4b4f436a28865d87161a72be6 /res/xml
parent1bc939e60b361bd85915511b0b3c27bb4ae12238 (diff)
parent48f2680916df329bbe34365ee58ceed67dc082ba (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
Diffstat (limited to 'res/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