√A customized LayoutManager - fade and shrink the head itemView when scrolling.
1.85k
stars
232
forks
source link
To solve the problem of viewpager: an instance of onflinglistener already set.解决ViewPager闪退问题。 #47
Open
limingjia37544214 opened 4 years ago
VegaLayoutManager: line:284 @Override public void onAttachedToWindow(RecyclerView view) { super.onAttachedToWindow(view); StartSnapHelper snapHelper = new StartSnapHelper(); view.setOnFlingListener(null); snapHelper.attachToRecyclerView(view); }