summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 13:02:16 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 13:02:16 +0300
commit980b5696e34b7025cd62d829fa9032bc864c2ab6 (patch)
tree989d4b5ffdade9817397dea1f719e67bfcfaa862 /res/xml
parent97ecce1d42ef87f3786aa7f51e29dd1c05d34c41 (diff)
implement browsing categories like feeds
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index dff4afdf..6c397f24 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -27,6 +27,8 @@
<CheckBoxPreference android:defaultValue="false" android:title="@string/sort_feeds_by_unread" android:key="sort_feeds_by_unread"/>
<CheckBoxPreference android:defaultValue="false" android:title="@string/download_feed_icons" android:key="download_feed_icons"/>
<CheckBoxPreference android:defaultValue="false" android:title="@string/enable_cats" android:key="enable_cats" />
+ <CheckBoxPreference android:defaultValue="false" android:title="@string/browse_cats_like_feeds" android:key="browse_cats_like_feeds"
+ android:summary="@string/browse_cats_like_feeds_summary" />
<CheckBoxPreference android:defaultValue="false" android:summary="@string/enable_ads_summary" android:title="@string/enable_ads" android:key="enable_ads" />
</PreferenceCategory>