We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b287 commit b928d80Copy full SHA for b928d80
README.md
@@ -48,7 +48,7 @@ compile 'com.king.widget:superswiperefreshlayout:1.0'
48
```
49
50
51
-或代码设置刷新:
+代码设置刷新方向:
52
```Java
53
superSwipeRefreshLayout.setDirection(SuperSwipeRefreshLayout.Direction.TOP);
54
@@ -57,6 +57,8 @@ compile 'com.king.widget:superswiperefreshlayout:1.0'
57
superSwipeRefreshLayout.setDirection(SuperSwipeRefreshLayout.Direction.BOTH);
58
59
60
+更多使用详情请查看demo示例。
61
+
62
## License
63
64
Copyright © 2015, 2016 Jenly Yu
0 commit comments