gpt4 book ai didi

java - 滚动时回收器查看项目淡出动画

转载 作者:行者123 更新时间:2023-11-29 06:28:03 26 4
gpt4 key购买 nike

目前我正在使用 java 开发一个 android 项目,实际上我想让 map 过滤器在滚动时淡出,这样它就不会随机停止。

这是默认动画。 enter image description here

这就是我想要实现的,淡出/淡入动画取决于滚动方向。 enter image description here

最佳答案

您只需添加属性 requiresFadingEdge,如果您想指定透明度的长度,您可以添加另一个属性 fadingEdgeLength。祝你的项目好运。

<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:requiresFadingEdge="horizontal"
android:fadingEdgeLength="20dp">
</android.support.v7.widget.RecyclerView>

关于java - 滚动时回收器查看项目淡出动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46985611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com