FlycoTabLayout icon indicating copy to clipboard operation
FlycoTabLayout copied to clipboard

An Android TabLayout Lib

Results 120 FlycoTabLayout issues
Sort by recently updated
recently updated
newest added

**app:tl_textBold="SELECT"**的情况下,默认选中的第一项未加粗,这个问题是没麻烦作者修复一下。

选中字体变大,未选中正常

用法如下 动态更新了tab的宽度和个数 指示器位置未更新 tabLayout.setTabWidth(JUtils.px2dip(JUtils.getScreenWidth() / (tabs.size() >= 4 ? 4 : tabs.size()))); tabLayout.setTabData(tabs); tabLayout.setCurrentTab(0); 图1动态设置前 ![image](https://user-images.githubusercontent.com/19199353/97432637-3cedd200-1957-11eb-8f1a-052892790b54.png) 图2动态设置后 ![image](https://user-images.githubusercontent.com/19199353/97432647-3fe8c280-1957-11eb-95af-5a27617eebde.png)

![image](https://user-images.githubusercontent.com/19803305/38354116-f7da3072-38ea-11e8-9b7f-6d317d9452cd.png)

针对IndicatorStyle中的STYLE_NORMAL下,添加了设置渐变色的方法。

app:tl_textBold="SELECT"的情况下,默认选中的第一项未加粗问题

tl_textSelectColor和tl_textUnselectColor设置一样颜色,tl_textBold=“SELECT”无效