Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created June 16, 2020 17:28
Show Gist options
  • Save rodrigomartind/805c7ce45cfa44c58210b5d51064ad3c to your computer and use it in GitHub Desktop.
Save rodrigomartind/805c7ce45cfa44c58210b5d51064ad3c to your computer and use it in GitHub Desktop.
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