【发布时间】:2019-03-08 13:54:13
【问题描述】:
【问题讨论】:
标签: android android-layout android-fragments android-recyclerview
【问题讨论】:
标签: android android-layout android-fragments android-recyclerview
渐变效果如何实现
在以下结构中设置您的视图
<Framelayout>
<Custom header, width 100dp/>
<RecyclerView/>
</Framelayout>
然后在RecyclerView的第一项添加一个100dp的Custom space decoration。
为RecyclerView 添加一个滚动监听器,并根据RecyclerView 的滚动位置对CustomView 应用淡入淡出动画。
【讨论】: