summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/xml/feed_settings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index 4a9e039b0..505248198 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -7,17 +7,17 @@
android:title="@string/keep_updated"
android:summary="@string/keep_updated_summary"/>
- <ListPreference
- android:title="@string/playback_speed"
- android:summary="@string/pref_feed_playback_speed_sum"
- android:key="feedPlaybackSpeed"/>
-
<Preference
android:key="authentication"
android:title="@string/authentication_label"
android:summary="@string/authentication_descr"/>
<ListPreference
+ android:key="feedPlaybackSpeed"
+ android:title="@string/playback_speed"
+ android:summary="@string/pref_feed_playback_speed_sum"/>
+
+ <ListPreference
android:entries="@array/spnAutoDeleteItems"
android:entryValues="@array/spnAutoDeleteValues"
android:title="@string/auto_delete_label"