Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

v 1.1.2

Compare
Choose a tag to compare
@jahirfiquitiva jahirfiquitiva released this 07 Feb 05:12
· 26 commits to master since this release
  • 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 FloatingActionButtons 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)

bitmoji