https://kotlinlang.org logo
#compose
Title
# compose
m

mgrazianodecastro

09/12/2022, 12:50 AM
How to change the pressed color of a clickable box? I don't mean the box's color, but the click's color 🤔
t

TheDukerChip

09/12/2022, 1:47 AM
Are you talking about the ripple effect color?
m

mgrazianodecastro

09/12/2022, 2:40 AM
yep
t

TheDukerChip

09/12/2022, 2:44 AM
You have to create
RippleTheme
for your composition Check out this discussion https://stackoverflow.com/a/68610270/13195628
m

mgrazianodecastro

09/12/2022, 2:46 AM
thank you very much, perfect solution since I already have a theme set
3 Views