Skip to content

want to change fillColor  #15

@PratikSonawane10

Description

@PratikSonawane10

hi,
i want to change fillcolor according to my if condition, how can i do this?

if (somevalue = 20){
fillableLoader.setFillColor(Color.parseColor("#4CAF50"));
}
else {
fillableLoader.setFillColor(Color.parseColor("#CDDC39"));
}
i done something like this but its not working, color is not changing.
please help me out.
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