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

Support rounded corner? #46

Closed bliveinhack closed 7 years ago

bliveinhack commented 7 years ago

Hey, Great work. can we have rounded corner? any plans or tips for that?

mrwonderman commented 7 years ago

@bliveinhack hi, rounded corners are now implemented. Just use setRoundedCorners(true) on your SquareProgressBar. Thanks for bringing this up.