uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

-Update to android version 26 and add support for VectorDrawablesCompat. #98

Closed JimVanG closed 6 years ago

JimVanG commented 7 years ago

This commit updates the targetSDKVersion to 26 and adds support for VectorDrawables via the support library. DonutProgress now accepts VectorDrawables as the donut_inner_drawable value. The donut_inner_drawable’s Bitmap initialization has been removed from onDraw() for better performance.