<!--Conrtols the color of the ripple-->
<item name="colorControlHighlight">#ColorCode</item>
<!--Add the following attribute to the views whose ripple animation you want to enable
WITH BORDER-->
android:background="?android:attr/selectableItemBackground"
<!--Enable clickable or set onClickListener-->
android:clickable="true"
<!--Add the following attribute to the views whose ripple animation you want to enable
WITHOUT BORDER-->
android:background="?android:attr/selectableItemBackgroundBorderless"
<!--Enable clickable or set onClickListener-->
android:clickable="true"