Android 5.0 默认水波纹背景属性,可设置任何View

actionBarItemBackground 5.0以上超出边界圆形水波纹
selectableItemBackground 5.0以上边界内圆形水波纹
这两个属性在5.0以下是默认的灰色效果。

用法
android:background="?android:attr/actionBarItemBackground"
android:background="?android:attr/selectableItemBackground"

你可能感兴趣的:(Android 5.0 默认水波纹背景属性,可设置任何View)