Closed romainpiel closed 10 years ago
Thanks good idea both of them. It's true I've been a bit lazy calling super. As soon as I find some spare time I do it, commit and I comment back here.
Cool, I'm moving your code to a custom drawable it makes more sense. Will send a pull request later on.
Solved (9e16410839dd189d1e91d8b5ac3ba72b818750cc)
Hey,
Good job mate for this library! A couple of comments there:
super.onDraw(canvas)
I would actually clone the code fromProgressBar
, remove what I don't need and set that as a base class for my custom progress bars.Good idea anyway!