How to give this touch effect in kodular apps

how to give this circular touch effect in kodular apps

WhatsApp Image 2020-12-16 at 11.01.55 AM

You can use a material icon/font awesome icon for the search image.

In the button’s on click event, sent button.backgroundcolor to your choice, (here gray)

1 Like

Not circular, only rectangle ripple…

Android 5.0 Lollipop introduced the Material Design theme and ditched the old Holo Theme introduced with Android 4.0 Ice Cream Sandwich. The workaround is to add a horizontal arrangement and use a plain old button that is squared by default.

Image inside cardview .
Change Proprietie corner radius to 80…
And elevation to 0

1 Like

in advanced settings you can give color you need

see it change the default color there a bit bright grey with 100%opacity

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.