jakob-grabner / Circle-Progress-View

Animated circular progress view for Android
MIT License
1.32k stars 242 forks source link

How to add shadow on circle-progress? #55

Open ricardovoigt opened 8 years ago

ricardovoigt commented 8 years ago

How to add shadow on circle-progress?

I tried to add the shadow like this: mBar Paint.setShadowLayer (radius, dx, dy, shadowColor); but without success. : /

Neogene commented 6 years ago

Hoping to get an answer too!