Skip to content

Commit

Permalink
Disable all caps for dynamic 2 overline text
Browse files Browse the repository at this point in the history
Fix bottom navigation view text style.
  • Loading branch information
pranavpandey committed Mar 29, 2023
1 parent 8c12e77 commit f074e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynamic-support/src/main/res/values/styles_v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@

<style name="TextAppearance.Dynamic2.Overline"
parent="TextAppearance.MaterialComponents.Overline">
<item name="android:textAllCaps">false</item>
<item name="android:textSize">@dimen/ads_font_size_caption</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
Expand Down

0 comments on commit f074e75

Please sign in to comment.