Use NoUnderlineClickableSpan instead of overriding ClickableSpan::updateDrawState using textPaint.setUnderlineText(false) |
||
Issue descriptionA new class NoUnderlineClickableSpan which shows a clickable link with underlines turned off was added in patch: https://codereview.chromium.org/1739523002/ So code use ClickableSpan which overrides its updateDrawState(TextPaint textPaint) function with: textPaint.setUnderlineText(false); can re-use this new class.
,
Mar 29 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 25 2016