Assigned
Status Update
Comments
ad...@google.com <ad...@google.com>
ma...@google.com <ma...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: aplachykau <
Link:
Correct TimePickerDialog inconsistencies to align with the spec.
Expand for full commit details
Correct TimePickerDialog inconsistencies to align with the spec.
Bug: b/397821743
Test: N/A
Change-Id: I23f9ff88a17ae0d33d1868f6cf1b0fc7097edb64
Files:
- M
compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/TimePickerSamples.kt
- M
compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/TimePickerDialog.kt
Hash: c506cb26786aa9196369639c74ec1756efbc186a
Date: Fri Feb 28 17:42:12 2025
ab...@gadgeon.com <ab...@gadgeon.com> #3
--
w:
<
<
Regards,
Abraham Mathew
*Senior Software Engineer *
Gadgeon Smart Systems
--
**Disclaimer*: The contents of this email message and any attachments are
intended solely for the addressee(s) and may contain confidential and/or
privileged information and may be legally protected from disclosure. If you
are not the intended recipient of this message, please immediately alert
the sender by reply email and then delete this message and any attachments.
If you are not the intended recipient, you are hereby notified that any
use, review, retransmission, distribution, reproduction, copying, or
storage of this message or its attachments is strictly prohibited.*
sg...@google.com <sg...@google.com> #4
That message was intended to me :)
There might be a duplicate of this issue in our system, but also looks like your implementation adds a Clear All
button and you have extra padding on the left side that may have caused this.
If you can share some code, please do.
Also, can you verify this is an issue using the
Thanks
Description
Jetpack Compose component(s) used:
androidx.compose.material3 1.12.0
Android Studio Build: Android Studio Koala | 2024.1.1 Patch 2
Kotlin version: 1.9.0
Steps to Reproduce or Code Sample to Reproduce:
1.Implement a DateRangePicker
2.Try to select dates
3. The range selected will not be properly shown. The curves of selection will be broken some places. Dates close to end of rows will not appear as a proper circle.
Stack trace (if applicable):
```
<add stack trace here>
```