Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.3.1
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: DatePicker, DateRangePicker
Android Studio Build: Android Studio Ladybug | 2024.2.2
Kotlin version: 2.1.0
Steps to Reproduce or Code Sample to Reproduce:
1.Implement the DatePicker or DateRangePicker using Material3 with the default configuration. 2.Open the DatePicker and select a specific date or simply observe the displayed calendar. 3.Notice that the spacing between the weekday header (e.g., Mon, Tue, Wed) and the date cells is inconsistent, causing the dates to not align correctly. Additionally, if a week has fewer than 7 days (e.g., when the month starts mid-week), the layout becomes further misaligned.
Stack trace (if applicable):No stack trace available, as this is a visual layout issue.