Skip to content

SwipeActionAdapter v1.4.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 26 Apr 06:17
· 32 commits to master since this release

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'
}