Travis Griggs
09/14/2023, 11:05 PMTravis Griggs
09/14/2023, 11:16 PMMaterialTheme(
shapes = MaterialTheme.shapes.copy(extraSmall = RoundedCornerShape(bottomStart = 16.dp, bottomEnd = 16.dp))) {
DropdownMenu(
...
}
(as per the accepted answer here: https://stackoverflow.com/questions/66781028/jetpack-compose-dropdownmenu-with-rounded-corners).
Is there a more elegant/idiomatic way?Marcin Wisniowski
09/15/2023, 11:13 AM