https://github.com/EverythingMe/OverScrollView
A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView.
https://github.com/EverythingMe/OverScrollView
Last synced: 11 months ago
JSON representation
A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView.
- Host: GitHub
- URL: https://github.com/EverythingMe/OverScrollView
- Owner: EverythingMe
- Created: 2012-11-15T22:09:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T22:03:10.000Z (over 10 years ago)
- Last Synced: 2024-11-16T04:07:17.756Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 264
- Watchers: 35
- Forks: 135
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
OverScrollView
=============
**This project is deprecated. Please use the much more flexible [overscroll-decor](https://github.com/EverythingMe/overscroll-decor)**
A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView.
This is a revised version of Android 2.2 ScrollView (as it was the last version without android built in OverScroll).
This OverScrollView also solves the issue emerged on Android 2.3.5+ distributions by Samsung, which disabled over scroll completely (http://stackoverflow.com/questions/9261911/samsung-galaxy-s2-2-3-5-not-calling-overscrollby)
Usage
-------
Use exactly as you would use standard ScrollView.
<.../>