Varun Ramani
Varun Ramani
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);
Still no solution for this? I'm facing the issue with 4.0.6 as well
One thing I noticed is this happens when there is data for only one series and others are empty.
@traex we have a view which has a custom background which is rounded, if we wrap that view inside rippleview the ripple does not get clipped to the backgrounds bounds...