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