hudomju / android-swipe-to-dismiss-undo

Android swipe-to-dismiss-undo library and sample code
MIT License
240 stars 82 forks source link

Fix height after swipe dismiss when not fixed #21

Open baolongnt opened 8 years ago

baolongnt commented 8 years ago

Restore LayoutParams.height with its original value instead of the actual view's height

This allow proper support when the list item's are not all the same height