selectableItemBackgroundBorderless for textview
问题 I have a TextView which is use as a button. I want to add attribute selectableItemBackgroundBorderless to have circle ripple effect when pressing. The layout is as following: android:id="@+id/create_button" android:layout_width="wrap_content" android:layout_height="54dp" ... android:background="? android:attr/selectableItemBackgroundBorderless" As a result, indeed the circle ripple effect when pressing, but the ripple goes out of the textview, but just out of the bottom of textview (because