Ensure that there is space between segmented button and gallery.
This commit is contained in:
parent
a69b04e3a7
commit
7421542149
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ fun MediaGalleryView(
|
|||
modifier = Modifier
|
||||
.padding(paddingValues)
|
||||
.consumeWindowInsets(paddingValues)
|
||||
.fillMaxSize()
|
||||
.fillMaxSize(),
|
||||
verticalArrangement = Arrangement.spacedBy(2.dp),
|
||||
) {
|
||||
SingleChoiceSegmentedButtonRow(
|
||||
modifier = Modifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue