Ernestas
10/06/2021, 6:09 AMModifier.background()
it looks like it just draws other shape on top of current menu container. Adding a screenshot on what I mean. Is there anything I missing? Or should I choose other option on creating DropdownMenus? 🤔Ernestas
10/06/2021, 6:42 AMDropdownMenu()
into MaterialTheme()
MaterialTheme(
colors = MaterialTheme.colors.copy(
surface = colorResource(id = R.color.yourMenuColor)
)
) {
DropdownMenu()
}