MatteoBattilana / WeatherView

WeatherView is an Android Library let you make cool weather animations for your app
Apache License 2.0
514 stars 80 forks source link

Fix snow RadialGradient #29

Closed hijamoya closed 3 years ago

hijamoya commented 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.

MatteoBattilana commented 3 years ago

Hi @hijamoya, thank you your feedback. I've tested the fix and everything seems working correctly.