How to have different color for line and text in StrikethroughSpan?

Viewed 35

Is it possible to change the color of a line in StrikethroughSpan without changing text color?

enter image description here

 setSpan(
        StrikethroughSpan(),
        start,
        start + credit.length,
        Spanned.SPAN_INCLUSIVE_EXCLUSIVE
    )
0 Answers
Related