summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-10 14:30:54 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-10 14:30:54 +0200
commitd3d2debfb691c54b9210fd5af0507b973eebccbf (patch)
treea6bc53e7752e4ac1aa014478eda307abcceb7964 /res/xml/preferences.xml
parent6ba37bbe898d8b74713e18c11db21eca10ec3457 (diff)
downloadAntennaPod-d3d2debfb691c54b9210fd5af0507b973eebccbf.zip
Added preference to display only items which have an episode
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 0a2c5e73b..30fee6569 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
- <PreferenceCategory android:title="@string/playback_pref" >
+ <PreferenceCategory android:title="@string/user_interface_label">
+ <CheckBoxPreference android:title="@string/pref_display_only_episodes_title" android:summary="@string/pref_display_only_episodes_sum" android:key="prefDisplayOnlyEpisodes"/>
+ </PreferenceCategory><PreferenceCategory android:title="@string/playback_pref" >
<CheckBoxPreference
android:defaultValue="true"
android:enabled="true"
@@ -14,6 +16,7 @@
android:key="prefFollowQueue"
android:summary="@string/pref_followQueue_sum"
android:title="@string/pref_followQueue_title" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref" >
<ListPreference