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

Guy Bieber

08/24/2020, 6:16 PM
I have text and image in a column. I am moving from Clickable to making the column containing them Modifer.clickable. It seems like I actually have to click around the image and text to make the column clickable action fire. Any ideas on the best way to clean this up? Do I need to stack a clickable column on top?
f

Facundo Rodriguez Arceri

08/24/2020, 7:49 PM
Try wrapping things in a Surface
👍 1
g

Guy Bieber

08/24/2020, 8:19 PM
Tried surface, tried stack. Nothing works.
I have hit around the area 20 times for it to actually react
My bad the surface worked.
🙌 2
2 Views