Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ma...@google.com <ma...@google.com> #2
ap...@google.com <ap...@google.com> #3
Thanks for the report!
cl...@google.com <cl...@google.com>
ja...@google.com <ja...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
ca...@gmail.com <ca...@gmail.com> #5
deleted
lp...@google.com <lp...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
ca...@gmail.com <ca...@gmail.com> #7
Also, I've found that when you use `Modifier.scale()` the faint line appears another time. I've added more info in this ticket https://issuetracker.google.com/issues/197280891
lp...@google.com <lp...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #8
Project: platform/frameworks/support
Branch: androidx-main
commit baee4b7a78016b96963a586aa6981de02d700750
Author: Shalom Gibly <sgibly@google.com>
Date: Mon Nov 22 18:04:59 2021
Fixes Checkbox issues
- Draw a single round rect in case the checkbox internal color is the
same as its border color.
- Fix the checkbox corner radius, which appeared to be rendered as more
than the spec's 2dp value.
Bug: 175198975, 202309440
Test: CheckboxTest & CheckboxScreenshotTest
Relnote: "Fix the corner radius that is applied for Checkboxes"
Change-Id: I38b03cda11bf28245a3af3d726ddd0bb9cbe8fa6
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Checkbox.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Checkbox.kt
https://android-review.googlesource.com/1900059
Branch: androidx-main
commit baee4b7a78016b96963a586aa6981de02d700750
Author: Shalom Gibly <sgibly@google.com>
Date: Mon Nov 22 18:04:59 2021
Fixes Checkbox issues
- Draw a single round rect in case the checkbox internal color is the
same as its border color.
- Fix the checkbox corner radius, which appeared to be rendered as more
than the spec's 2dp value.
Bug: 175198975, 202309440
Test: CheckboxTest & CheckboxScreenshotTest
Relnote: "Fix the corner radius that is applied for Checkboxes"
Change-Id: I38b03cda11bf28245a3af3d726ddd0bb9cbe8fa6
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Checkbox.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Checkbox.kt
Description
I noticed a really faint line in Material's Checkbox that looks broken. The line appears in between the 'border' and the 'box' parts of the Checkbox. See the attached image