Filled icons in bottom nav when selected

This commit is contained in:
arkon
2020-03-15 11:13:24 -04:00
parent e77db309b8
commit 738f776d36
7 changed files with 48 additions and 3 deletions
@@ -0,0 +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" />
</selector>