mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 20:12:52 +08:00
We didn't forward Chip.setTextSize() call properly to ChipDrawable.setTextSize(). Fixes this by properly overriding the method. Resolves https://github.com/material-components/material-components-android/issues/1855 PiperOrigin-RevId: 442056225