devendroid / ReadMoreOption

Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess.
Apache License 2.0
206 stars 38 forks source link

Need to add "Read More" according to line number #1

Closed vikskod closed 6 years ago

vikskod commented 6 years ago

Please add "Read more" option according to the line number of TextView. Currently, it is only showing "Read more" option with respect to String length.

devendroid commented 6 years ago

good idea, i will add this option on the next update.

devendroid commented 6 years ago

Its done in version 1.0.1 , Now you can add "Read More" option according to line numbers using .textLength(3, ReadMoreOption.TYPE_LINE) But also have a look known issues for some limitations.