position home feed items at top of view

This commit is contained in:
Satindar Dhillon
2022-12-01 13:48:10 -08:00
parent 28c1628a97
commit 08b5aae9f4

View File

@ -62,7 +62,7 @@ fun HomeViewContent(
LazyColumn(
state = listState,
verticalArrangement = Arrangement.Center,
verticalArrangement = Arrangement.Top,
horizontalAlignment = Alignment.CenterHorizontally,
modifier = modifier
.background(MaterialTheme.colorScheme.background)