Skip to content

Releases: ShamylZakariya/FlyoutMenus

0.5.3

Choose a tag to compare

@ShamylZakariya ShamylZakariya released this 15 Jul 20:55

Move minSdkSupport down to 14

0.5.2

Choose a tag to compare

@ShamylZakariya ShamylZakariya released this 15 Jul 15:40

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

Choose a tag to compare

@ShamylZakariya ShamylZakariya released this 12 Jul 14:59

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)