https://kotlinlang.org logo
#compose
Title
# compose
r

Robert Menke

11/28/2020, 6:04 PM
Are there any good tutorials out there for drawing gradients with compose? I’m finding the RadialGradient api a bit confusing.
n

Nader Jawad

11/28/2020, 6:07 PM
Here's an example of using a RadialGradient: https://gist.github.com/nadewad/59f05af4219bffd528e10377290eb26f
r

Robert Menke

11/28/2020, 7:50 PM
Thanks @Nader Jawad I’ll see if I can reason my way through the example
3 Views