zhpanvip před 4 roky
rodič
revize
ea708521fc

+ 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);
     }