material-components / material-components/material-components-android
[MaterialToolbar] Multiline title for accessibility purposes
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Missing feature
The title of the toolbar is truncated with ellipsize when the user increases the font size from the system settings for accessibility reasons.
Truncated texts do not comply with accessibility guidelines.
Desiderata behavior
The title of the toolbar should wrap to the next line when it takes up more lines.
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
Start at the MaterialToolbar entry point and trace how its title is measured and rendered when the system font size is increased. Reproduce the issue with a large accessibility font, then verify that long titles remain fully readable by wrapping instead of being truncated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- accessibility, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100