-
Notifications
You must be signed in to change notification settings - Fork 378
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
how to set an item inactive when centre button clicked? #92
Comments
same problem here. |
Last commit in March. I think they dont work anymore :D |
Hey @lreiner spaceNavigationView?.setActiveSpaceItemColor(resources.getColor(R.color.colorGreyStep)) |
thanks it worked. BTW here is the Java Solution:
|
spaceNavigationView.changeCurrentItem(-1) |
No description provided.
The text was updated successfully, but these errors were encountered: