android 效果



1.TextView

有边界的水波效果:

android:background="?android:attr/selectableItemBackground"

无边界的水波效果:

android:background="?android:attr/selectableItemBackgroundBorderless"

//如果已设置background,也可以用foreground 并打开clickable

android:foreground="?android:attr/selectableItemBackground"
android:clickable="true
原文地址:https://www.cnblogs.com/buchizaodian/p/10164377.html