LuseenBottomNavigation
LuseenBottomNavigation copied to clipboard
Change background of selected item
How can I change background of the selected item in order to make it look like this:
I tried to do i this way: bottomNavigation.getItem(index).setColor(ContextCompat.getColor(DashboardActivity.this, R.color.colorPurpleButtonPressed)); inside of the OnBottomNavigationItemClickListener, but it causes StackOverFlow