Skip to content

Instantly share code, notes, and snippets.

@AlexGabor
Created August 16, 2019 17:00
Show Gist options
  • Save AlexGabor/ca5ca961ac51d1d37b6740374f5954d1 to your computer and use it in GitHub Desktop.
Save AlexGabor/ca5ca961ac51d1d37b6740374f5954d1 to your computer and use it in GitHub Desktop.
Transition
<Transition
motion:constraintSetEnd="@+id/end"
motion:constraintSetStart="@+id/start">
<OnSwipe
motion:onTouchUp="stop"
motion:dragDirection="dragUp"
motion:touchAnchorId="@+id/header" />
</Transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment