Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BottomNavigationView item selection animation is lost #1

Open
JorgeCastilloPrz opened this issue Jan 28, 2017 · 1 comment
Open

BottomNavigationView item selection animation is lost #1

JorgeCastilloPrz opened this issue Jan 28, 2017 · 1 comment

Comments

@JorgeCastilloPrz
Copy link

JorgeCastilloPrz commented Jan 28, 2017

First of all, thanks for the sample project.

I find a direct problem with the approach you showcasing on this project. If you set an item of the view checked "manually" you lose the item selection animation of the BottomNavigationView forever. (Even if you switch pages using the swipe gesture over the viewpager).

That happens because marking an item as checked makes the selector to display it as selected instantly, but you are not really using the bottom navigation internal navigation methods (those are private).

Did you find any way to solve this ?

Thanks.

@Mahdihringrid
Copy link

does it works with multiples items (more then 3 ) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants