ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

[Deprecated]A expandable Layout to save space and reduce jump between Activity and Fragment

Results 15 ExpandableLayout issues
Sort by recently updated
recently updated
newest added

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!