I want to set a ripple effect on layout with rounded corners. How can I do it?
How to add a ripple effect on a layout with rounded corners? [duplicate]
Asked Answered
just set these properties in xml file
android:background="?android:attr/selectableItemBackground"
android:clickable="true"
That should do it.
This does not make the layout border corner round. –
Outrun
then try
android:foregroud="?android:attr/selectableItemBackground"
instead –
Tina @ChetanAshtivkar
android:foregroud="?android:attr/selectableItemBackground"
doesn't work either –
Herrera © 2022 - 2024 — McMap. All rights reserved.