Skip to content

[MaterialButton] Icon size of icon buttons doesn't match M3 specs #3074

Open
@patzly

Description

@patzly

Description: Hi, it seems that the icon-only button (base) style Widget.Material3.Button.IconButton is using a wrong icon size. The attribute iconSize uses the resource @dimen/m3_btn_icon_only_default_size with a value of 20dp instead of 24dp as it is described in the specs.

Expected behavior: The dimension @dimen/m3_btn_icon_only_default_size would need to be set to 24dp instead of 20dp.

Source code:

<dimen name="m3_btn_icon_only_default_size">20dp</dimen>

Material Library version: 1.8.0-alpha02

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions