diff options
Diffstat (limited to 'docs/html/design/building-blocks')
| -rw-r--r-- | docs/html/design/building-blocks/buttons.html | 10 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/dialogs.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/grid-lists.html | 6 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/index.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/lists.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/pickers.html | 6 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/progress.html | 7 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/scrolling.html | 10 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/seek-bars.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/spinners.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/switches.html | 13 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/tabs.html | 4 | ||||
| -rw-r--r-- | docs/html/design/building-blocks/text-fields.html | 6 |
13 files changed, 71 insertions, 11 deletions
diff --git a/docs/html/design/building-blocks/buttons.html b/docs/html/design/building-blocks/buttons.html index cc43fcb..9f9652f9 100644 --- a/docs/html/design/building-blocks/buttons.html +++ b/docs/html/design/building-blocks/buttons.html @@ -80,6 +80,10 @@ Android Design - Buttons </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -110,7 +114,8 @@ buttons</em>. Both can contain text labels and/or images.</p> <img src="../static/content/buttons_basic.png"> </div> -<h2>Basic Buttons</h2> +<h2 id="basic">Basic Buttons</h2> + <p>Basic buttons are traditional buttons with borders and background. Android supports two styles for basic buttons: default and small. Default buttons have slightly larger font size and are optimized for display outside of form content. Small buttons are intended for display alongside other content. @@ -131,7 +136,8 @@ align with other UI elements.</p> </div> </div> -<h2>Borderless Buttons</h2> +<h2 id="borderless">Borderless Buttons</h2> + <p>Borderless buttons resemble basic buttons except that they have no borders or background. You can use borderless buttons with both icons and text. Borderless buttons are visually more lightweight than basic buttons and integrate nicely with other content.</p> diff --git a/docs/html/design/building-blocks/dialogs.html b/docs/html/design/building-blocks/dialogs.html index fc00780..f03a57a 100644 --- a/docs/html/design/building-blocks/dialogs.html +++ b/docs/html/design/building-blocks/dialogs.html @@ -80,6 +80,10 @@ Android Design - Dialogs </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/grid-lists.html b/docs/html/design/building-blocks/grid-lists.html index b4cfdcb..3f60216 100644 --- a/docs/html/design/building-blocks/grid-lists.html +++ b/docs/html/design/building-blocks/grid-lists.html @@ -80,6 +80,10 @@ Android Design - Grid Lists </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -159,7 +163,7 @@ navigation.</p> </div> -<h2 id="with_labels">Grid List with Labels</h2> +<h2 id="with-labels">Grid List with Labels</h2> <p>Use labels to display additional contextual information for your grid list items.</p> diff --git a/docs/html/design/building-blocks/index.html b/docs/html/design/building-blocks/index.html index c99d85c..029cabf 100644 --- a/docs/html/design/building-blocks/index.html +++ b/docs/html/design/building-blocks/index.html @@ -93,6 +93,10 @@ Android Design - Building Blocks </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/lists.html b/docs/html/design/building-blocks/lists.html index 914ae9e..dfd13d9 100644 --- a/docs/html/design/building-blocks/lists.html +++ b/docs/html/design/building-blocks/lists.html @@ -80,6 +80,10 @@ Android Design - Lists </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/pickers.html b/docs/html/design/building-blocks/pickers.html index 4c95a9f..fc9989c 100644 --- a/docs/html/design/building-blocks/pickers.html +++ b/docs/html/design/building-blocks/pickers.html @@ -80,6 +80,10 @@ Android Design - Pickers </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -123,7 +127,7 @@ spinners.</p> </div> </div> -<h2>Date and time pickers</h2> +<h2 id="date-time">Date and time pickers</h2> <p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls for entering the parts of the date (month, day, year) or time (hour, minute, AM/PM). Using these in your diff --git a/docs/html/design/building-blocks/progress.html b/docs/html/design/building-blocks/progress.html index 7aae913..32183bc 100644 --- a/docs/html/design/building-blocks/progress.html +++ b/docs/html/design/building-blocks/progress.html @@ -80,6 +80,10 @@ Android Design - Progress and Activity </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -105,7 +109,8 @@ Android Design - Progress and Activity <p>When an operation of interest to the user is taking place over a relatively long period of time, provide visual feedback that it's still happening and in the process of being completed.</p> -<h2>Progress</h2> +<h2 id="progress">Progress</h2> + <p>If you know the percentage of the operation that has been completed, use a determinate progress bar to give the user a sense of how much longer it will take.</p> diff --git a/docs/html/design/building-blocks/scrolling.html b/docs/html/design/building-blocks/scrolling.html index 3f1167c..3599a97 100644 --- a/docs/html/design/building-blocks/scrolling.html +++ b/docs/html/design/building-blocks/scrolling.html @@ -80,6 +80,10 @@ Android Design - Scrolling </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -104,7 +108,8 @@ Android Design - Scrolling <p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The scrolling speed is proportional to the speed of the gesture.</p> -<h2>Scroll Indicator</h2> +<h2 id="indicator">Scroll Indicator</h2> + <p>Appears during scrolling to indicate what portion of the content is currently in view.</p> <div class="framed-galaxynexus-land-span-13"> @@ -118,7 +123,8 @@ scrolling speed is proportional to the speed of the gesture.</p> <div class="video-instructions"> </div> </div> -<h2>Index Scrolling</h2> +<h2 id="index-scrolling">Index Scrolling</h2> + <p>In addition to traditional scrolling, a long alphabetical list can also offer index scrolling: a way to quickly navigate to the items that begin with a particular letter. With index scrolling, a scroll indicator appears even when the user isn't scrolling. Touching or dragging it causes the current diff --git a/docs/html/design/building-blocks/seek-bars.html b/docs/html/design/building-blocks/seek-bars.html index 84cf5d2..aef1823 100644 --- a/docs/html/design/building-blocks/seek-bars.html +++ b/docs/html/design/building-blocks/seek-bars.html @@ -80,6 +80,10 @@ Android Design - Seek Bars and Sliders </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/spinners.html b/docs/html/design/building-blocks/spinners.html index bf21fe8..5ef9d04 100644 --- a/docs/html/design/building-blocks/spinners.html +++ b/docs/html/design/building-blocks/spinners.html @@ -80,6 +80,10 @@ Android Design - Spinners </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/switches.html b/docs/html/design/building-blocks/switches.html index 3d7bc9c..09af540 100644 --- a/docs/html/design/building-blocks/switches.html +++ b/docs/html/design/building-blocks/switches.html @@ -80,6 +80,10 @@ Android Design - Switches </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -104,7 +108,8 @@ Android Design - Switches <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio buttons, and on/off switches.</p> -<h2>Checkboxes</h2> +<h2 id="checkboxes">Checkboxes</h2> + <p>Checkboxes allow the user to select multiple options from a set. Avoid using a single checkbox to turn an option off or on. Instead, use an on/off switch.</p> @@ -112,7 +117,8 @@ turn an option off or on. Instead, use an on/off switch.</p> <img src="../static/content/switches_checkboxes.png"> </div> -<h2>Radio Buttons</h2> +<h2 id="radio-buttons">Radio Buttons</h2> + <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive selection if you think that the user needs to see all available options side-by-side. Otherwise, consider a spinner, which uses less space.</p> @@ -121,7 +127,8 @@ consider a spinner, which uses less space.</p> <img src="../static/content/switches_radios.png"> </div> -<h2>On/off Switches</h2> +<h2 id="switches">On/off Switches</h2> + <p>On/off switches toggle the state of a single settings option.</p> <div style="text-align: center"> diff --git a/docs/html/design/building-blocks/tabs.html b/docs/html/design/building-blocks/tabs.html index c094cce..d4b0e52 100644 --- a/docs/html/design/building-blocks/tabs.html +++ b/docs/html/design/building-blocks/tabs.html @@ -80,6 +80,10 @@ Android Design - Tabs </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> diff --git a/docs/html/design/building-blocks/text-fields.html b/docs/html/design/building-blocks/text-fields.html index 6496fa5..b9ec42d 100644 --- a/docs/html/design/building-blocks/text-fields.html +++ b/docs/html/design/building-blocks/text-fields.html @@ -80,6 +80,10 @@ Android Design - Text Fields </ul> </li> + <li class="nav-section"> + <div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div> + </li> + <li> <div id="back-dac-section"><a href="../../index.html">Developers</a></div> </li> @@ -141,7 +145,7 @@ can enter information more accurately and efficiently.</p> </div> </div> -<h2>Text Selection</h2> +<h2 id="text-selection">Text Selection</h2> <p>Users can select any word in a text field with a long press. This action triggers a text selection mode that facilitates extending the selection or choosing an action to perform on the selected text. |
