瀏覽代碼

Bug Fixed.

zhpanvip 4 年之前
父節點
當前提交
ea708521fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bannerview/src/main/java/com/zhpan/bannerview/manager/AttributeController.java

+ 1 - 0
bannerview/src/main/java/com/zhpan/bannerview/manager/AttributeController.java

@@ -69,6 +69,7 @@ public class AttributeController {
         mBannerOptions.setPageMargin(pageMargin);
         mBannerOptions.setRoundRectRadius(roundCorner);
         mBannerOptions.setRightRevealWidth(revealWidth);
+        mBannerOptions.setLeftRevealWidth(revealWidth);
         mBannerOptions.setPageStyle(pageStyle);
         mBannerOptions.setScrollDuration(scrollDuration);
     }