zendesk / android-floating-action-button

Floating Action Button for Android based on Material Design specification
Apache License 2.0
6.38k stars 1.45k forks source link

Enhancement for FAB Menu #273

Open Ashok-Varma opened 8 years ago

Ashok-Varma commented 8 years ago

When we open FAB menu and click outside the Menu, then the Menu should collapse.

arkus7 commented 8 years ago

Can't you just try to code this in method?

    @Override 
    public void onMenuExpanded() { ... }

I think there will be many apps, which won't want to menu collapse automatically.