Skip to content

Commit

Permalink
[M3][Tab] Do not enforce text appearance with M3 styles
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 409445341
  • Loading branch information
drchen committed Nov 16, 2021
1 parent d5729d5 commit 04a6b6c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@

<!-- Styles for M3 Tabs -->
<style name="Base.Widget.Material3.TabLayout" parent="Widget.MaterialComponents.TabLayout">
<item name="enforceTextAppearance">false</item>
<item name="tabIconTint">@color/m3_tabs_icon_color</item>
<item name="tabTextAppearance">?attr/textAppearanceLabelLarge</item>
<item name="tabTextColor">@color/m3_tabs_icon_color</item>
Expand Down

0 comments on commit 04a6b6c

Please sign in to comment.