devendroid / ReadMoreOption

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

it has here are problems when using in recyclerview item #3

Closed ImportEffort closed 6 years ago

ImportEffort commented 6 years ago

There are problems when using in recyclerview item . The problem is that the expanded state is reclaimed after the item is reclaimed.

devendroid commented 6 years ago

Do the following when using with RecyclerView/ListView -

  1. Disable animation like expandAnimation(false)
  2. Don't use text length using line no, use like textLength(300,ReadMoreOption.TYPE_CHARACTER)

Because these are known issues i mentioned in doc.