material-components / material-components/material-components-android
[Menu] Text appearance is set to BodyLarge instead of LabelLarge
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Description:
The Material 3 specs states that the text appearance of menu items should be LabelLarge: https://m3.material.io/components/menus/specs
However, the text appearance of menu items in MDC is BodyLarge: https://github.com/material-components/material-components-android/blob/a069c4c13ec8e160720b296554636037ce8bace4/lib/java/com/google/android/material/theme/res/values/themes_base.xml#L232
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open lib/java/com/google/android/material/theme/res/values/themes_base.xml at the referenced line and compare the menu item text appearance with the linked Material 3 specification. Done means the menu item appearance matches LabelLarge rather than BodyLarge.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- design, mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100