Search in sources :

Example 1 with IslamicDatePickerDialog

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);
}
Also used : IslamicDatePickerDialog(org.odk.collect.android.fragments.dialogs.IslamicDatePickerDialog)

Aggregations

IslamicDatePickerDialog (org.odk.collect.android.fragments.dialogs.IslamicDatePickerDialog)1