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