RippleEffect(button点击波纹效果)

自定义button点击波纹效果

可以通过如下代码设置波纹的背景:

android:background="?android:attr/selectableItemBackground"波纹有边界

android:background="?android:attr/selectableItemBackgroundBorderless"波纹超出边界

5.0以下没有波纹效果。

你可能感兴趣的:(RippleEffect(button点击波纹效果))