tankery / CircularSeekBar

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

Text inside the seek bar #8

Closed Coehill closed 6 years ago

Coehill commented 6 years ago

Is it possible to have text on the inside of the seek bar?

tankery commented 6 years ago

Do you mean inside the progress bar or inside the circle?

If you mean inside the progress bar, I'm sorry it can't do that. But you can try to layout a TextView cover the seek bar to implement this effect.

Coehill commented 6 years ago

I meant inside the gap in the middle but yeah I could just use a textview to cover it.

tankery commented 6 years ago

Good, happy using it :)