Releases: fabiosassu/StackExpandableView
Releases · fabiosassu/StackExpandableView
1.0.3
- totally rewritten the
StackExpandableView, dropping theMotionLayoutin favor of a custom View. - added
OnExpansionChangedListenerthat allows the caller to be notified about expand/collapse. - added fun to expand and to collapse the
StackExpandableView. - added
RecyclerViewFragment+StackExpandableAdapterin order to demonstrate the implementation of theStackExpandableViewin aRecyclerView. - updated gradle to 7.4.2.
1.0.2
- fixed an issue that could cause the view to display greater cards in collapsed mode.
- project cleaning.
- updated library version to 1.0.2.
- turned sample textview into material button.
- updated dependencies.
1.0.1
- removed unused test classes and dependencies.
- updated dependencies and gradle version to the latest one.
- defined scene at runtime instead of xml to avoid NPE.
1.0.0
- added custom view. (#1)