Make playlists horizontal grid fill max width
This commit is contained in:
@@ -248,6 +248,7 @@ fun HomeScreen() {
|
|||||||
contentPadding = PaddingValues(horizontal = 16.dp),
|
contentPadding = PaddingValues(horizontal = 16.dp),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.animateContentSize()
|
.animateContentSize()
|
||||||
|
.fillMaxWidth()
|
||||||
.height(124.dp * (if (isGridExpanded) 3 else 1))
|
.height(124.dp * (if (isGridExpanded) 3 else 1))
|
||||||
) {
|
) {
|
||||||
item {
|
item {
|
||||||
|
|||||||
Reference in New Issue
Block a user