14

I want to set a ripple effect on layout with rounded corners. How can I do it?

Rabindra Khadka
  • 1,344
  • 1
  • 13
  • 23

1 Answers1

-4

just set these properties in xml file

android:background="?android:attr/selectableItemBackground"
android:clickable="true"

That should do it.

Chetan Ashtivkar
  • 194
  • 2
  • 15