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

use OnGlobalLayoutListener of the correct view instead of post method… #26

Closed MFlisar closed 6 years ago

MFlisar commented 6 years ago

… for calculating animation center

Solves https://github.com/HarinTrivedi/FABRevealMenu-master/issues/24 maybe, not sure though...

Any ideas on this @HarinTrivedi ?