Created
June 16, 2020 17:28
-
-
Save rodrigomartind/805c7ce45cfa44c58210b5d51064ad3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
likeFloating.setOnClickListener { | |
motionLayout.transitionToState(R.id.like) | |
} | |
unlikeFloating.setOnClickListener { | |
motionLayout.transitionToState(R.id.unlike) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment