Skip to content

Commit

Permalink
update readme for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devendroid committed Aug 22, 2018
1 parent 1302b45 commit 59c2061
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Read More Option
[![](https://jitpack.io/v/devsideal/ReadMoreOption.svg)](https://jitpack.io/#devsideal/ReadMoreOption/1.0.0)
[![](https://jitpack.io/v/devsideal/ReadMoreOption.svg)](https://jitpack.io/#devsideal/ReadMoreOption)
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-ReadMoreOption-green.svg?style=flat )]( https://android-arsenal.com/details/1/7058)
[![GitHub license](https://img.shields.io/github/license/dcendents/android-maven-gradle-plugin.svg )]( http://www.apache.org/licenses/LICENSE-2.0.html)

Expand All @@ -23,7 +23,7 @@ Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess
#### Step 2. Add the dependency
```gradle
dependencies {
implementation 'com.github.devsideal:ReadMoreOption:1.0.0'
implementation 'com.github.devsideal:ReadMoreOption:1.0.1'
}
```
Expand Down Expand Up @@ -53,6 +53,7 @@ Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess
### Known Issue

- [ ] expandAnimation not works with ListView/RecyclerView.
- [ ] textLength(n, ReadMoreOption.TYPE_LINE) not works with ListView/RecyclerView.

## License
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies {

implementation project(':readmoreoption')

//implementation 'com.github.devsideal:ReadMoreOption:1.0.0'
//implementation 'com.github.devsideal:ReadMoreOption:1.0.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public MyAdapter.ViewHolder onCreateViewHolder(ViewGroup parent,

@Override
public void onBindViewHolder(ViewHolder holder, int position) {

readMoreOption.addReadMoreTo(holder.mTextView,context.getString(R.string.dummy_text));
}

Expand Down

0 comments on commit 59c2061

Please sign in to comment.