Releases: ShamylZakariya/FlyoutMenus
Releases · ShamylZakariya/FlyoutMenus
Release list
0.5.3
0.5.2
All FlyoutMenuView attributes are now prefixed with fm, such that borderSize becomes fmBorderSize, etc. This is to avoid namespace collisions with other libraries.
0.5.1
Add support going back to API 16.
Note, this version now uses the attribute app::buttonSize to specify the size of the trigger button. Previous versions fit the button to the largest circle contained in the explicit layout_width/layout_height. Now, layout_width and layout_height should be set to wrap_content (or whatever)