Android-SpinKit
Android-SpinKit copied to clipboard
SpinKit_Color problem
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