How to handle the fast-scroller on Lollipop 5.1?
Background I've made a tiny library, which shows how to mimic the style of the stock contacts app of Android Lollipop, here . The problem It seems that on Android 5.1 , the fast scroller looks very different than the previous one, and it's too close to the right, so it's hard to use it. screenshot of Android 4.4 : Here's a screenshot on Android 5 : and on Android 5.1 : What I've found I've tried to go over all of the "what's new" section of Android 5.1, and also in some related classes docs, but I didn't find anything special, except for " setFastScrollStyle " . However, I couldn't find any