You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional context
Android version: All versions
WeekView version: [e.g. 5.3.2]
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: