Status Update
Comments
ap...@google.com <ap...@google.com> #3
Thanks for the report!
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.
go...@gmail.com <go...@gmail.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).
is...@google.com <is...@google.com>
du...@gmail.com <du...@gmail.com> #7
for now, the drawer is as width as the screen. (360dp at most)
If I set a width to the drawerContent(Modifier.width(150.dp)), the main content was offset a distance to the left of the screen.
fi...@gmail.com <fi...@gmail.com> #8
If the drawer menu is open, the content is not resized it move towards how to fix this issue.
Description
We need to adjust the API of drawers to make better adapt to the large screen navigation.
This also includes making a new API that are non-existent right now - permanent drawer, slideable/standard drawers, and DrawerItem, similar to the items we provides out of the box for BottomNav and NavRail