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

Small touch area for days, year #324

@PetrosCT

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions