标签: android-jetpack-compose android-compose-textfield
在旧的 View 系统中,我们可以使用样式 TextInputLayout 使 Widget.MaterialComponents.TextInputLayout.FilledBox.Dense 密集
TextInputLayout
Widget.MaterialComponents.TextInputLayout.FilledBox.Dense
如何在 Compose 中创建 TextField 的密集变体?
TextField