Запишите эти коды ниже в styles.xml
Пример:
<style name="MyTabItem" parent="TextAppearance.AppCompat.Button">
<item name="android:textSize">18sp</item>
</style>
И в вашем TabItem установите стиль, как показано ниже.
<android.support.design.widget. TabItem
style="@style/MyTabItem"
android:layout_width="width"
android:layout_height="height"/>