cketcham efbb3e667e Fix header spacing for Slider doc
PiperOrigin-RevId: 274169443
2019-10-21 10:20:05 -04:00

1.0 KiB
Raw Blame History

Slider

Sliders allow users to make selections from a range of values.

Design

Material Design: Slider

Continuous slider

Continuous sliders allow users to make meaningful selections that dont require a specific value.

Discrete slider

Discrete sliders display a numeric value label upon pressing the thumb, which allows a user to input an exact value.

Demo

The slider is under active development. You can see the current version of the Slider Demo in the Material Android Catalog.

Code

The Slider Package contains the code for this component.