You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ This project aims to provide a reusable Pull to Refresh widget for Android. It i
13
13
* Works with WebView!
14
14
* Integrated End of List Listener (`setOnLastItemVisibleListener()`)
15
15
* Maven Support (thanks to Stefano Dacchille)
16
-
*No longer shows the Tap to Refresh view when the AdapterView can not fill itself.
16
+
*Does not show the 'Tap to Refresh' view when the AdapterView can not fill itself.
17
17
* Indicators to show the user when a Pull-to-Refresh is available
18
18
* Lots of [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) options!
19
19
20
20
Repository at <https://github.com/chrisbanes/Android-PullToRefresh>.
21
21
22
22
## Usage
23
-
To being using the libary, please see the [Quick Start Guide](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Quick-Start-Guide) page.
23
+
To begin using the libary, please see the [Quick Start Guide](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Quick-Start-Guide) page.
24
24
25
25
### Customisation
26
26
Please see the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to change the behaviour and look of the View.
27
27
28
28
### Pull Up to Refresh
29
-
By default this library is set to Pull Down to Refresh, but if you instead to Pull Up to Refresh you can do so via XML. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to set this.
29
+
By default this library is set to Pull Down to Refresh, but if you want to allow Pulling Up to Refresh then you can do so. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to set this.
0 commit comments