We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<com.androidkun.xtablayout.XTabLayout android:id="@+id/tablayout" android:layout_width="match_parent" android:layout_height="65dp" app:xTabTextSelectedBold="true" />
xml文件中设置了加粗 如果在java代码中,调用了tabLayout.setTabTextColors(color1, color2); 会导致加粗效果消失
源码中 我并未看到修改xTabTextSelectedBold属性的开放方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xml文件中设置了加粗
如果在java代码中,调用了tabLayout.setTabTextColors(color1, color2);
会导致加粗效果消失
源码中 我并未看到修改xTabTextSelectedBold属性的开放方法
The text was updated successfully, but these errors were encountered: