Fixed
Status Update
Comments
cl...@google.com <cl...@google.com> #2
ma...@google.com <ma...@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.
po...@google.com <po...@google.com>
ap...@google.com <ap...@google.com> #5
deleted
Description
all required information.
Android Studio Build: 4.1 canary 8
Version of Gradle Plugin:4.1.0-alpha08
Version of Gradle: 6.3
Version of Java: 8
OS: Android 10
Steps to Reproduce:
1. Create a simple Composable function with a DropDownMenu and a DropDownItem from ui-material
2. Pass a listener through the 'onClick' parameter of DropDownItem
3. The passed listener will never be invoked
Reading the source code of DropDownItem, I found that the cause of the problem is a ripple modifier, applied after the clickable one.