MaterialDesign icon indicating copy to clipboard operation
MaterialDesign copied to clipboard

tabLayout字体没有加粗

Open ylmyg opened this issue 1 year ago • 1 comments

tab?.let { val textView = it.view.getChildAt(1) as TextView textView.typeface = Typeface.defaultFromStyle(if (it.isSelected) Typeface.BOLD else Typeface.NORMAL) } 代码没有起作用,字体没有加粗

ylmyg avatar Oct 19 '22 05:10 ylmyg