Closed frankwangyufei closed 3 years ago
Describe the bug Unable to set dayBackgroundColor programmatically
To Reproduce
binding.weekView.dayBackgroundColor = Color.parseColor("#ff0000")
onCreate
Expected behavior Background is set to red
Screenshots
Additional context
Thanks for reporting these issues. I addressed them in #234 and will release the next version today.
Describe the bug Unable to set dayBackgroundColor programmatically
To Reproduce
binding.weekView.dayBackgroundColor = Color.parseColor("#ff0000")
withinonCreate
(line 42, for example)Expected behavior Background is set to red
Screenshots
Additional context