carlosmuvi / SegmentedProgressBar

Instagram like segmented progress bar for Android, written in Kotlin!
132 stars 24 forks source link

how can i remove bar corner radius.. i checked Source code of lib..haven't found any method to remove that. #14

Closed 123pankaj closed 4 years ago

123pankaj commented 6 years ago

@carlosmuvi any update its urgent for me.

carlosmuvi commented 6 years ago

I'm not planning on adding square borders, but feel free to fork the library and add the feature.

Take a look at the 'drawRoundedRect' method. Replacing that by regular drawRect should do the trick.

DmitryM9 commented 5 years ago

Hi. Could it be better to make the corner radius customizable?

carlosmuvi commented 4 years ago

Available in https://github.com/carlosmuvi/SegmentedProgressBar/releases/tag/0.8.2.

Thanks @DmitryM9 !