Toolbar toolBar=xxxxxx; TypeFace mTf=xxxxxx; 给大标题设置字体: TextView bigTitle=(TextView)tool...

IP属地:河南
Toolbar toolBar=xxxxxx; TypeFace mTf=xxxxxx; 给大标题设置字体: TextView bigTitle=(TextView)tool...
原理:TabLayout中包裹着一层SlidingTabStrip,而tab们就住在SlidingTabStrip里所以就可以通过两次getChild获得tab来控制它 Ta...