cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 274 forks source link

show selected item on screen properly not hide in up or down #23

Closed rajam1215 closed 7 years ago

rajam1215 commented 7 years ago

if item click in recycler view then selected item show properly not hide at bottom or not hide top on screen. how to solve

cachapa commented 7 years ago

Sorry, but this issue tracker is meant for bug reports of feature requests specifically for the ExpandableLayout lib. The problem you mention isn't caused by this library, but is rather a the more general problem of RecyclerView item visibility when the content changes. For that type of support that please try http://stackoverflow.com