NavigationTabBar
NavigationTabBar copied to clipboard
Can you give each icon a color?
I want different colors for different icons. Is there a way?
I was using following XML code. It is works for me.
app:ntb_active_color="@color/colorOrange" app:ntb_inactive_color="@color/darkGrey"
Don't use, binding.bottomNavigation.setActiveColor(R.color.red); binding.bottomNavigation.setInactiveColor(R.color.colorRose);