Skip to content

SetColor Methods #4

@Mahan3340

Description

@Mahan3340

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions