Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created August 29, 2017 07:04
Show Gist options
  • Select an option

  • Save ckdevrel/8d9b204c86b154ab9bf8a23f464d6e47 to your computer and use it in GitHub Desktop.

Select an option

Save ckdevrel/8d9b204c86b154ab9bf8a23f464d6e47 to your computer and use it in GitHub Desktop.
if(isFragmentCheckBoxEnabled){
view.setVisibility(View.GONE)
}else{
view.setVisibility(View.VISIBLE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment