|
@@ -17,7 +17,7 @@
|
|
|

|
|
|
|
|
|
|
|
|
-### 1.setPageStyle
|
|
|
+### 1.PageStyle
|
|
|
|
|
|
[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/PageFragment.java)
|
|
|
|
|
@@ -25,7 +25,11 @@
|
|
|
|--|--|--|
|
|
|
|  | | |
|
|
|
|
|
|
-### 2.setIndicatorStyle and setIndicatorSlideMode
|
|
|
+### 2.Indicator
|
|
|
+
|
|
|
+The IndicatorView was split from BannerViewPager,the new repo is [ViewPagerIndicator](https://github.com/zhpanvip/viewpagerindicator),Click the link to see more information about [ViewPagerIndicator](https://github.com/zhpanvip/viewpagerindicator)
|
|
|
+
|
|
|
+#### (1)setIndicatorStyle and setIndicatorSlideMode
|
|
|
|
|
|
BannerViewPager supports three Indicator Styles and three Indicator Slide mode now.
|
|
|
|
|
@@ -33,11 +37,11 @@ BannerViewPager supports three Indicator Styles and three Indicator Slide mode n
|
|
|
|
|
|
| Attrs | CIRCLE | DASH | ROUND_RECT |
|
|
|
|--|--|--|--|
|
|
|
-| NORMAL|  |  |  |
|
|
|
-| SMOOTH|  |  |  |
|
|
|
-| WORM|  |  |  |
|
|
|
+| NORMAL|  |  |  |
|
|
|
+| SMOOTH|  |  |  |
|
|
|
+| WORM|  |  |  |
|
|
|
|
|
|
-### 3.Custom Indicator
|
|
|
+#### (2)Custom Indicator
|
|
|
|
|
|
It's also support to custom indicator style,just need extends BaseIndicatorView or implement the IIndicator and override methods, then you can draw Indicators for whatever you want.
|
|
|
|
|
@@ -48,7 +52,7 @@ It's also support to custom indicator style,just need extends BaseIndicatorView
|
|
|
|  |  |  |
|
|
|
|
|
|
|
|
|
-### 4.setPageTransformerStyle
|
|
|
+### 3.PageTransformerStyle
|
|
|
|
|
|
[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/activity/WelcomeActivity.java)
|
|
|
|
|
@@ -390,19 +394,20 @@ public class FigureIndicatorView extends BaseIndicatorView {
|
|
|
- [x] Fix issue #34 which Indicator smooth slide problem(2.6.1).
|
|
|
- [ ] Migrate to ViewPager2 (3.0.0)
|
|
|
|
|
|
-## Sponsor
|
|
|
+## FAQ
|
|
|
|
|
|
-**开源不易 随心赞赏**
|
|
|
+ **If you have any question regard to BannerViewPager, please scan the QR code and join the QQ group to communicate.**
|
|
|
|
|
|
-| Alipay | WeChat |
|
|
|
-|--|--|
|
|
|
-|  |  |
|
|
|
+ 
|
|
|
|
|
|
|
|
|
-## If you have any question you can scan the QR code to join the QQ group to communicate.
|
|
|
+## <span id="Sponsor"> Sponsor </span>
|
|
|
|
|
|
- 
|
|
|
+**开源不易 随心赞赏**
|
|
|
|
|
|
+| Alipay | WeChat |
|
|
|
+|--|--|
|
|
|
+|  |  |
|
|
|
|
|
|
## More details
|
|
|
|