美文网首页
水波纹效果处理

水波纹效果处理

作者: 逝水ly | 来源:发表于2018-01-23 10:24 被阅读0次

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/color_list_item_pressed">
<item>
<selector android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:drawable="@drawable/shape_item_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/shape_item"/>
</selector>
</item>
</ripple>

如果默认状态是透明色,需要添加android:exitFadeDuration="@android:integer/config_shortAnimTime"

相关文章

网友评论

      本文标题:水波纹效果处理

      本文链接:https://www.haomeiwen.com/subject/hhajaxtx.html