v1.1.0
Modification
- Fix recycler view
- You must set
setExpanded(boolean)
inonBindViewHolder()
. setDefaultVisibility(boolean)
is deprecated.
- You must set
- Fix bug which is landscape mode.
- Add
onPreOpen()
andonPreClose
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.