Yves Kalume
12/15/2021, 9:09 PMJan Bína
12/16/2021, 12:54 PMLazyColumn. LazyRow and TextField will be the first two `item`s of this Column. Then you have to basically take out the content of LazyVerticalGrid and paste it inside that column as well.
You can also try spans in LazyVerticalGrid, support was added in version 1.1.0-beta03 (https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.1.0-beta03), however, there is this problem that makes it quite unusable: https://issuetracker.google.com/issues/207462103Yves Kalume
12/18/2021, 11:22 AMLazyVerticalGrid inside a LazyColumn or in a scrollable column