mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 03:51:33 +08:00
It seems like lint won't take both @IntDef and @IntRange into consideration at the same time. Just uses @IntRange to cover all possible values. Resolves https://github.com/material-components/material-components-android/issues/1767 PiperOrigin-RevId: 424918785