Releases: yavski/fab-speed-dial
Releases · yavski/fab-speed-dial
1.0.5
- Saved state on rotation, i.e. the menu options remain visible on changing the orientation
- Support for multi-color menu items, i.e. you can now tint the background of the mini fabs individually and set text color to their titles
- Fix for #29
1.0.4
- Dynamically show() / hide() FAB
- Set background to the container of FAB via the xml attribute touchGuardDrawable (currently it works with FrameLayout, CoordinatorLayout and RelativeLayout only)
1.0.3
- Support for publishing to Maven locally
- Support for MenuItem#setVisible() to dynamically change the visibility of individual menu items
- Added miniFabTitleBackgroundTint to tint the background of the titles of the menu items.
- Added miniFabTitlesEnabled to optionally hide the titles of the menu items; this can be handy when dealing with shared menu resources.
1.0.2
- Renamed menu's title styles due to conflicting names
1.0.1
- Fix for
java.lang.ClassCastException: android.view.ViewRootImpl cannot be cast to android.view.ViewGroup
in FabSpeedDial.java
- Fix for mini-fab misalignment in
non-CoordinatorLayout
view groups