CircleCheckBox
CircleCheckBox copied to clipboard
SetColor Methods
Hi , just wanted to mention that setColors methods is not working and I had to do something Like this : make circleBorderColor (or whatever you want) and mPaintPageStroke public variables and CircleCheckBox checkBox = (CircleCheckBox)findViewById(R.id.fast_checkbox); checkBox.circleBorderColor = Color.argb(255, 255, 255, 255); and call this method on my own : checkBox.mPaintPageStroke.setColor(finalHolder.checkBox.circleBorderColor) or just call mPaintPageStroke.setColor() for what ever color you need but anyway just nice Animations and so .. thank you
HI @Mahan3340 I'll fix this after the holidays thanks :)