LillteZheng / ViewPagerHelper

这个一个 viewpager/viewpager2工具类,能够帮你快速实现导航栏轮播图,app引导页,viewpager/viewpager2 + fragment;内置多种tab指示器,让你告别 viewpager 的繁琐操作,专注逻辑功能
Apache License 2.0
1.17k stars 162 forks source link

在layout中设置了轮播时间,但是页面中却不会自动轮播,请问是什么原因呢 #19

Closed LI5426629 closed 6 years ago

LillteZheng commented 6 years ago

banner_isloop 要设置为true

LI5426629 commented 6 years ago

zsr:banner_isloop="true" zsr:banner_looptime="3000" zsr:banner_switchtime="600" 我是已经按照你的文档设置了这按个参数,但是没有效果

LillteZheng commented 6 years ago

手动正常吗 ? 参考一下demo 中的layout: https://github.com/LillteZheng/ViewPagerHelper/blob/master/app/src/main/res/layout/activity_loop.xml 或者下载整个工程看一下,是否少配置了什么

LI5426629 commented 6 years ago

手动是正常的,我已经下载了demo进行参考,但是我现在没找找到问题点在哪

LillteZheng commented 6 years ago

demo 正常 ? 如果正常,可以看一下 BannerView 中的Handler 是否正常跑

LillteZheng commented 6 years ago

issue 这般只反馈代码问题了,谢谢反馈