SwipeActionAdapter v1.4.0
Changes
- The threshold where a swipe will trigger the normal action can now be configured through
setNormalSwipeFraction()
- The backgrounds can now be dimmed before they are triggering an action by setting
setDimBackgrounds(true)
Get the latest version by downloading the attached jar or by updating your build.gradle dependencies to
dependencies {
compile 'com.wdullaer:swipeactionadapter:1.4.0'
}