Closed senlsy closed 7 years ago
I have some problems too when I use it inside a recycler view.
Hello @senlsy , Oh my gosh, I'm too late to see your response!!! could you tell me why this bug happened? I have find a way to resolve this problem several weeks. orz
Thank you very much for providing this solution!
change PartialView.class resolve public void setFilledDrawable(Drawable drawable) { //new : drawable.getConstantState().newDrawable() ClipDrawable clipDrawable = new ClipDrawable(drawable.getConstantState().newDrawable(), Gravity.LEFT, ClipDrawable.HORIZONTAL); mFilledView.setImageDrawable(clipDrawable); }