KyoSherlock / ExpandableLayout

ExpandableLayout for Android
103 stars 29 forks source link

RecyclerView resizes ExpandableTextViews when another expands #3

Closed ccentauri closed 8 years ago

ccentauri commented 8 years ago

I us library to create ExpandableTextView for RecyclerView items, but there is something wrong when I open item and then scroll up - items, which has less then 4 lines (ExpandableTextView expands on >4 lines) become very height.

My screenshots: Normal item After opening another item and scrolling up to this item

KyoSherlock commented 8 years ago

I can't see your source code, so I create an example with ExpandableTextView, Maybe you can refer to.