[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Releases: leveychen/RxBanner

1.1.4

20 Nov 06:07
Compare
Choose a tag to compare

1.1.3

16 Sep 05:53
Compare
Choose a tag to compare

1.完善一些点击事件的逻辑
2.新增当 rb_canSwipe = false 时的点击事件响应
3.修复 自定义指示器 刷新数据时没有默认选中的问题

1.1.2

14 Sep 17:31
Compare
Choose a tag to compare

1.新增 引导页 监听 RxBannerGuideFinishedListener ,调整引导页功能实现
2.新增单张图片时可否滑动设置 rb_canSwipeWhenSingle, 仅单张图片时有效

1.1.0

08 Sep 05:05
Compare
Choose a tag to compare

1.新增滑动阻尼设置 rb_flingDamping, 阻尼越大滑动越困难,默认为RecyclerView标准最小滑动值. 修复 issues #2

2.新增自定义指示器,用法与说明请下翻至 指示器 部分, 由 CircleIndicator 修改整合,感谢原作者, 原始需求 issues #3