PetrosCT

Results 1 issues of PetrosCT

Create a SingleDateAndTimePickerDialog like this: `new SingleDateAndTimePickerDialog.Builder(getActivity()) .bottomSheet() .displayMinutes(false) .displayHours(false) .displayDays(false) .displayMonth(true) .displayYears(true) .displayDaysOfMonth(true) .defaultDate(date)` You have to touch the days/years directly to perform the scroll, by touching next to...