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