WaveView icon indicating copy to clipboard operation
WaveView copied to clipboard

Gradient fill?

Open sagarvasnani opened this issue 4 years ago • 1 comments

Is there a scope of the library being updated to support gradient fills? In order to support a subtle effect like the following (I am referring to the background alone, ignore the dark objects on each image) image It's a part of an app I am working on that has millions of downloads, and would thus impact a huge audience.

sagarvasnani avatar Jan 28 '21 13:01 sagarvasnani

Hi, drawing a gradient in View is very simple, you can modify the source code and just draw the gradient at the beginning of drawing.

john990 avatar Jan 29 '21 03:01 john990