ViewPagerIndicator icon indicating copy to clipboard operation
ViewPagerIndicator copied to clipboard

请问,如何设置indicator文字的没选中时候的颜色(选中的知道怎么改)

Open JiaoShuai opened this issue 9 years ago • 2 comments

还有,如何改选中和不选中的文字字体的大小。

JiaoShuai avatar Sep 28 '16 13:09 JiaoShuai

scrollIndicatorView.setOnTransitionListener(new OnTransitionTextListener().setColor(Color.parseColor("#EB5405"), Color.parseColor("#B6B6B6")).setSize(selectSize, unSelectSize));

Jerry1015 avatar Oct 28 '16 05:10 Jerry1015

setcolor第一个是选中的 第二个是未选中的,大小setsize同理

Jerry1015 avatar Oct 28 '16 05:10 Jerry1015