Created
August 16, 2019 17:00
-
-
Save AlexGabor/ca5ca961ac51d1d37b6740374f5954d1 to your computer and use it in GitHub Desktop.
Transition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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