Michael Bichlmeier
10/06/2021, 8:30 AMandroid:background="?selectableItemBackground"
on Text
or ClickableText
elements for example?Csaba Kozák
10/06/2021, 8:53 AM.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = rememberRipple()
) {
// handle click
}
Ripple can be customised, you can add bounded, radius and color parameters.