Status Update
Comments
so...@google.com <so...@google.com>
jo...@google.com <jo...@google.com> #2
gl...@gmail.com <gl...@gmail.com> #3
Thanks for the report!
jo...@google.com <jo...@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.
to...@gmail.com <to...@gmail.com> #5
jo...@google.com <jo...@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).
04...@mail.ru <04...@mail.ru> #7
04...@mail.ru <04...@mail.ru> #8
jo...@google.com <jo...@google.com> #9
#8, can you please share an isolated repro with us? Thanks!
04...@mail.ru <04...@mail.ru> #10
Scaffold inside another Scaffold
SwipeToDismiss with animation
Delete items quickly from the center of a large list.
I will be waiting for feedback.
The main code is located in fun Screen1()
jo...@google.com <jo...@google.com> #11
Thank you, this is very helpful! We will take a look.
04...@mail.ru <04...@mail.ru> #12
jo...@google.com <jo...@google.com>
04...@mail.ru <04...@mail.ru> #13
in androidx.compose.material3:material3-android:1.2.0-alpha10 the error is reproduced instantly, the previous version is more stable
ap...@google.com <ap...@google.com> #14
Branch: androidx-main
commit 8e2e8a6e390fe188f013f1e6b45bb1af3aa3e488
Author: Jossi Wolf <jossiwolf@google.com>
Date: Mon Oct 23 12:09:34 2023
[M3] Report SwipeToDismiss Anchors from Lookahead pass
Previously, we were not reporting the anchors for SwipeToDismiss from lookahead measure, causing issues for scenarios where lookahead place ran before main measure. This could cause issues with Lookahead + Lazy.
Test: swipeToDismiss_reportsAnchors_inNestedLazyAndLookahead
Relnote: Fixed an issue where SwipeToDismiss would crash in certain scenarios with nested Lookahead and Lazy layouts.
Bug: 297226562
Change-Id: Ica8d19764426a0b8d6f7033a03d28687eab77d17
M compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/SwipeToDismissTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/SwipeToDismissBox.kt
gl...@gmail.com <gl...@gmail.com> #15
I think this has been fixed in the latest compose version 1.2.0-beta
04...@mail.ru <04...@mail.ru> #16
This is very good news. I'll try it if of course the library is already available. I will write about results later.
Description
Jetpack Compose version:
Jetpack Compose component(s) used:
Android Studio Build: Build #AI-223.8836.35.2231.10671973, built on August 17, 2023
Kotlin version: 1.9.0
Code snippet to reproduce this issue:
Stack trace (if applicable):