ExpandableLayout
ExpandableLayout copied to clipboard
An expandable layout container for Android
As the title says after moving to mavenCentral with jcenter the library has stopped working. How to solve this, it's too late for me to change another library
on each adapter refresh the expandable view is toggle
if you update androidx.constraintlayout:constraintlayout:2.0.4 the expanded layout fails
Sometimes before closing when the view is scrolled out(fling action) and recycled, the expandable layout bugs out with partially opened view with the height expanded only part way, when calling...
In the demo downloaded from the Google Play Store, frenetically expand and collapse cells while constantly scrolling. It eventually crashes.
I used the exact same layout for my recycler_item.xml file like in your demo project, and also pasted the code of the RecyclerView Adapter (except the custom `Interpolator`). As soon...
It would be really helpful to support a collapsed layout as well for situations where you want to show some content, then expand to show more. In my case the...
I try to use scrollTo function. expandableLayout.scrollTo(0, myViewItem.top). I get the item with the position I wanted, but all the items that appeared before are gone. ` `