Skip to content

Commit

Permalink
[MaterialDatePicker] Fix headerTitle text size
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 497183320
  • Loading branch information
paulfthomas authored and imhappi committed Dec 22, 2022
1 parent e7d757a commit 09f2607
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
<style name="Widget.Material3.MaterialCalendar.HeaderTitle" parent="Widget.MaterialComponents.MaterialCalendar.HeaderTitle">
<item name="android:textColor">?attr/colorOnSurfaceVariant</item>
<item name="android:textAppearance">?attr/textAppearanceLabelLarge</item>
<item name="autoSizeMaxTextSize">14sp</item>
</style>

<style name="Widget.Material3.MaterialCalendar.HeaderSelection" parent="Widget.MaterialComponents.MaterialCalendar.HeaderSelection">
Expand Down

0 comments on commit 09f2607

Please sign in to comment.