Java OpenResty Spring Spring Boot MySQL Redis MongoDB PostgreSQL Linux Android Nginx 面试 小程序 Arthas JVM AQS juc Kubernetes Docker 诊断工具


Android 给按钮添加水波纹效果

Android 大约 594 字

不受版本约束(推荐)

android:background="?selectableItemBackground"
android:background="?selectableItemBackgroundBorderless"

Android5.0 以上

<!--波纹有边界-->
android:background="?android:attr/selectableItemBackground"
<!--波纹超出边界,只能在5.0以上使用-->
android:background="?android:attr/selectableItemBackgroundBorderless"

兼容用法

Google提示是私有的不保证能全部通用

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

Toolbar 返回键水波纹效果样式

可作用于其他控件,如:TextViewButton

style="@style/Widget.AppCompat.Toolbar.Button.Navigation"

特别注意:当把硬件加速给关闭时,这个效果是没有的。

android:colorControlHighlight:设置波纹颜色。

android:colorAccent:设置checkbox等控件的选中颜色。

阅读 3954 · 发布于 2019-04-12

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb

扫描下方二维码关注公众号和小程序↓↓↓

扫描二维码关注我
昵称:
随便看看 换一批