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?)
