【问题标题】:Fading effect on horizontal recylerview like google play store?像谷歌游戏商店一样对水平回收视图的褪色效果?
【发布时间】:2019-03-08 13:54:13
【问题描述】:

我搜索了很多,但找不到任何教程。我已经设置了我的recyclerview,我只需要实现褪色效果。所以请帮忙。提前致谢! 上面有开发者信息的那个。

【问题讨论】:

    标签: android android-layout android-fragments android-recyclerview


    【解决方案1】:

    渐变效果如何实现

    在以下结构中设置您的视图

    <Framelayout>
      <Custom header, width 100dp/>
      <RecyclerView/>
    </Framelayout>
    

    然后在RecyclerView的第一项添加一个100dp的Custom space decoration。 为RecyclerView 添加一个滚动监听器,并根据RecyclerView 的滚动位置对CustomView 应用淡入淡出动画。

    【讨论】:

    • 你能帮我听听吗?我试过 onScrollListener() 和所有。问题是它只在状态变化时触发,并且不跟踪滚动,所以我没有任何偏移量可以使用。
    猜你喜欢
    • 1970-01-01
    • 2015-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-03-18
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多