Skip to content

Commit 4b105a1

Browse files
committed
update assets
1 parent 7e076e4 commit 4b105a1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Diff for: .idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Read More option
1+
# Read More Option
22
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-VectorChildFinder-green.svg?style=flat )]( https://android-arsenal.com/details/1/6733 )
3-
[![](https://jitpack.io/v/devsideal/VectorChildFinder.svg)](https://jitpack.io/#devsideal/VectorChildFinder/1.0.0)
4-
[![GitHub license](https://img.shields.io/github/license/dcendents/android-maven-gradle-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
3+
[![](https://jitpack.io/v/devsideal/ReadMoreOption.svg)](https://jitpack.io/#devsideal/ReadMoreOption/1.0.0)
4+
[![](https://img.shields.io/github/license/dcendents/android-maven-gradle-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
55

66
Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess.
77
## Demo
@@ -23,7 +23,7 @@ Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess
2323
#### Step 2. Add the dependency
2424
```gradle
2525
dependencies {
26-
compile 'com.github.devsideal:VectorChildFinder:1.0.0'
26+
implementation 'com.github.devsideal:ReadMoreOption:1.0.0'
2727
}
2828
2929
```
@@ -44,7 +44,7 @@ Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess
4444
.labelUnderLine(true)
4545
.build();
4646

47-
readMoreOption.addReadMoreTo(tv, getString(R.string.dummy_text));
47+
readMoreOption.addReadMoreTo(textView, getString(R.string.long_desc));
4848

4949
```
5050

Diff for: assets/rmo-1.0.0.gif

-859 KB
Loading

0 commit comments

Comments
 (0)