zendesk / android-floating-action-button

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

how to close FloatingActionMenu when Click on Fab button on FabMenu? #368

Open shaunty21 opened 6 years ago

ShahulAndro commented 5 years ago

@shaunty21 you can use collapse()/expand() methods to collapse/expand in floating action menu. you can use isExpanded() method to check floatingaction menu status.