File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ demo是用Module方式依赖,你也可以使用gradle 依赖:
21
21
##### Config in xml
22
22
23
23
```xml
24
- <com.bigkoo.convenientbanner.ConvenientBanner
24
+ <com.bigkoo.convenientbanner.ConvenientBanner
25
25
xmlns:app="http://schemas.android.com/apk/res-auto"
26
26
android:id="@+id/convenientBanner"
27
27
android:layout_width="match_parent"
28
- android:layout_height="200dp"
29
- app:canLoop="true" //控制循环与否
28
+ android:layout_height="200dp"
29
+ app:canLoop="true" //控制循环与否
30
30
/>
31
31
```
32
32
@@ -74,11 +74,13 @@ public class LocalImageHolderView implements CBPageAdapter.Holder<Integer>{
74
74
>## 更新说明
75
75
>v1.1.0 修复了往前滑动最后一页会变空白页的BUG <br />
76
76
>v1.1.1 修复第三方图库下载setTag出错的BUG <br />
77
+
77
78
>v1.1.2
78
79
- 修复下拉刷新自动翻页偶尔失效停止BUG <br />
79
80
- 提供onPageChangeListener的API调用 <br />
81
+
80
82
>v1.1.3
81
- - 循环控制,可以设置为不循环模式 <br />
83
+ - 循环控制,可以设置为不循环模式 <br />
82
84
- 加入OnItemClcikListener监听器,修复原先点击图片position失准BUG <br />
83
85
- 调整notifyDataSetChanged函数,并加入notifyDataSetAdd函数 <br />
84
86
You can’t perform that action at this time.
0 commit comments