ViewPagerIndicator
ViewPagerIndicator copied to clipboard
请问,如何设置indicator文字的没选中时候的颜色(选中的知道怎么改)
还有,如何改选中和不选中的文字字体的大小。
scrollIndicatorView.setOnTransitionListener(new OnTransitionTextListener().setColor(Color.parseColor("#EB5405"), Color.parseColor("#B6B6B6")).setSize(selectSize, unSelectSize));
setcolor第一个是选中的 第二个是未选中的,大小setsize同理