Skip to content

Releases: saurabharora90/MaterialArcMenu

2.0.0

31 Jul 10:08
Compare
Choose a tag to compare
  • Migrate to AndroidX and MDC 1.0
  • Add support for changing Arc Menu FAB icon though Java/Kotlin Code.

Release 1.5.0

11 Dec 11:19
Compare
Choose a tag to compare
  • Support for different FAB sizes #11
  • Allow placement of the ArcMenu at the top of the screen. See Sample for implementation details. Note: The top placement does't work with the CoordinatorLayout Behaviour for the AppBarLayout. #12

Version 1.4.1

15 Apr 04:11
Compare
Choose a tag to compare

Add support for margin customization

Version 1.4

30 Jan 12:02
Compare
Choose a tag to compare

Add support for changing radius from java class.

Version 1.3

20 Jan 09:39
Compare
Choose a tag to compare

Breaking Changes: The menu (floating action button) has a margin of 16dp added to it by default to follow the material design guidelines. Apps should no longer use 'android:layout_margin' to apply the margins. This approach fixes the broken shadows as well.

Version 1.2

12 Jan 18:07
Compare
Choose a tag to compare

Add scale, alpha and rotate animation for a more pleasant experience.

Version 1.1.1

12 Jan 17:13
Compare
Choose a tag to compare

Support for control elevation of FAB Menu

Version 1.1

12 Jan 17:12
Compare
Choose a tag to compare
  1. Add state change listener to be notified of menu opened and closing events
  2. Allow user to configure animation time for menu to open and close