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

Event: onMenuCollapsed? #41

Closed
saibbyweb opened this issue Nov 13, 2016 · 1 comment
Closed

Event: onMenuCollapsed? #41

saibbyweb opened this issue Nov 13, 2016 · 1 comment

Comments

@saibbyweb
Copy link

How to know if user didn't choose any menu item / clicked on the remaining visible activity after opening the fab menu?

@yavski
Copy link
Owner

yavski commented Nov 22, 2016

@saibbyweb Sorry for responding so late. You can do the following:

FabSpeedDial fabSpeedDial = (FabSpeedDial) findViewById(R.id.fab_speed_dial);
fabSpeedDial.setMenuListener(new SimpleMenuListenerAdapter() {
    @Override
     public void onMenuClosed() {
          // Do something
     }
});

@yavski yavski closed this as completed Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants