summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-11-21 14:13:10 +0100
committerGitHub <noreply@github.com>2019-11-21 14:13:10 +0100
commit7fd8aa8503eef6f711157ba55a3feb9a86e6fbfe (patch)
treeab41c408414f973374982370f3411cdd6d67fc92 /app/src
parent6c0f773188d94d70d79f00d4d2f92db603af67ac (diff)
parent06fe53f6078afc1b348cdc0af89add086d622f75 (diff)
downloadAntennaPod-7fd8aa8503eef6f711157ba55a3feb9a86e6fbfe.zip
Merge pull request #3630 from ByteHamster/podcast-settings-icon
Added icons to podcast settings
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/xml/feed_settings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index 505248198..edc608d60 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -4,22 +4,26 @@
<SwitchPreference
android:key="keepUpdated"
+ android:icon="?attr/navigation_refresh"
android:title="@string/keep_updated"
android:summary="@string/keep_updated_summary"/>
<Preference
android:key="authentication"
+ android:icon="?attr/ic_key"
android:title="@string/authentication_label"
android:summary="@string/authentication_descr"/>
<ListPreference
android:key="feedPlaybackSpeed"
+ android:icon="?attr/av_speed"
android:title="@string/playback_speed"
android:summary="@string/pref_feed_playback_speed_sum"/>
<ListPreference
android:entries="@array/spnAutoDeleteItems"
android:entryValues="@array/spnAutoDeleteValues"
+ android:icon="?attr/content_discard"
android:title="@string/auto_delete_label"
android:key="autoDelete"/>