自定义Material点击效果的View
?attr/selectableItemBackground
实验
//Button 1
android:background="?attr/selectableItemBackground"
//Button 2
android:background="?attr/selectableItemBackgroundBorderless"
原理
自定义RippleDrawable

5.0版本以下的兼容性
Last updated