美文网首页实用
android 按钮button添加涟漪效果

android 按钮button添加涟漪效果

作者: lpz0715 | 来源:发表于2020-11-25 14:08 被阅读0次

有边界的涟漪效果

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

无边界的涟漪效果

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

如果控件已经使用了android:background属性,可以考虑在android:foreground属性中设置涟漪效果,

默认无法点击的控件,还要记得设置

android:clickable为true

相关文章

网友评论

    本文标题:android 按钮button添加涟漪效果

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