Skip to content

Instantly share code, notes, and snippets.

@bitvale
Created July 31, 2018 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitvale/10c437d929d116437bc6fbf08670ba8e to your computer and use it in GitHub Desktop.
Save bitvale/10c437d929d116437bc6fbf08670ba8e to your computer and use it in GitHub Desktop.
override fun onClick(view: View) {
val fragmentTransaction = initFragmentTransaction(view)
val copy = createCopyView(view)
root.addView(copy)
view.visibility = View.INVISIBLE
startAnimation(copy, fragmentTransaction)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment