summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-29 18:37:56 +0200
committerByteHamster <info@bytehamster.com>2020-05-29 18:37:56 +0200
commit1c1780a26fcc23b52cc2e370539e3623314d7d61 (patch)
tree379cec822642ca247cac9622bbaf7eab88acff43 /app/src/main/res
parenta7b38bd152e6891d5ed7effb0302a9666cb52e0c (diff)
downloadAntennaPod-1c1780a26fcc23b52cc2e370539e3623314d7d61.zip
Added auto skip feed settings icon
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/feed_settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index f85c9ef3c..9f8392f44 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -23,6 +23,7 @@
<Preference
android:key="feedAutoSkip"
+ android:icon="?attr/ic_settings_skip"
android:summary="@string/pref_feed_skip_sum"
android:title="@string/pref_feed_skip" />