CircleProgressBar icon indicating copy to clipboard operation
CircleProgressBar copied to clipboard

A simple library for creating circular progressbars for Android

Results 5 CircleProgressBar issues
Sort by recently updated
recently updated
newest added

Could you please migrate the artifact for this project to a different host? https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

The line 68 in `CircleProgressBar.java` ` strokeWidthDimension = ta.getFloat(R.styleable.CircleProgressBar_strokeWidthDimension, 10);` should be changed to: ` strokeWidthDimension = ta.getDimension(R.styleable.CircleProgressBar_strokeWidthDimension, 10);` because the strokeWidthDimension is defined as a dimension.

Hi there, I ran accross the files because the class "CircleProgressBar" was not found and triggered that there is only one class in your library: "BuildConfig". Download the library by...

I've tried `\n` but it doesnt work. Is it possible to have two lines of text?

enhancement