mkrussel
04/20/2023, 8:13 PMprivate val floatingBackgroundColor = Color.Black.copy(alpha = 0.30f)
FloatingActionButton(
onClick = onClick,
shape = MaterialTheme.shapes.medium,
backgroundColor = floatingBackgroundColor,
contentColor = Color.Unspecified,
modifier = modifier
) {
Icon(
painter = painterResource(id = icon),
contentDescription = contentDescription,
tint = Color.Unspecified
)
}
kevindmoore
04/20/2023, 8:16 PMmkrussel
04/20/2023, 8:21 PMLouis Pullen-Freilich [G]
04/20/2023, 9:19 PMKirill Grouchnikov
04/20/2023, 9:56 PMmkrussel
04/20/2023, 10:14 PM