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
This project aims to provide a simple and customizable pull to refresh implementation. Made in [Yalantis] (http://yalantis.com/)
5
+
#### This project aims to provide a simple and customizable pull to refresh implementation. Made in [Yalantis] (http://yalantis.com/?utm_source=github)
4
6
5
7
Check this [project on Dribbble] (https://dribbble.com/shots/1650317-Pull-to-Refresh-Rentals)
6
8
Check this [project on Behance] (https://www.behance.net/gallery/20411445/Mobile-Animations-Interactions)
@@ -13,7 +15,7 @@ Check this [project on Behance] (https://www.behance.net/gallery/20411445/Mobile
13
15
14
16
1. Include the library as local library project.
15
17
16
-
``` compile 'com.yalantis:phoenix:1.1.2' ```
18
+
``` compile 'com.yalantis:phoenix:1.2.0' ```
17
19
18
20
2. Include the PullToRefreshView widget in your layout.
19
21
@@ -67,6 +69,11 @@ If you need to change progress state:
67
69
68
70
# Changelog
69
71
72
+
### Version: 1.2
73
+
74
+
* Sample updated with RecyclerView example
75
+
* Showing the refresh view just in it's bounds. (Issue with transparent / empty ListView)
0 commit comments