Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
se...@google.com <se...@google.com> #2
se...@google.com <se...@google.com> #3
Thanks for the report!
ma...@google.com <ma...@google.com>
co...@google.com <co...@google.com>
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@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.
Description
Jetpack Compose M3 version: 1.2.0-beta02
Jetpack Compose component used: PrimaryTabRow
Android Studio Build: 8.3.0-beta02
Kotlin version: 1.9.22
Steps to Reproduce or Code Sample to Reproduce:
Result:
Tab indicators overlap the tab text (see attached "broken_tabs.png")
Sample Project
I created a sample project (see attached PrimaryTabRowIssue.zip) that reproduces this issue (following the steps above). I added the ComposeView to the first_fragment.xml file.
Notes