mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-04 19:48:23 +08:00
1.4 KiB
1.4 KiB
Warning: The Picker API is not stable, yet. Expect significant changes to class names, theme names, style names, attributes, and customization options.
Date Pickers
Date Pickers allow users to select a single date or date range.
Design
Demo
Date Pickers are under active development. You can see the current version of the Material Picker Demo in the Material Android Catalog. The demo launches and listens to material pickers with customization options for dialog and fullscreen.
Code
The Picker Package contains most of the code for this component, with the main entry point being MaterialDatePicker.
Time Pickers
Time Pickers are currently not under development.