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

Setters for FloatingActionsMenu properties #49

Open
chalup opened this issue Dec 8, 2014 · 2 comments
Open

Setters for FloatingActionsMenu properties #49

chalup opened this issue Dec 8, 2014 · 2 comments

Comments

@chalup
Copy link
Contributor

chalup commented Dec 8, 2014

No description provided.

@ghost
Copy link

ghost commented May 13, 2015

Saw this on stackoverflow, would this solve the issue?

It looks like FloatingActionsMenu has no getter/setter for this. To get this feature you can fork the project and add getter for mAddButton member of FloatingActionsMenu class:

AddFloatingActionButton getAddButton(){
return mAddButton;
}
Then you will be able to call methods of FloatingActionButton class :

floatingmenu.getAddButton().setColorNormal(...);

@TheRedShadow
Copy link

Can you implement this? We need it :) Thanks for your amazing work!

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

No branches or pull requests

2 participants