Open mrwonderman opened 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:
To be more general it will be awesome if it is made around a View. Like addView method or something .
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: