Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Oct 2, 2012
1 parent c38976d commit 4fe07fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This project aims to provide a reusable Pull to Refresh widget for Android. It w
## Features

* Supports both Pulling Down from the top, and Pulling Up from the bottom (or even both).
* Animated Scrolling for all devices (Tested on 1.6+)
* Animated Scrolling for all devices.
* Over Scroll supports for devices on Android v2.3+.
* Works for all AbsListView derived classes. ListView, ExpandableListView & GridView have been implemented.
* Also Works with WebView!
* Currently works with **ListView**, **ExpandableListView** & **GridView**, **WebView** and **ScrollView**!
* Integrated End of List Listener for use of detecting when the user has scrolled to the bottom.
* Maven Support (thanks to Stefano Dacchille)
* Indicators to show the user when a Pull-to-Refresh is available
* Maven Support.
* Indicators to show the user when a Pull-to-Refresh is available.
* Support for **ListFragment**!
* Lots of [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) options!

Repository at <https://github.com/chrisbanes/Android-PullToRefresh>.
Expand Down Expand Up @@ -47,6 +47,7 @@ I will gladly accept pull requests for fixes and feature enhancements but please
* [Stefano Dacchille](https://github.com/stefanodacchille)
* [Steve Lhomme](https://github.com/robUx4)
* [Maxim Galkin](https://github.com/mgalkin)
* [Scorcher](https://github.com/Scorcher)


## License
Expand Down

0 comments on commit 4fe07fa

Please sign in to comment.