shaoyu0829
Results
1
comments of
shaoyu0829
看源码我是这样解决的 `TextView tv = (TextView) tabLayout.getChildAt(0).findViewById(R.id.tv_tab_title); if (tv!=null){ tv.getPaint().setFakeBoldText(true); } tabLayout.setTextBold(1);`