FlycoTabLayout icon indicating copy to clipboard operation
FlycoTabLayout copied to clipboard

关于小红点的问题

Open WarriorYu opened this issue 6 years ago • 3 comments
trafficstars

SlidingTabLayout设置属性为: app:tl_indicator_width_equal_title="true" app:tl_tab_space_equal="true"; 小红点不能正常显示在右上角,而是显示在tab的中间位置,这是什么原因导致的

WarriorYu avatar Feb 21 '19 08:02 WarriorYu

我也是一样的问题 请问你解决了吗

XuEnhao avatar Mar 12 '19 08:03 XuEnhao

大佬们解决了吗...

nanxunwanfeng avatar May 10 '21 05:05 nanxunwanfeng

解决了 xml设置app:tl_tab_space_equal="true" 然后在代码设置 setTabWidth(屏幕宽度/tab个数)(dp)

nanxunwanfeng avatar May 10 '21 06:05 nanxunwanfeng