Mostly revert back to old filled icons (#2723)

This commit is contained in:
arkon
2020-03-16 17:45:25 -04:00
parent eaf37c828b
commit 33c0c6ff3b
33 changed files with 67 additions and 67 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_explore_filled_24dp" android:state_checked="true" />
<item android:drawable="@drawable/ic_explore_24dp" android:state_checked="false" />
<item android:drawable="@drawable/ic_explore_24dp" android:state_checked="true" />
<item android:drawable="@drawable/ic_explore_outline_24dp" android:state_checked="false" />
</selector>