xiaohaibin / XBanner

:fire:【图片轮播】支持图片无限轮播,支持AndroidX、自定义指示点、显示提示文字、切换动画、自定义布局,一屏多显、视频图片混合轮播等功能
Apache License 2.0
2.17k stars 349 forks source link

在RecyclerView列表中设置一屏多张无效 #193

Closed wxiaofan closed 2 years ago

xiaohaibin commented 3 years ago

图片少于三张需要设置一个属性,建议看下文档哈

xiaohaibin commented 3 years ago

![Uploading image.png…]()

xiaohaibin commented 3 years ago

isClipChildrenModeLessThree | 少于三张是否支持一屏多显模式 | boolean类型,默认为false 默认不开启

wxiaofan commented 3 years ago

ok