static-progress-bar icon indicating copy to clipboard operation
static-progress-bar copied to clipboard

Custom static progress bar for Android where you can set your own shape and color.

Results 5 static-progress-bar issues
Sort by recently updated
recently updated
newest added

I'm sorry but i don't see how do I set the current progress or percentage for the progress bar, there is a setMaximun percentage and getCurrentPercentage but there is no...

I love this class. I think it's so awesome and is my favorite progress bar so far. Few things: - [ ] `getColor()` is deprecated. Replace `getResources().getColor(` with `ContextCompat.getColor(getContext(), `...

Hey there, This is a great library, but it would be useful if there was a Gradle repository so this lib can be integrated into an app with ease. Thanks!

I'm setting that value after the CustomProgress is created so it does nothing and gets the default value?? This is how I finally implemented the static progress bar: my_activity.xml ProgressBar...

When you change the orientation from landscape to portrait the screen doesn't refresh correctly. You should call resetWidth() in the initView() method.