android – 你如何获得涟漪效应来扩展视图范围?

前端之家收集整理的这篇文章主要介绍了android – 你如何获得涟漪效应来扩展视图范围?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
触摸涟漪效应在这里超越了界限.这是怎么做到的?

编辑:我只能在5.0上工作.

解决方法

我从几个地方读到:

If you want to apply the standard ripple effect on Android 5.0: API 21
or more,which should not be limited to your view (unbounded ripple),
just apply to your View background :

android:background="?android:attr/selectableItemBackgroundBorderless"
原文链接:https://www.f2er.com/android/316910.html

猜你在找的Android相关文章