Fixed
Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
Information redacted by Android Beta Feedback.
sg...@google.com <sg...@google.com>
pr...@google.com <pr...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.1.0-beta01
Description
Jetpack Compose component used: DatePicker (from androidx.compose.material3:material3:1.1.0-alpha04)
Android Studio Build: Electric Eel 2022.1.1
Kotlin version: 1.7.20
Steps to Reproduce or Code Sample to Reproduce:
1. I want to show the DatePicker component but without extra top spacing for the title, heading, and Divider. Even if I pass an empty Composable {} to the title and header functions, there is still extra space reserved for them above the DatePicker calendar. And also without the extra bottom spacing. Can you make the divider be a "slot" argument for this Composable?