aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 683 forks source link

Change Color of a only one tab icon #423

Open tamir-moualem opened 4 years ago

tamir-moualem commented 4 years ago

I would like to change a the color of only one tab's icon and leave all others the same. I tried: bottomNavigation.getItem(0).getDrawable(activity).setTint(), bottomNavigation.getItem(0).setColor()

Is it possible ?