Skip to content

Commit

Permalink
Merge pull request #5588 from seadowg/main-menu-buttons
Browse files Browse the repository at this point in the history
Use Title Large as base for Label Extra Large
  • Loading branch information
grzesiek2010 committed May 17, 2023
2 parents 0b96d5e + 94a8834 commit 2d9db06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/values/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<item name="textAppearanceBodyLarge">?textAppearanceBody1</item>
<item name="textAppearanceLabelLarge">@style/TextAppearance.Material3.LabelLarge</item>
<item name="textAppearanceLabelExtraLarge">@style/TextAppearanceLabelExtraLarge</item>
<item name="textAppearanceLabelExtraLarge">@style/TextAppearance.Collect.LabelExtraLarge</item>
<item name="textAppearanceTitleLarge">@style/TextAppearance.Material3.TitleLarge</item>

<item name="shapeAppearanceCornerMedium">@style/ShapeAppearance.Material3.Corner.Medium</item>
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/values/typography.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<item name="android:textColor">?colorPrimary</item>
</style>

<style name="TextAppearanceLabelExtraLarge" parent="TextAppearance.Material3.LabelLarge">
<style name="TextAppearance.Collect.LabelExtraLarge" parent="TextAppearance.Material3.TitleLarge">
<item name="android:textSize">18sp</item>
</style>
</resources>

0 comments on commit 2d9db06

Please sign in to comment.