Changed extended menu button separator design
This commit is contained in:
parent
039b6b2f76
commit
28c7ef0ac8
@ -206,6 +206,12 @@ fun ExtendedMenuButton(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Box(
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxHeight()
|
||||||
|
.background(MaterialTheme.colors.onPrimary.copy(alpha = 0.3f))
|
||||||
|
.width(2.dp)
|
||||||
|
)
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.width(24.dp)
|
.width(24.dp)
|
||||||
@ -216,13 +222,6 @@ fun ExtendedMenuButton(
|
|||||||
},
|
},
|
||||||
contentAlignment = Alignment.Center,
|
contentAlignment = Alignment.Center,
|
||||||
) {
|
) {
|
||||||
Box(
|
|
||||||
modifier = Modifier
|
|
||||||
.fillMaxHeight()
|
|
||||||
.background(MaterialTheme.colors.onPrimary.copy(alpha = 0.5f))
|
|
||||||
.width(1.dp)
|
|
||||||
.align(Alignment.CenterStart)
|
|
||||||
)
|
|
||||||
|
|
||||||
Icon(
|
Icon(
|
||||||
Icons.Default.ArrowDropDown,
|
Icons.Default.ArrowDropDown,
|
||||||
|
Loading…
Reference in New Issue
Block a user