Adding Ripple animation

suggest change

To enable the ripple animation in a CardView, add the following attributes:

<android.support.v7.widget.CardView
  ...
  android:clickable="true"
  android:foreground="?android:attr/selectableItemBackground">
  ...
</android.support.v7.widget.CardView>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents