New
Unclaimed project
Are you a maintainer of Rainbow? Claim this project to take control of your public changelog and roadmap.
Changelog
🌈 An expressive Kotlin DSL for dynamically creating and applying gradients, text shaders, and tints to any Android View.
Released version 1.0.1.
View.rainbow() extension directly.cardView0.rainbow().palette {
+contextColor(R.color.skyBlue)
+contextColor(R.color.colorPrimary)
}.background(orientation = RainbowOrientation.TOP_BOTTOM, radius = 8)