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