|
@@ -1093,11 +1093,11 @@ public class BannerViewPager<T> extends RelativeLayout implements LifecycleObser
|
|
|
|
|
|
/**
|
|
|
* @param showIndicatorWhenOneItem 只有一个item时是否显示指示器,
|
|
|
- * true:显示,false:不显示,默认值false
|
|
|
+ * true:显示,false:不显示,默认值false
|
|
|
*/
|
|
|
- public BannerViewPager<T> showIndicatorWhenOnItem(boolean showIndicatorWhenOneItem) {
|
|
|
+ public BannerViewPager<T> showIndicatorWhenOneItem(boolean showIndicatorWhenOneItem) {
|
|
|
mBannerManager.getBannerOptions()
|
|
|
- .showIndicatorWhenOnItem(showIndicatorWhenOneItem);
|
|
|
+ .showIndicatorWhenOneItem(showIndicatorWhenOneItem);
|
|
|
return this;
|
|
|
}
|
|
|
|