Skip to content

1.0-alpha05

Pre-release
Pre-release
Compare
Choose a tag to compare
@leinardi leinardi released this 17 Apr 20:05
· 165 commits to master since this release
1.0-alpha05
898eae8
  • Added Menu Resource support (no color customization possible)
  • Drawables are not parcelables so is not possible to restore them when the view is recreated
    for example after an orientation change. If possible always use the DrawableRes.
  • Fixed Expansion mode and rotate angle not persisted on orientation change
  • Fixed inverted behavior for SpeedDialView.setMainFabOpenBackgroundColor
    and SpeedDialView.setMainFabCloseBackgroundColor
  • Added SpeedDialView.getActionItems()
  • Added SpeedDialView.getMainFab()
  • SpeedDialView.OnChangeListener.onMainActionSelected() now returns true to keep the Speed Dial open, false to close it
  • Optional no animation for open/close/toggle