a customized RecyclerView.LayoutManager which fade and shrink the head itemView when scrolling.
dribbble设计:链接
Ios实现:VegaScroll
方案比较简单易懂,使用自定义的LayoutManger,内置SnapHelper。
由于想要在任意时刻都能snap到第一个子View,所以在LayoutManager中用了比较讨巧的方法去设定scroll的最大值。
recyclerView.setLayoutManager(new CustLayoutManager());