mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 20:12:52 +08:00
When converting float to int value for intrinsic width, round instead of cast. Round float values When determining whether text needs to be clipped to avoid overly aggressive clipping (and ellipsizing). Rewrote layout for the chip example in demo app due to a known GridLayout. PiperOrigin-RevId: 195957006