Skip to content

Commit 4fe07fa

Browse files
author
Chris Banes
committed
Update Readme
1 parent c38976d commit 4fe07fa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This project aims to provide a reusable Pull to Refresh widget for Android. It w
77
## Features
88

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

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

5152

5253
## License

0 commit comments

Comments
 (0)