Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpandTextView

能够点击展开和收起的ExpandTextView

用户可以自己定义可展开行数和末尾省略文字(默认... 更多)及颜色
在项目中简单这样使用

<com.jidouauto.expandabletextview.ExpandTextView android:id="@+id/expandTextView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="20dp" app:ellipsizeText="展开" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:maxCollapsedLines="3" />

About

能够点击展开和收起的ExpandTextView

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages