armcha / armcha/LuseenBottomNavigation

Change background of selected item

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
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:
![screen shot 2017-03-15 at 17 55 45](https://cloud.githubusercontent.com/assets/8579320/23968151/582a1380-09ca-11e7-8cf3-e2e5af4e45b4.JPG)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.