Skip to content

Instantly share code, notes, and snippets.

@dominik-hadl
Created August 11, 2016 14:13
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 dominik-hadl/45cfac74a764c0b8cd2e0a0673337b1b to your computer and use it in GitHub Desktop.
Save dominik-hadl/45cfac74a764c0b8cd2e0a0673337b1b to your computer and use it in GitHub Desktop.
retakeBtn.setOnClickListener(View.OnClickListener() {
@Override
public void onClick(View view) {
retakeBtn.setVisibility(View.GONE);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment