Search code examples
androidandroid-layoutscrollviewreplaceandroid-overscoll

ScrollView setOverScrollMode replacement in API < 9


From documentation, ScrollView.setOverScrollMode() is available in API from version 9

What can I use in API version 7 and 8 as replacement?


Solution

  • Overscrolling hints didn't exist pre-gingerbread. So, aside from rolling your own, there's no replacement.