Tunous / SwipeActionView

Android swipe-able view, which allows users to perform actions with swipe gestures.
Apache License 2.0
196 stars 16 forks source link

Add a dragResistance property to SwipeActionView #26

Closed teal77 closed 4 years ago

teal77 commented 4 years ago

Replaces constant 3 with a property dragResistance when calculating the resistance to drag in a drag event. A validation is added in the setter to make sure the propety is set to 1 or greater.

Fix #25

Tunous commented 4 years ago

Thanks.