armcha / armcha/LuseenBottomNavigation
Change background of selected item
- Dominant language
- Java
- Stars
- 1k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at DashboardActivity's OnBottomNavigationItemClickListener and the bottomNavigation.getItem(index).setColor call, then reproduce the StackOverflow reported when changing the selected item. The change is complete when the selected item background matches the supplied screenshot without triggering that failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100