Closed hijamoya closed 3 years ago
You can refer this article:
https://blog.stylingandroid.com/radialgradient-gradients/
The problem is, if you use Color.TRANSPARENT in gradient, it will give different results between the hardware and software layer rendering, causing the snow effect in some older devices (api level 21) are very bad.
This pr will fix the problem.
Hi @hijamoya, thank you your feedback. I've tested the fix and everything seems working correctly.
You can refer this article:
https://blog.stylingandroid.com/radialgradient-gradients/
The problem is, if you use Color.TRANSPARENT in gradient, it will give different results between the hardware and software layer rendering, causing the snow effect in some older devices (api level 21) are very bad.
This pr will fix the problem.