Skip to content

2.1.9

Compare
Choose a tag to compare
@skydoves skydoves released this 02 Dec 15:27
aae49f2

🎉 Released a new version 2.1.9! 🎉

What's New?

  • Added setIsMaterial(Boolean) functionality.
    The PowerMenu and CustomPowerMenu uses CardView instead of the MaterialCardView.
    If we set the isMaterial(true) function, they will be inflated with the MaterialCardView.
  • Changed previous layout resources naming conventions. (29b023c)
  • Refactored internal codes.