Archie
03/02/2021, 3:30 PMfooter
to a LazyColumn
so that if the items inside a LazyColumn
doesn't consume all available space, the footer
will be pinned at the bottom of the LazyColumn
but if the items fill all the available space, the footer
would act as a normal LazyColumn
item?Archie
03/02/2021, 3:31 PMfooter
sticky inside a LazyColumn
.Andrey Kulikov
03/02/2021, 3:34 PMAndrey Kulikov
03/02/2021, 3:34 PMArchie
03/02/2021, 3:39 PMverticalArrangement
right?Andrey Kulikov
03/02/2021, 3:53 PMArchie
03/02/2021, 4:16 PMSpaceBetween
really limits the number of item inside the LazyColumn
to a maximum of 2. So i guess creating a different implementation would be better.