diff options
author | ByteHamster <info@bytehamster.com> | 2022-08-04 19:45:59 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-08-04 19:45:59 +0200 |
commit | 7603958cb5040020bac50fc20b58a57fa94a7ad2 (patch) | |
tree | 74f1453ed370a898b38bde3fbfa889e1b6ccaa00 /app | |
parent | eaafd58bd3b1cf94066bb94469aadd27b8a09ed3 (diff) | |
download | AntennaPod-7603958cb5040020bac50fc20b58a57fa94a7ad2.zip |
Fix chart icon having been renamed
Diffstat (limited to 'app')
-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" |