Search code examples
androidandroid-layoutandroid-5.0-lollipopandroid-scrollview

Scrolling edge effect on a RecyclerView on Lollipop doesn't follow the finger


I got lollipop recently and tested my app on it, but the scrolling edge effect is not like on google apps for instance. What I mean by it doesn't follow the finger is that when you overscroll bottom on the left side of the screen for instance, the scrolling edge effect will be larger on the left than on the right, it will be somehow oriented on the left.

on my app (right) the scrolling effect is not oriented on the left

As you can see, on my app (on the right) the scrolling edge effect is not oriented left. I have used the RecyclerView from the app compatibility library for the list. Does anyone have an idea why it is not behaving as supposed ?


Solution

  • According to alanv in the comments of my post, this is a bug of the RecyclerView, so there is nothing to be done to fix it appart from waiting for the android team to fix the bug.