SimplifySpan icon indicating copy to clipboard operation
SimplifySpan copied to clipboard

A easy-to-use and powerful Spannable library

Results 6 SimplifySpan issues
Sort by recently updated
recently updated
newest added

I have checkbox ☑ and whenever I tap on spannable link then checkbox state change how to prevent it when user tapping on link? [Want i want](https://stackoverflow.com/questions/8184597/how-do-i-make-a-portion-of-a-checkboxs-text-clickable)

添加标签,设置边框时,有时候边框的一侧明显宽度变小了。

From CustomImageSpan.java ``` @public void draw() { ...... if (drawableHeight > textHeight) { super.draw(canvas, text, start, end, x, top, y, bottom, paint); return; } ..... ``` From code we can...