I\'m using ViewPageIndicator, specifically CirclePageIndictor in my Android application. The requirement is that the fillColor will mo
Set the snap attribute to true.
vpi:snap="true"
or
vpi.setSnap(true);