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
repositories {
mavenCentral()
}
dependencies {
implementation "com.webtoonscorp.android:readmore-view:<version>"
}