Status Update
Comments
ma...@google.com <ma...@google.com>
an...@google.com <an...@google.com> #2
Thanks for the feature request! It will be implemented pretty much as you suggested as part of bug 166586426
Description
Jetpack Compose release version: 1.0.0-alpha05 Android Studio Build: 4.2 Canary 14
Currently we have
Modifier.fillParentMaxWidth()
forLazyItemScope
. I want my item to take 80% of the available width. It would be great to have a similar API likefillMaxWidth(fraction: Float)