NumberProgressBar icon indicating copy to clipboard operation
NumberProgressBar copied to clipboard

A beautiful, slim Android ProgressBar.

Results 29 NumberProgressBar issues
Sort by recently updated
recently updated
newest added

I recently updated my working project to Android Studio 3 with all the latest repository versions and i ran into an issue with your library: `android.view.InflateException: Binary XML file line...

1.我发现进度到达末尾时,百分比值仍在变化,其原因在于百分之值遮盖了尾部进度条变化过程,我采取的解决方案是在总进度宽度中切除了drawTextWidth,unReachedBar的宽度也会进行一些类似处理。

Hi, I am using your library in my android application to show some progress bar. It is a wonderful library. I am expecting a function, How can I set a...

`myBody = new MyBody(requestBody, new MyBody.ProgressListener() { @Override public void onProgress(long currentBytes, long contentLength) { int current = new Long(currentBytes).intValue(); int total = new Long(contentLength).intValue(); if (seted) { numberProgressBar.setMax(total); //只设置一次最大值...

I want to use NumProgressBar to show progress in notification, it show an error: Couldn't inflate contentViewsandroid.view.InflateException: Binary XML file line #37: Binary XML file line #37: Error inflating class...

This component currently does not support Android databinding. Any upcoming fix?