HarinTrivedi / FABRevealMenu-master

A general purpose android UI library to show a user show menu in accordance of Floating action button with material design guidelines.
https://harintrivedi.github.io/FABRevealMenu-master/
Apache License 2.0
614 stars 117 forks source link

removed all handlers from FABRevealMenu and use the view's one instead #19

Closed MFlisar closed 6 years ago

MFlisar commented 6 years ago

I made following adjustments:

The first thing also solves bugs that happen if you recreate the view at runtime, which currently sometimes messes up layouts (i.e. changing menu direction after view inflation)

MFlisar commented 6 years ago

Additionally added following:

HarinTrivedi commented 6 years ago

@MFlisar, Thanks for the contribution.