diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-11-28 17:20:56 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-11-28 17:20:56 +0300 |
| commit | 3bc2ad56e901eb95c6f8b673a07e013e6bff6a65 (patch) | |
| tree | 68741215ecd1767d31fa0ed2d207d19ad5e94ebe /res/xml | |
| parent | 989a904f3dbeb1bb224dfa4f036a7b344ac9051a (diff) | |
properly download feed icons, properly adjust feedsfragment on
preference change
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 2dedf632..190a706f 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -25,6 +25,7 @@ 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:summary="@string/enable_ads_summary" android:title="@string/enable_ads" android:key="enable_ads" />
</PreferenceCategory>
|