Open shanih opened 5 years ago
Hi! thanks for awesome library... is there an option to set selection without animation? (to go with viewPager.setCurrentItem(position ,false); )
thanks!
@shanih in README.md
programmatically yourIndicator.setAnimationType(AnimationType.NONE); yourIndicator.setSelected(position);
in xml app:piv_animationType="none"
use setSelected
Hi! thanks for awesome library... is there an option to set selection without animation? (to go with viewPager.setCurrentItem(position ,false); )
thanks!