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 selected icon #424

Open NileshTak opened 4 years ago

NileshTak commented 4 years ago

Please help me how to change color of selected Icon???

i Tried : bottomNavigation.getItem(position).setColor(getResources().getColor(R.color.colorPrimaryDark)); bottomNavigation.getItem(position).getDrawable(MainActivity.this).setTint(getResources().getColor(R.color.colorPrimaryDark));

but not works