Space-Navigation-View icon indicating copy to clipboard operation
Space-Navigation-View copied to clipboard

CenterButtonColor

Open PiaDeveloperBr opened this issue 9 years ago • 4 comments

I want to add gradient color on CentreButtonColor from drawable file from java and xml both but its not working.

PiaDeveloperBr avatar Nov 26 '16 05:11 PiaDeveloperBr

Even the code below for changing CentreButtonColor is also not working spaceNavigationView.setCentreButtonColor(ContextCompat.getColor(context,R.color.yourColor));

PiaDeveloperBr avatar Nov 26 '16 05:11 PiaDeveloperBr

@PiaDeveloperBr TO DO , you can get fab in this way (ugly hacking) ,

FloatingActionButton fab = ((FloatingActionButton) ((RelativeLayout) spaceNavigationView.getChildAt(1)).getChildAt(0));

armcha avatar Nov 29 '16 06:11 armcha

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 .

PiaDeveloperBr avatar Dec 30 '16 05:12 PiaDeveloperBr

Will this bug be fixed in the near future?

mustafagercek avatar Jan 06 '17 22:01 mustafagercek