【涟漪效果】
系统效果:设定background为
?android:attr/selectableItemBackgroundBorderless·无边界,即圆形的涟漪效果
?android:attr/selectableItemBackground·有边界的涟漪效果
自定义颜色:在style文件中修改属性
自定义RippleDrawable:该类作为background会有涟漪效果,
构造函数:RippleDrawable(ColorStateList color,Drawable content,Drawable mask)
color,是设定涟漪颜色,content是设定静态背景,mask是自定义涟漪的形状
xml文件如图
【浮动响应】详情见状态改变动画
自定义的动画selector:
设置到属性android:stateListAnimator中