summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-04 19:45:59 +0200
committerByteHamster <info@bytehamster.com>2022-08-04 19:45:59 +0200
commit7603958cb5040020bac50fc20b58a57fa94a7ad2 (patch)
tree74f1453ed370a898b38bde3fbfa889e1b6ccaa00 /app/src
parenteaafd58bd3b1cf94066bb94469aadd27b8a09ed3 (diff)
downloadAntennaPod-7603958cb5040020bac50fc20b58a57fa94a7ad2.zip
Fix chart icon having been renamed
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/xml/preferences.xml2
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"