diff options
author | ByteHamster <info@bytehamster.com> | 2018-04-10 23:50:26 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-04-10 23:50:32 +0200 |
commit | 1afe8888d1a15d5dbb474b201e7cd00e87ee0f2e (patch) | |
tree | 7269c4b5a0a0a3da62343edbf44a647f293dce60 /app | |
parent | 5a2dca284034b6f06313d13ef59bee330133d30e (diff) | |
download | AntennaPod-1afe8888d1a15d5dbb474b201e7cd00e87ee0f2e.zip |
Changed icons
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8407026b6..465c55dae 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -25,12 +25,12 @@ <Preference android:key="prefScreenStorage" android:title="@string/storage_pref" - android:icon="@drawable/ic_filter_grey600_24dp" /> + android:icon="@drawable/ic_sd_grey600_24dp" /> <Preference android:key="statistics" android:title="@string/statistics_label" - android:icon="@drawable/stat_notify_sync" /> + android:icon="@drawable/ic_poll_box_grey600_24dp" /> <PreferenceCategory android:title="@string/project_pref"> <Preference |