CircleCheckBox icon indicating copy to clipboard operation
CircleCheckBox copied to clipboard

SetColor Methods

Open Mahan3340 opened this issue 9 years ago • 1 comments

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

Mahan3340 avatar Dec 21 '16 09:12 Mahan3340

HI @Mahan3340 I'll fix this after the holidays thanks :)

arlindiDev avatar Dec 22 '16 12:12 arlindiDev