Skip to content

1.0.1

Compare
Choose a tag to compare
@skydoves skydoves released this 24 Aug 15:26
· 43 commits to master since this release
4f4c193

Released version 1.0.1.

  • We can apply gradations using View.rainbow() extension directly.
cardView0.rainbow().palette {
   +contextColor(R.color.skyBlue)
   +contextColor(R.color.colorPrimary)
}.background(orientation = RainbowOrientation.TOP_BOTTOM, radius = 8)