Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created May 8, 2020 23:44
Show Gist options
  • Save rodrigomartind/54a7944ec86bf519079786b83d7d52c8 to your computer and use it in GitHub Desktop.
Save rodrigomartind/54a7944ec86bf519079786b83d7d52c8 to your computer and use it in GitHub Desktop.
<Transition
android:id="@+id/startToUnlike"
app:constraintSetEnd="@+id/unlike"
app:constraintSetStart="@+id/start">
<OnSwipe
app:dragDirection="dragLeft"
app:onTouchUp="autoComplete"
app:touchAnchorSide="left"
app:touchRegionId="@id/cardOne" />
</Transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment