Skip to content

v1.1.0

Compare
Choose a tag to compare
@AAkira AAkira released this 19 Sep 03:55
· 144 commits to master since this release

Modification

  • Fix recycler view
    • You must set setExpanded(boolean) in onBindViewHolder().
    • setDefaultVisibility(boolean) is deprecated.
  • Fix bug which is landscape mode.
  • Add onPreOpen() and onPreClose listener.
    • You can get notification that your expandable layout is going to open or close. So, you can set the animation synchronized with expanding animation.