Search code examples
javaandroidandroid-viewpagerandroid-theme

Change ViewPager's overscroll color


How can I change the overscroll glow effect color of a ViewPager in android? Or is there a way to change the overscroll color for the whole app via themes?

I know of setOverScrollHeader and footer, but these does "logically" of course not work for a viewpager in horizontal mode.


Solution

  • Finally found a solution!!

    A great library by AndroidAlliance called EdgeEffectOverride.

    It easily allows changing the overscroll color of ScrollView, ListView, ExpandableListView, GridView & ViewPager

    Link: https://github.com/AndroidAlliance/EdgeEffectOverride