2012-03-06 12:26:15 -08:00
|
|
|
page.title=Spinners
|
2013-04-12 14:00:30 -07:00
|
|
|
page.tags="spinner","dropdown"
|
2012-03-06 12:26:15 -08:00
|
|
|
@jd:body
|
|
|
|
|
2013-05-14 08:46:55 -07:00
|
|
|
<a class="notice-developers" href="{@docRoot}guide/topics/ui/controls/spinner.html">
|
|
|
|
<div>
|
|
|
|
<h3>Developer Docs</h3>
|
|
|
|
<p>Spinners</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
2014-02-08 20:29:06 -08:00
|
|
|
<p itemprop="description">Spinners provide a quick way to select one value from a set. In the default state, a spinner shows
|
2012-03-06 12:26:15 -08:00
|
|
|
its currently selected value. Touching the spinner displays a dropdown menu with all other available
|
|
|
|
values, from which the user can select a new one.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="layout-content-row">
|
|
|
|
<div class="layout-content-col span-6">
|
|
|
|
|
|
|
|
<img src="{@docRoot}design/media/spinners_form.png">
|
|
|
|
|
|
|
|
<h4>Spinners in forms</h4>
|
|
|
|
<p>Spinners are useful for data picking in forms. They are compact and integrate nicely with other
|
|
|
|
components. Use spinners in forms for both simple data input and in combination with other input
|
|
|
|
fields. For example, a text field might let you edit an email address for a contact, while its
|
|
|
|
associated spinner allows you to select whether it's a Home or Work address.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="layout-content-col span-7">
|
|
|
|
|
|
|
|
<img src="{@docRoot}design/media/spinners_actionbar.png">
|
|
|
|
|
|
|
|
<h4>Spinners in action bars</h4>
|
|
|
|
<p>Use spinners in action bars to switch views. For example, Gmail uses a spinner to permit switching
|
|
|
|
between accounts or commonly used labels. Spinners are useful when changing the view is important to
|
|
|
|
your app, but not necessarily a frequent occurrence. In cases where view switching is frequent, use
|
|
|
|
tabs.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<img src="{@docRoot}design/media/spinners_hololightanddark.png">
|
|
|
|
<div class="figure-caption">
|
|
|
|
Spinners in the Holo Dark and Holo Light themes, in various states.
|
|
|
|
</div>
|
2012-10-03 18:47:08 -07:00
|
|
|
|