Status Update
Comments
lp...@google.com <lp...@google.com>
lp...@google.com <lp...@google.com> #3
Thanks for the report!
lp...@google.com <lp...@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.
na...@google.com <na...@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).
ju...@telesoftas.com <ju...@telesoftas.com> #7
Still occurs using material = 1.8.0
.
gd...@blissapplications.com <gd...@blissapplications.com> #8
Using:
androidxCompose = "1.6.0-alpha01"
androidxComposeMaterial3 = "1.2.0-alpha03"
androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "androidxCompose" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" }
and it works fine
Description
Jetpack Compose version:
androidxCompose = "1.4.0-beta02"
androidxComposeMaterial3 = "1.1.0-alpha07"
accompanist = "0.29.1-alpha"
Jetpack Compose component used:
androidx.compose.material.pullrefresh
androidx.compose.material3.TabRow
Android Studio Build:
Android Studio Electric Eel | 2022.1.1 Patch 2
Kotlin version:
1.8.10
Steps to Reproduce or Code Sample to Reproduce:
Create the following structure:
And you'll notice that the tabs will lose some of their touch area (the middle one). The quick fix is this:
Video in attachment and more information on this thread:https://kotlinlang.slack.com/archives/CJLTWPH7S/p1678101507857829