ExpandableTextView icon indicating copy to clipboard operation
ExpandableTextView copied to clipboard

实现类似微博内容,@用户,链接高亮,@用户和链接可点击跳转,可展开和收回的TextView

Results 45 ExpandableTextView issues
Sort by recently updated
recently updated
newest added

url不是http开头的 会报ActivityNotFoundException异常

能否支持富文本?

XML设置以后发现没有任何效果 ![image](https://user-images.githubusercontent.com/19257964/113808530-c02e1200-9798-11eb-800e-202deb44c724.png) 不显示展开和收起,点击也没有任何功能,这是RecyclerView的一个item

setContent 我想传一个 SpannableStringBuilder 怎么办?

好库,已经star。 如题,我认为所以需要设置图片的地方都应该可以设图片为空

如题,希望能自定义文字左边或右边的图标 收起^ ^ 收起

例如:http://www.baidu.com后边的文字也会被认为是超链接应该是用的系统的

``` private void action(StatusType type) { boolean isHide = currentLines < mLineCount; if (type != null) { mNeedAnimation = false; } if (mNeedAnimation) { ValueAnimator valueAnimator = ValueAnimator.ofFloat(0, 1); final...