-
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
setCentreButtonColor() does nothing and changeCenterButtonIcon() resets icon filter to black #96
Comments
I have the same bug with setActiveCentreButtonIconColor() and setInActiveCentreButtonIconColor(), do you found solution for this? |
I have not called spaceNavigationView.setCentreButtonSelectable(true) , after i call this in activity onCreate my problem is gone, try this ,maybe your problem in this |
I have just started to use the library, same use-case I wanna change the center dynamically but it does work only when changed during the onCreate phase. I does not work after that. |
Hello again! I'm implementing a logic to change the center button's appearance for each fragment from
viewPage
, the icons change but unfortunately their tint resets to black,setActiveCentreButtonIconColor()
andsetInActiveCentreButtonIconColor()
make no changes.changeCenterButtonIcon()
doesn't work as well.I hard-coded my svg icons to be white but still, they become black on icon change.
setCentreButtonIconColorFilterEnabled()
does nothing.are there any solutions?
#FF000000
black looks really ugly.The text was updated successfully, but these errors were encountered: