LuseenBottomNavigation icon indicating copy to clipboard operation
LuseenBottomNavigation copied to clipboard

Change background of selected item

Open Leonid-Kiev opened this issue 7 years ago • 0 comments

How can I change background of the selected item in order to make it look like this: screen shot 2017-03-15 at 17 55 45

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

Leonid-Kiev avatar Mar 15 '17 19:03 Leonid-Kiev