Vaios Tsitsonis
08/04/2022, 11:48 AMRow
. It's shape has radius. I ve added clickable
modifier and the ripple effect does not respect the shape... How I can implement the desired behavior (apart from wrapping my composable with Card
:P)Yves Kalume
08/04/2022, 11:53 AMVaios Tsitsonis
08/04/2022, 11:55 AMLouis Pullen-Freilich [G]
08/04/2022, 12:08 PMVaios Tsitsonis
08/04/2022, 12:09 PMbackground
Louis Pullen-Freilich [G]
08/04/2022, 12:10 PMVaios Tsitsonis
08/04/2022, 12:14 PMColton Idle
08/05/2022, 3:08 AMLouis Pullen-Freilich [G]
08/05/2022, 1:26 PMModifier.indication(...).clip(shape).clickable()
If you want to draw the indication (ripple) outside of the bounds of the clickable. Not sure what adding shape would do here to helpColton Idle
08/05/2022, 2:05 PMLouis Pullen-Freilich [G]
08/05/2022, 2:09 PMColton Idle
08/05/2022, 2:13 PMLouis Pullen-Freilich [G]
08/05/2022, 2:16 PMColton Idle
08/05/2022, 2:17 PMLouis Pullen-Freilich [G]
08/05/2022, 2:18 PMColton Idle
08/05/2022, 2:18 PMLouis Pullen-Freilich [G]
08/05/2022, 2:18 PMBox {
// clickable and ripple
Box()
// background and person
Box()
}
Colton Idle
08/05/2022, 2:19 PM