Releases: chthai64/SwipeRevealLayout
Releases · chthai64/SwipeRevealLayout
Version 1.4.0
Version 1.3.0
Added attribute app:minDistRequestDisallowParent
.
Version 1.2.2
Fixed random incorrect height for bind view.
Version 1.2.1
Fixed incorrect height for secondary layout in RecyclerView.
Version 1.2.0
Able to programmatically open or close a layout in an adapter using viewBinderHelper.openLayout(String id)
and viewBinderHelper.closeLayout(String id)
Version 1.1.0
- Add
isOpened()
andisClosed()
. - Able to open only one row at a time. Use
viewBinderHelper.setOpenOnlyOne(true)
.
First release.
The birth of SwipeRevealLayout