Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
na...@google.com <na...@google.com> #3
Thanks for the report!
lu...@gmail.com <lu...@gmail.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.
eg...@gmail.com <eg...@gmail.com> #5
deleted
Description
Jetpack Compose component used: SearchBar
Android Studio Build: Build #AI-221.6008.13.2211.9619390, built on February 16, 2023
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
1. Just try copy this copy and paste the example code to SearchBar and try apply a horizontal padding to adjust the search bar
It is not possible to apply horizontal padding to the Search Field Text without all Scaffolds receiving the padding. What would be your solution to this?