-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels