MaterialCircleProgressBar
MaterialCircleProgressBar copied to clipboard
Progress wheel not visible when using in recylceview
When using the progress wheel in the footer of the recyclerview, it appears for the first time but when binds again the next time only the circular background is visible.
I've fixed it in the following repo https://github.com/varunrramani/MaterialProgressBar
when binding the view in the footer you need to do the following
mProgressWheelBottom = ((ProgressViewHolder) holder).progressWheelBottom; MaterialProgressDrawable drawable = new MaterialProgressDrawable(context, view); mProgressWheelBottom.setImageDrawable(drawable);