CenterButtonColor
I want to add gradient color on CentreButtonColor from drawable file from java and xml both but its not working.
Even the code below for changing CentreButtonColor is also not working spaceNavigationView.setCentreButtonColor(ContextCompat.getColor(context,R.color.yourColor));
@PiaDeveloperBr TO DO , you can get fab in this way (ugly hacking) ,
FloatingActionButton fab = ((FloatingActionButton) ((RelativeLayout) spaceNavigationView.getChildAt(1)).getChildAt(0));
Cool Thanks! Check your mail today 😒😉
On Tue, Nov 29, 2016 at 12:16 PM, Arman [email protected] wrote:
@PiaDeveloperBr https://github.com/PiaDeveloperBr TO DO , you can get fab in this way (ugly hacking) ,
FloatingActionButton fab = ((FloatingActionButton) ((RelativeLayout) spaceNavigationView.getChildAt(1)).getChildAt(0));
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/armcha/Space-Navigation-View/issues/39#issuecomment-263490391, or mute the thread https://github.com/notifications/unsubscribe-auth/APlDDlg0uOyIf6Pjy2pKytGAAaqsOHdHks5rC8pUgaJpZM4K8z6q .
Will this bug be fixed in the near future?