Is it possible to change the color of a line in StrikethroughSpan without changing text color?
setSpan(
StrikethroughSpan(),
start,
start + credit.length,
Spanned.SPAN_INCLUSIVE_EXCLUSIVE
)
Is it possible to change the color of a line in StrikethroughSpan without changing text color?
setSpan(
StrikethroughSpan(),
start,
start + credit.length,
Spanned.SPAN_INCLUSIVE_EXCLUSIVE
)