Android-SpinKit icon indicating copy to clipboard operation
Android-SpinKit copied to clipboard

SpinKit_Color problem

Open FunnyDevs opened this issue 9 years ago • 0 comments

I have to set SpinKit_Color only by xml file, but it doesn't work for all progressdrawable. In particular, i have seen the problem in "setIndeterminateDrawable" method, where

if(this.mSprite.getColor() == 0) {
            this.mSprite.setColor(this.mColor);
        }

and so, for some drawable, the color doesn't change

FunnyDevs avatar Oct 08 '16 09:10 FunnyDevs