This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
v 1.1.2
- Added a couple new methods to the library. Might be unstable please report any issues if you use them:
FABsMenu#addAllButtons(TitleFAB... buttons)
FABsMenu#addButton(TitleFAB button, int index)
FABsMenu#removeButton(int index)
FABsMenu#removeAllButtons()
FABsMenu#show()
FABsMenu#show(boolean expand)
FABsMenu#hide()
FABsMenu#hide(boolean expand)
FABsMenu#setOverlayColor(@ColorInt int color)
FABsMenu#setAnimationDuration(int duration, boolean applyToOverlay)
FABsMenuLayout#setAnimationDuration(int duration)
FABsMenuLayout#show()
FABsMenuLayout#show(boolean immediately)
FABsMenuLayout#hide()
FABsMenuLayout#hide(boolean immediately)
- Title click is enabled by default now.
- The default size of the
FloatingActionButton
s inside the menu is mini now. - Fixed an issue where modifying certain attributes of the
MenuButton
would not properly update it. - Fixed an issue that made the overlay disappear some times.
- Code cleanup
- Added support for AboutLibraries
- Updated sample app (and you can now download it from releases attachments or using this link)