diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2015-05-08 03:35:56 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-08 03:35:57 +0000 |
| commit | 27e82e7b3824b886ae1179c58c2f7073831d6c6a (patch) | |
| tree | 2f7faf46fced97a7ff038f0885c3cecf40cb80a6 /docs/html/design/building-blocks/spinners.jd | |
| parent | b2152a43ea8b44772fab5d29dea436f2a4ddc89b (diff) | |
| parent | cd7e7dc423cba2d5efaab3e59a3995325d2d0b19 (diff) | |
| download | frameworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.zip frameworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.tar.gz frameworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.tar.bz2 | |
Merge "Doc change: remove design content that has moved to material spec." into mnc-preview-docs
Diffstat (limited to 'docs/html/design/building-blocks/spinners.jd')
| -rw-r--r-- | docs/html/design/building-blocks/spinners.jd | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/html/design/building-blocks/spinners.jd b/docs/html/design/building-blocks/spinners.jd deleted file mode 100644 index 31c5558..0000000 --- a/docs/html/design/building-blocks/spinners.jd +++ /dev/null @@ -1,54 +0,0 @@ -page.title=Spinners -page.tags=spinner,dropdown -@jd:body - -<a class="notice-designers-material" - href="http://www.google.com/design/spec/components/menus.html"> - <div> - <h3>Material Design</h3> - <p>Menus<p> - </div> -</a> - -<a class="notice-developers" href="{@docRoot}guide/topics/ui/controls/spinner.html"> - <div> - <h3>Developer Docs</h3> - <p>Spinners</p> - </div> -</a> - -<p itemprop="description">Spinners provide a quick way to select one value from a set. In the default state, a spinner shows -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="cols"> - <div class="col-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="col-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> - |
