cketcham 84a351281e Delay validation for Slider valueTo, valueFrom, stepSize, and values
This enables initially setting things that conflict. For instance if the current valueFrom is 0 and valueTo is 1, it's now possible to call setValueFrom() with something greater than 1 without immediately throwing an exception.

Resolves https://github.com/material-components/material-components-android/issues/923

PiperOrigin-RevId: 297671715
2020-02-28 09:35:36 -05:00
..