Created
October 21, 2015 01:59
-
-
Save sdanna/1908a1f472af1f055ab4 to your computer and use it in GitHub Desktop.
onClick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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