bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

Implement shadows for SeriesItem #20

Closed bmarrdev closed 8 years ago

bmarrdev commented 8 years ago

Implement shadows the appear around SeriesItem. This is done using the Paint.setShadowLayer() feature, which will not work for canvas draw operations such as drawArc() when Hardware acceleration is enabled, which is the case on API 14+ by default. A helper function is provided to turn off hardware acceleration for the view