mrwonderman / android-square-progressbar

An android library to display a progressbar that goes around an image.
http://halcyon.ch/android-square-progressbar-v-1-6-0/
1.28k stars 285 forks source link

better way to display text instead of an image #37

Open mrwonderman opened 9 years ago

mrwonderman commented 9 years ago

This is a quite requested feature (see #16). But I'm not so sure if I want to depend on a TextView to handle the text. The idea I had was to use a canvas and then convert it to a Bitmap and set that to the SquareProgressbar:

settext_idea

RahulZoldyck commented 8 years ago

To be more general it will be awesome if it is made around a View. Like addView method or something .