I am trying to change the text size in a tab and also trying to create some space(padding) in the image from the top.
<style name="MineCustomTabText" parent="TextAppearance.Design.Tab">
<item name="android:textSize">16sp</item>
</style>
and in my tablayout
app:tabTextAppearance="@style/MineCustomTabText"
But it doesn't work