Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Small touch area for days, year #324

Open
PetrosCT opened this issue Jul 19, 2021 · 0 comments
Open

Small touch area for days, year #324

PetrosCT opened this issue Jul 19, 2021 · 0 comments

Comments

@PetrosCT
Copy link

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 the views results to the title being selected.
device-2021-07-19-095353

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant