use of org.odk.collect.android.fragments.dialogs.CopticDatePickerDialog in project collect by opendatakit.
the class CopticDateWidget method showDatePickerDialog.
protected void showDatePickerDialog() {
CopticDatePickerDialog copticDatePickerDialog = CopticDatePickerDialog.newInstance(getFormEntryPrompt().getIndex(), date, datePickerDetails);
copticDatePickerDialog.show(((FormEntryActivity) getContext()).getSupportFragmentManager(), DATE_PICKER_DIALOG);
}
Aggregations