Answer the question
In order to leave comments, you need to log in
How to correctly change the color of the selected menu item (icon) in the bottom navigation view?
I included bottom navigation in my application and connected selector to it.app:itemIconTint="@drawable/bottom_menu_selector"
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!--state is enabled and checked-->
<item android:state_checked="true" android:color="@color/colorBlack" />
<item android:color="@color/colorLigtGrey" />
</selector>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question