diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-08-04 19:55:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 19:55:28 +0200 |
commit | 938df7b7fa024f19194daacfdc78da642a8416ca (patch) | |
tree | 74f1453ed370a898b38bde3fbfa889e1b6ccaa00 | |
parent | eaafd58bd3b1cf94066bb94469aadd27b8a09ed3 (diff) | |
parent | 7603958cb5040020bac50fc20b58a57fa94a7ad2 (diff) | |
download | AntennaPod-938df7b7fa024f19194daacfdc78da642a8416ca.zip |
Merge pull request #5995 from ByteHamster/fix-chart-icon
Fix chart icon having been renamed
-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 659e44f4a..38b11cbab 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -48,7 +48,7 @@ android:key="statistics" android:title="@string/statistics_label" android:summary="@string/statistics_moved" - android:icon="@drawable/chart_box_outline"/> + android:icon="@drawable/ic_chart_box"/> <PreferenceCategory android:key="project" |