ExpandableLayout
ExpandableLayout copied to clipboard
[Deprecated]A expandable Layout to save space and reduce jump between Activity and Fragment
I applied your library with json data, and it's working perfectly, but the RecyclerView right now is for a list of parents with fixed-size children, but for the json that...
Hy i have some bug in this library. Some Item in RecyclerView, after it scrolled it did not show full of its view. Some other item in other position just...
I have a `RecyclerView` which have dynamic contents, and i have animation for showing the items. i try to expand the last layout that i have by code, using `expandedItems.expand()`,...
How can we Scroll to top position of expandable view instead of bottom? I found `getParentScrollDistance` method but it's `private` Please implement this capability. Thank you!