Material-ProgressView icon indicating copy to clipboard operation
Material-ProgressView copied to clipboard

🔥A beautiful, gradual and simple used progress view for android.

Results 8 Material-ProgressView issues
Sort by recently updated
recently updated
newest added

trackColor颜色设置(透明度)如:#4DCBD6DB,影响正常进度条颜色显示

Hi ! i would like to know if its possible to go beyond 100% I'm working with some "goal x result" app and it may be possible to go beyond...

good first issue

progress not working any way in recyclerview adapter ? what must i do !! help me plz

bug

When Ever I set Track width with layout height it doesn't match with that height. Can u help me out.

需求:想要使用作者中间镂空的圆环样式; 下载demo,看到作者是在Swicth中通过 //------代码------- case R.id.csc_isGraduated: if (isChecked){ //在这里改变样式 circleProgressView.setGraduatedEnabled(true); }else { circleProgressView.setGraduatedEnabled(false); } break; 但是我把 circleProgressView.setGraduatedEnabled(true); 添加到初始化的时候,样式无法改变

bug
improvement

还是用之前评论里的方法解决的 circleProgressView.post(new Runnable() { @Override public void run() { circleProgressView.setGraduatedEnabled(true); } });

improvement

![maxthonsnap20180924123416](https://user-images.githubusercontent.com/19896174/45968309-35300680-bff6-11e8-852f-65c9b041f45d.png) When the progress text is hidden, the space reserved for the progress text is still there. When the text is hidden, the space should not be there. This is...

improvement