diff options
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 4 | ||||
-rw-r--r-- | core/src/main/res/drawable-hdpi/ic_poll_box_grey600_24dp.png | bin | 0 -> 608 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-hdpi/ic_sd_grey600_24dp.png | bin | 0 -> 533 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-mdpi/ic_poll_box_grey600_24dp.png | bin | 0 -> 463 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-mdpi/ic_sd_grey600_24dp.png | bin | 0 -> 456 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xhdpi/ic_poll_box_grey600_24dp.png | bin | 0 -> 592 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xhdpi/ic_sd_grey600_24dp.png | bin | 0 -> 580 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xxhdpi/ic_poll_box_grey600_24dp.png | bin | 0 -> 787 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xxhdpi/ic_sd_grey600_24dp.png | bin | 0 -> 791 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xxxhdpi/ic_poll_box_grey600_24dp.png | bin | 0 -> 918 bytes | |||
-rw-r--r-- | core/src/main/res/drawable-xxxhdpi/ic_sd_grey600_24dp.png | bin | 0 -> 925 bytes |
11 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 diff --git a/core/src/main/res/drawable-hdpi/ic_poll_box_grey600_24dp.png b/core/src/main/res/drawable-hdpi/ic_poll_box_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..2ee172a51 --- /dev/null +++ b/core/src/main/res/drawable-hdpi/ic_poll_box_grey600_24dp.png diff --git a/core/src/main/res/drawable-hdpi/ic_sd_grey600_24dp.png b/core/src/main/res/drawable-hdpi/ic_sd_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..2c7c210d3 --- /dev/null +++ b/core/src/main/res/drawable-hdpi/ic_sd_grey600_24dp.png diff --git a/core/src/main/res/drawable-mdpi/ic_poll_box_grey600_24dp.png b/core/src/main/res/drawable-mdpi/ic_poll_box_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..6fefa8b8c --- /dev/null +++ b/core/src/main/res/drawable-mdpi/ic_poll_box_grey600_24dp.png diff --git a/core/src/main/res/drawable-mdpi/ic_sd_grey600_24dp.png b/core/src/main/res/drawable-mdpi/ic_sd_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..81c5f77d9 --- /dev/null +++ b/core/src/main/res/drawable-mdpi/ic_sd_grey600_24dp.png diff --git a/core/src/main/res/drawable-xhdpi/ic_poll_box_grey600_24dp.png b/core/src/main/res/drawable-xhdpi/ic_poll_box_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..e09b052b9 --- /dev/null +++ b/core/src/main/res/drawable-xhdpi/ic_poll_box_grey600_24dp.png diff --git a/core/src/main/res/drawable-xhdpi/ic_sd_grey600_24dp.png b/core/src/main/res/drawable-xhdpi/ic_sd_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..c2bc3fa9f --- /dev/null +++ b/core/src/main/res/drawable-xhdpi/ic_sd_grey600_24dp.png diff --git a/core/src/main/res/drawable-xxhdpi/ic_poll_box_grey600_24dp.png b/core/src/main/res/drawable-xxhdpi/ic_poll_box_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..3d24d9670 --- /dev/null +++ b/core/src/main/res/drawable-xxhdpi/ic_poll_box_grey600_24dp.png diff --git a/core/src/main/res/drawable-xxhdpi/ic_sd_grey600_24dp.png b/core/src/main/res/drawable-xxhdpi/ic_sd_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..7e8fa947e --- /dev/null +++ b/core/src/main/res/drawable-xxhdpi/ic_sd_grey600_24dp.png diff --git a/core/src/main/res/drawable-xxxhdpi/ic_poll_box_grey600_24dp.png b/core/src/main/res/drawable-xxxhdpi/ic_poll_box_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..c97eba579 --- /dev/null +++ b/core/src/main/res/drawable-xxxhdpi/ic_poll_box_grey600_24dp.png diff --git a/core/src/main/res/drawable-xxxhdpi/ic_sd_grey600_24dp.png b/core/src/main/res/drawable-xxxhdpi/ic_sd_grey600_24dp.png Binary files differnew file mode 100644 index 000000000..744b2c8f4 --- /dev/null +++ b/core/src/main/res/drawable-xxxhdpi/ic_sd_grey600_24dp.png |