I want to set a ripple effect on layout with rounded corners. How can I do it?
Asked
Active
Viewed 8,615 times
14
-
https://github.com/traex/RippleEffect – Nouman Ghaffar Feb 27 '17 at 10:17
1 Answers
-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
-
2
-
then try `android:foregroud="?android:attr/selectableItemBackground" ` instead – Chetan Ashtivkar Feb 27 '17 at 10:34
-
@ChetanAshtivkar `android:foregroud="?android:attr/selectableItemBackground" ` doesn't work either – Guerneen4 May 23 '18 at 09:17