- Use hardware layers to get smoother animations
- Added
FloatingActionsMenu.collapseImmediately()
- Fixed
setEnabled
behavior on FloatingActionsMenu - Fixed minor bug in FloatingActionsMenu height calculation
- Fixed issue with manual menu creation
- Fixed issue with missing label on FloatingActionButton added, remove and added again
- Fixed libpng warings on processing shadow resources. Bonus: new assets are a bit lighter
- Labels are now clickable
- Added
fab_labelsPosition
attribute - Fixed issue with labels style being overridden by theme style
- Added removeButton API to FloatingActionsMenu
- Fixed NPEs related to incorrect animators initialization
- Fixed labels positions for FloatingActionsMenu with mini add button
- Added disabled state for FloatingActionButton background
- Added button size attribute for FloatingActionsMenu add button
- Fixed setting FloatingActionButton icon with
fab_icon
XML attribute - Fixed issues with changing visibility of FloatingActionButtons inside FloatingActionsMenu
- Added icon drawable setter for FloatingActionButton
- Better looking strokes of FloatingActionButtons
- Option to disable strokes of FloatingActionButton
- Added labels setter for FloatingActionButton
- Reduce memory footprint of FloatingActionButton and fix OOM issues.
- Added support for labels in FloatingActionsMenu expanding in vertical direction.
- Fixed IDE error when using
setSize(FloatingActionButton.SIZE_FOO)
setter.
- Fixed horizontal alignment of mini FloatingActionButtons in FloatingActionsMenu
- Added support for different FloatingActionsMenu expand directions
- Support transparent buttons
- Added xxxhdpi drawables
- Added consumer proguard configuration to library
- Added getters and setters for FloatingActionButton properties
- Exposed FloatingActionsMenu isExpanded property
- Fixed issue with broken animation state after screen rotation
- Fixed name clash with appcompat v21. All FloatingActionButton attributes are now prefixed with 'fab_' prefix
- Initial release.