diff options
author | ByteHamster <info@bytehamster.com> | 2019-11-21 11:22:24 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-11-21 11:22:24 +0100 |
commit | 06fe53f6078afc1b348cdc0af89add086d622f75 (patch) | |
tree | 01c17d25362d4e455d4f0ebbe5bd8465bd91c012 /app/src/main/res/xml | |
parent | a6e4c4756c053ded31ffadbe02fe8843bb24fe2e (diff) | |
download | AntennaPod-06fe53f6078afc1b348cdc0af89add086d622f75.zip |
Added icons to podcast settings
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/feed_settings.xml | 4 |
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"/> |