|
@@ -28,16 +28,16 @@
|
|
|
|
|
|
## Preview
|
|
|
|
|
|
- ### [Click here or scan the QR code to download demo apk](https://oss.pgyer.com/897714a57f869b81c9fbf06c695c4e32.apk?auth_key=1612113481-db41d23f98b45a79df0a4f17c221a314-0-7950d2ad6458ca837d4687c03a505e61&response-content-disposition=attachment%3B+filename%3Dapp-release.apk).
|
|
|
+ ### [Click here or scan the QR code to download demo apk](https://www.pgyer.com/bannerviewpager).
|
|
|
|
|
|
- Due to the download platform restrictions, each version can only be downloaded up to 10 times. Download links for other versions: [Download V3.4.0](https://oss.pgyer.com/6fcaeef41306bfa593aa4ad3dcc03302.apk?auth_key=1612113481-a4743e9042a138f4e690a68a11418570-0-44800e0e340193fa3021dbfb847521a9&response-content-disposition=attachment%3B+filename%3Dapp-release.apk),[Download V3.1.4](https://oss.pgyer.com/d679c49e67f8d17a34bfbf8462a8ad7e.apk?auth_key=1612113481-43f94663c061279f6e57b1166686eb68-0-238007a8ecbb6c7248ce5df9d767dcd1&response-content-disposition=attachment%3B+filename%3Dapp-release.apk)
|
|
|
+ Due to the download platform restrictions, each version can only be downloaded up to 10 times. Download links for other versions: [Download V3.4.0](https://www.pgyer.com/8c1deb4b38ea81d9c62e639dcdeeba39),[Download V3.1.4](https://www.pgyer.com/1206755b946b8b7d537b4c7c954234b1)
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
### 1.PageStyle
|
|
|
|
|
|
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/PageFragment.java)
|
|
|
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/PageFragment.java)
|
|
|
|
|
|
| MULTI_PAGE |MULTI_PAGE_SCALE | MULTI_PAGE_OVERLAP |
|
|
|
|--|--|--|
|
|
@@ -51,7 +51,7 @@ The Indicator library was split from BannerViewPager,the new repo is [ViewPagerI
|
|
|
|
|
|
BannerViewPager supports three Indicator Styles and five Indicator Slide mode now.
|
|
|
|
|
|
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/IndicatorFragment.java)
|
|
|
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/IndicatorFragment.java)
|
|
|
|
|
|
| Attrs | CIRCLE | DASH | ROUND_RECT |
|
|
|
|--|--|--|--|
|
|
@@ -64,7 +64,7 @@ BannerViewPager supports three Indicator Styles and five Indicator Slide mode no
|
|
|
|
|
|
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.
|
|
|
|
|
|
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/OthersFragment.java)
|
|
|
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/OthersFragment.java)
|
|
|
|
|
|
| Figure Indicator | Drawable Indicator | Indicator below of Banner |
|
|
|
|--|--|--|
|