Fixed
Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
sg...@google.com <sg...@google.com>
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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?