diff options
author | mueller-ma <mueller-ma@users.noreply.github.com> | 2023-05-05 19:13:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 19:13:36 +0200 |
commit | 446b938b3af7ff4d2add61f502c471b56759dd5d (patch) | |
tree | 2fceee16efe79af7b6c2b8778f4a3e3cebabbdf1 | |
parent | 1bc053186d949a82c4c8217de2e3b4dbe5dffcd9 (diff) | |
download | AntennaPod-446b938b3af7ff4d2add61f502c471b56759dd5d.zip |
Correctly theme download icon in settings (#6465)
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 24d50cc45..8f3851c09 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -25,7 +25,7 @@ android:key="prefScreenDownloads" android:title="@string/downloads_pref" android:summary="@string/downloads_pref_sum" - android:icon="@drawable/ic_download_black" /> + android:icon="@drawable/ic_download" /> <Preference android:key="prefScreenSynchronization" |