This library provides collapsible Text widgets with 'Read more' and 'Read less' text. (Including Jetpack Compose)
Collapsed | |
---|---|
Expanded |
Each release outlines the version of the AppCompat or Compose library it depends on.
AppCompat 1.3 (1.3.x) | |
AppCompat 1.4 (1.4.x) | |
AppCompat 1.5 (1.5.x) | |
AppCompat 1.6 (1.6.x) | |
AppCompat 1.7 (1.7.x) |
Compose 1.1 (1.1.x) | |
Compose 1.2 (1.2.x) | |
Compose 1.3 (1.3.x) | |
Compose 1.4 (1.4.x) | |
Compose 1.5 (1.5.x) | |
Compose 1.6 (1.6.x) | |
Compose 1.7 (1.7.x) | |
Compose 1.8 (1.8.x) |
We are currently releasing various libraries for AppCompat or Compose.
A library that provides collapsible TextView
with 'Read more' and 'Read less' text. (for Android View System)
A library that provides collapsible BasicText
with 'Read more' and 'Read less' text. (for Jetpack Compose)
A library that provides collapsible Text
with 'Read more' and 'Read less' text based on Material Theme. (for Jetpack Compose)
A library that provides collapsible Text
with 'Read more' and 'Read less' text based on Material3 Theme. (for Jetpack Compose)
This libraries provide the same attributes as much as possible regardless of View or Compose.
2 (default) | |
---|---|
"1" |
Ellipsis (default) | |
---|---|
Clip |
"" (default) | |
---|---|
"Read more" |
Same with textSize (default) |
|
---|---|
"11sp" |
Same with textColor (default) |
|
---|---|
"#FF0000" |
Normal (default) | |
---|---|
Bold | |
Italic |
false (default) | |
---|---|
true |
null (default) |
|
---|---|
TextDecoration.Underline |
"" (default) | |
---|---|
"Read less" |
Same with textSize (default) |
|
---|---|
"11sp" |
Same with textColor (default) |
|
---|---|
"#FF0000" |
Normal (default) | |
---|---|
Bold | |
Italic |
false (default) | |
---|---|
true |
null (default) |
|
---|---|
TextDecoration.Underline |
The toggle area is the red box in the following image.
all (default) | |
---|---|
more | |
none |
All (default) | |
---|---|
More |
If you want to check the version currently in development, you can use the snapshot versions.
The snapshot versions are updated on every commit to main
branch.
repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
// Check the latest SNAPSHOT version from the link above
classpath 'com.webtoonscorp.android:readmore-view:XXX-SNAPSHOT'
}
Copyright 2022 NAVER Webtoon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.