Skip to content

Latest commit

 

History

History

readmore-view

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

ReadMoreTextView

Maven Central

A library that show 'Read more' and 'Read less' text in Android TextView.

For more information, visit the documentation: https://webtoon.github.io/ReadMoreTextView/readmore-view

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.webtoonscorp.android:readmore-view:<version>"
}