I have a TextView which is use as a button. I want to add attribute selectableItemBackgroundBorderless to have circle ripple effect when pressing. The
TextView
selectableItemBackgroundBorderless
You have to use ?android:attr/selectableItemBackground to keep the ripple effect inside the View boundaries.
?android:attr/selectableItemBackground
View
?android:attr/selectableItemBackgroundBorderless allows the effect to go outside of the View.
?android:attr/selectableItemBackgroundBorderless