material-components / material-components/material-components-android
[MaterialButton] Icon buttons are not circle when font size is too large
Open
Nobody has claimed this yet.
bug
Widget: Button
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
**How to reproduce:**
- Set Android's font size to "Largest" (Settings > Display > Font Size).
- Open `ButtonsMainDemoFragment` in Material Catalog.
**Expected behavior:**
Icon buttons should be circle and should have the same height as common buttons.
**Actual behavior:**
Icon buttons are stretched vertically a bit and differ in height from common buttons.
Font size: Default
Font size: Largest
**Material Library version:** 1.7.0-alpha03
**Device:** Pixel 4 API 31 Emulator
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.
Assessment
This issue has not been assessed yet.