Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 667 Bytes

AutoBanner

a android banner can atuo loop

android 常用的Banner 自动播放

基本完善。 focusIndicatorWidth 指示器尺寸 focusIndicatorHeight unFocusIndicatorWidth unFocusIndicatorHeight indicatorMargin 指示器外边距 indicatorSpace = 3;指示器之间的边距

indicatorFocusColor = 0xffff0000; 指示器颜色 indicatorUnFocusColor = 0xff00ff00; indicatorBackground = 0xeeffffff; 指示器背景颜色 暂不可用 ShapeDrawable generalDrawable; ShapeDrawable focusDrawable; boolean indicatorClickable //指示器点击事件 暂时不可用

image