I m using Jake Wharton's example for showing viewpager indicator. www.viewpagerindicator.com
I am using snap circle indicator.
can anyone please tell me how to increase the width between the circles?
What parameter should be changed?
We need to increase the "threeRadius" parameter to higher value. Thanks.
You can find all parameter in file res/values/vpi_attrs.xml. The style associated of CirclePageIndicator specified :
<!-- Radius of the circles. This is also the spacing between circles. -->
<attr name="radius" format="dimension" />
It's not possible to change gap between two circle. You must subclass CirclePageIndicator:
Call CirclePageIndicator.setRadius()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With