Text size of android design TabLayout tabs
问题 I have difficulties changing the text size of the tabs of design library tablayout (android.support.design.widget.TabLayout). I managed to change it by assigning tabTextAppearance in TabLayout app:tabTextAppearance=\"@style/MyTabLayoutTextAppearance\" the following style <style name=\"MyTabLayoutTextAppearance\" parent=\"TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse\"> <item name=\"android:textSize\">14sp</item> </style> but I have 2 side effects : 1) I lost the accent color of the