Dirk Dougherty 6c1c263efa Doc change: merge landing page and header/footer designs.
Change-Id: Ic2f603c0215f8dadac2dfa4b871b22b2f9a027e5
2015-05-03 11:26:59 -07:00

46 lines
1.2 KiB
Plaintext

page.title=Seek Bars and Sliders
page.tags=seekbar,progressbar
@jd:body
<a class="notice-designers-material"
href="http://www.google.com/design/spec/components/sliders.html">
<div>
<h3>Material Design</h3>
<p>Sliders<p>
</div>
</a>
<p>Interactive sliders make it possible to select a value from a continuous or discrete range of values
by moving the slider thumb. The smallest value is to the left, the largest to the right. The
interactive nature of the slider makes it a great choice for settings that reflect intensity levels,
such as volume, brightness, or color saturation.</p>
<div class="cols">
<div class="col-9">
<img src="{@docRoot}design/media/seekbar_example.png">
</div>
<div class="col-4">
<div class="vspace size-2">&nbsp;</div>
<h4>Example</h4>
<p>Interactive slider to set the ringer volume. The value can either be set through the hardware volume controls or interactively via a gesture.</p>
</div>
</div>
<div class="cols">
<div class="col-9">
<img src="{@docRoot}design/media/seekbar_style.png">
<div class="figure-caption">
Seek bars in Holo Light &amp; Dark
</div>
</div>
<div class="col-4">&nbsp;</div>
</div>