thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Subtitle text color merges with title text color #267

Open IonutNegru87 opened 2 years ago

IonutNegru87 commented 2 years ago

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

thellmund commented 2 years ago

👋 Can you create a sample repository that shows the issue? I can’t reproduce it myself.