Describe the bug
Setting a subtitle with SpannableString using ForegroundColorSpan applies the same color to the title also.
To Reproduce
Set a color for the title using eventTextColor in xml.
Set subtitle using WeekViewEntity in onCreateEntity.
For the subtitle CharSequence use a SpannableString with a color for the text.
Expected behavior
The title should keep the color set in xml via eventTextColor property.
Describe the bug Setting a subtitle with SpannableString using ForegroundColorSpan applies the same color to the title also.
To Reproduce Set a color for the title using
eventTextColor
in xml. Set subtitle usingWeekViewEntity
inonCreateEntity
. For the subtitle CharSequence use a SpannableString with a color for the text.Expected behavior The title should keep the color set in xml via
eventTextColor
property.Additional context