Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 27, 2019 18:55
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 parzibyte/53c9b4ddf7b3d0e3227dcd987d6a50eb to your computer and use it in GitHub Desktop.
Save parzibyte/53c9b4ddf7b3d0e3227dcd987d6a50eb to your computer and use it in GitHub Desktop.
checkBoxTieneTrazo.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
if (isChecked) {
//
} else {
//
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment