-
Notifications
You must be signed in to change notification settings - Fork 123
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
Please add a posibility to change menu programly #61
Comments
@Kolyall I also wanted to change menu at runtime. |
@Henriquedn can you post an example how you change visibility for menu items? |
@Kolyall am assuming there is something (data) on your fragment/activity that determines which menu you want to be inflated by the fab. Create two Fabs if(x) show fab one this is just a quick fix not the actual implementation |
@Henriquedn
|
Please add a possibility to change menu programmatically, because now it can be set only from layout:
app:fabMenu="@menu/menu_fab"
The text was updated successfully, but these errors were encountered: