Skip to content

Commit cad372a

Browse files
committed
update readme.
1 parent 81865d9 commit cad372a

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TwinklingRefreshLayout extended the thoughts of SwipeRefreshLayout,using a ViewG
1111
- Lots of methods in the class OnRefreshListener.
1212
- It provides an interface to the callback during the sliding coefficient. Personalized offer good support.
1313
- NestedScroll,CoordinatorLayout
14-
14+
1515
**Any View is supported.**
1616

1717
![](art/structure_v1.0.png)
@@ -386,6 +386,12 @@ appBarLayout.addOnOffsetChangedListener(new AppBarLayout.OnOffsetChangedListener
386386
```
387387
Pay attention to `layout_behavior="@string/appbar_scrolling_view_behavior"` for TwinklingRefreshLayout.
388388

389+
> ps:Contact me: [email protected]
390+
> QQ group: 202640706
391+
392+
If you like this library, you can donate me. Buy me a coffee!
393+
394+
![](art/alipay.jpg) ![](art/wepay.png)
389395

390396
## Update Logs
391397
#### v1.07
@@ -417,9 +423,6 @@ Pay attention to `layout_behavior="@string/appbar_scrolling_view_behavior"` for
417423
- Fix the NullPointerException bug in Fragment.
418424
- Fix the Sliding conflict.
419425

420-
> ps:Contact me: [email protected]
421-
> QQ group: 202640706
422-
423426

424427
License
425428
-------
@@ -437,4 +440,3 @@ License
437440
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
438441
See the License for the specific language governing permissions and
439442
limitations under the License.
440-

README_CN.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private void init() {
256256
refreshArrow.setVisibility(GONE);
257257
loadingView.setVisibility(VISIBLE);
258258
}
259-
259+
260260
@Override
261261
public void onFinish(OnAnimEndListener listener) {
262262
listener.onAnimEnd();
@@ -397,6 +397,13 @@ appBarLayout.addOnOffsetChangedListener(new AppBarLayout.OnOffsetChangedListener
397397
- 制作一个star相关的动效
398398
- 带视差效果的Header
399399

400+
> ps:如有任何问题或者是建议,可以邮箱联系我!([email protected]
401+
> 如有问题或新的需求,请加QQ群202640706讨论,开源库会根据需求持续更新。
402+
403+
开源库消耗了我大量的精力和时间,如果你喜欢这个库或者对自己有所帮助,还请多多支持我。Buy me a coffee!
404+
405+
![](art/alipay.jpg) ![](art/wepay.png)
406+
400407
## 更新日志
401408
#### v1.07
402409
- 你们要的设置默认刷新头/脚的方法来啦
@@ -465,9 +472,6 @@ appBarLayout.addOnOffsetChangedListener(new AppBarLayout.OnOffsetChangedListener
465472
- 支持越界回弹
466473
- 支持个性化Header、Footer
467474

468-
> ps:如有任何问题或者是建议,可以邮箱联系我!([email protected]
469-
> 如有问题或新的需求,请加QQ群202640706讨论,开源库会根据需求持续更新。
470-
471475

472476
License
473477
-------
@@ -485,4 +489,3 @@ License
485489
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
486490
See the License for the specific language governing permissions and
487491
limitations under the License.
488-

art/alipay.jpg

21.3 KB
Loading

art/wepay.png

27.9 KB
Loading

0 commit comments

Comments
 (0)