summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 20:14:50 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 20:14:50 +0300
commitb150696e7912c6f1732102953e1206d5d82f7189 (patch)
tree666d73e5f700ffb0fd4bd3f310cb0e2f015ad13e /res/xml/preferences.xml
parent8771803965cea6202a84b937ef27981411f6370c (diff)
implement categories for smallscreen view
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 190a706f..dff4afdf 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -24,8 +24,9 @@
android:entries="@array/pref_theme_names"
android:entryValues="@array/pref_theme_values" android:summary="@string/pref_theme_long"/>
- <CheckBoxPreference android:title="@string/sort_feeds_by_unread" android:key="sort_feeds_by_unread"/>
- <CheckBoxPreference android:title="@string/download_feed_icons" android:key="download_feed_icons"/>
+ <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:summary="@string/enable_ads_summary" android:title="@string/enable_ads" android:key="enable_ads" />
</PreferenceCategory>