tankery / CircularSeekBar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android
Apache License 2.0
368 stars 59 forks source link

How to set progress.setPointerIcon #12

Closed AhmadullahSaikat closed 6 years ago

AhmadullahSaikat commented 6 years ago

There have the options to set Pointer Color from progress.setPointerColor(0xfffff000);

But how to set progress.setPointerIcon

tankery commented 6 years ago

Hi, @AhmadullahSaikat ,

This library currently not support custom drawable for pointer, maybe you can modify the library for your own version, and replace the pointer drawing code in onDraw to your own code. You may also need to manage the view's height and width. Please check out #14 for details. Thanks.