Skip to content

Instantly share code, notes, and snippets.

@sdanna
Created October 21, 2015 01:59
Show Gist options
  • Save sdanna/1908a1f472af1f055ab4 to your computer and use it in GitHub Desktop.
Save sdanna/1908a1f472af1f055ab4 to your computer and use it in GitHub Desktop.
onClick
@Override
public void onClick(View view) {
if (view == entryDate){
datePickerDialog.show();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment