aurelhubert / ahbottomnavigation

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

Cannot change background color of bottom navigation #357

Closed sujan-lama closed 6 years ago

sujan-lama commented 6 years ago

In kotlin navigationView.defaultBackgroundColor = Color.parseColor("#4a90e2"); even after setting different color, background color stucked at grey color. Cannot change anything related to color. Is there any solution?

sujan-lama commented 6 years ago

after I added navigationView.isColored = false at after initialization, it is working. Sorry for creating issue. I will be closing the issue now.