MagicIndicator icon indicating copy to clipboard operation
MagicIndicator copied to clipboard

A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器...

Results 109 MagicIndicator issues
Sort by recently updated
recently updated
newest added

如题 您好,请问您这个更新小红点方法是啥

底部指示器 无效? LinearGradient lg = new LinearGradient(mLineRect.left, mLineRect.top, mLineRect.right, mLineRect.bottom, new int[]{0xFF006ce7, 0xFF0060E2}, null, LinearGradient.TileMode.CLAMP); getPaint().setShader(lg); mPaint.setShader(lg); @Override protected void onDraw(Canvas canvas) { canvas.drawRoundRect(mLineRect, mRoundRadius, mRoundRadius, mPaint); }

![1586226441592](https://user-images.githubusercontent.com/20920804/78623966-2436a580-78bb-11ea-8a3b-c25dd09accd8.jpg)

现在角标是在初始化的时候就写好的 如何动态进行设置呢?

默认没有方法设置选中第几个吗?一定要和viewpage使用吗

简单集成了下 tab 下面横线的宽度可以修改吗?适应文字宽度,或者给个固定值。