material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.03k stars 3.03k forks source link

[Tabs] tabSelectedTextAppearance and tabTextAppearance , tab selected , the textSize in tabSelectedTextAppearance not work #4161

Closed 309152665 closed 3 weeks ago

309152665 commented 3 weeks ago

material version : 1.12.0 different textSize in tabSelectedTextAppearance and tabTextAppearance , when the tab selected , the textSize is in tabTextAppearance , tabSelectedTextAppearance not work.

in the source code:

image

the selectedTabTextSize is define , but in the TabView -> onMeasure()

image

it just use the default textSize (tabTextSize)