I have two RecyclerView
inside my NavigationDrawer
. Both have the blue scroll effects.
How can I remove this effect in both RecyclerViews
?
I tried changing: mRecyclerView.setHasFixedSize(true);
to false
, but it remove scroll effects. (What is the effect of this method?)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…