I have been developing an app for Lollipop (API 21).
When I change the Button color to something, the ripple effect doesn\'t works.
Button
I found some t
Try this attribute
android:background="?attr/selectableItemBackground"
This is the simplest way to show ripple effect in your view/layout.