Tablayout.tab cant change selected textsize in code
.
textAppearance can't set selectTextsize too.so how complete it?
Give the following a try. Note to implement the tab selected listener as well.
TextView title = (TextView)(((LinearLayout ((LinearLayout) mTabLayout.getChildAt(0)).getChildAt(tabPosition)).getChildAt(1));
title.setTextSize(...);