android 效果

时间:2023-03-09 02:32:00
android 效果

1.TextView

有边界的水波效果:

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

无边界的水波效果:

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

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

android:foreground="?android:attr/selectableItemBackground"
android:clickable="true