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