Skip to content

Commit 86ca108

Browse files
romannurikAndroid Git Automerger
authored andcommitted
am a53b3bf: docs: Android Design downloads section, linkable H2s.
* commit 'a53b3bfaadd14aa325c6d6dc2542d7cbea66fc85': docs: Android Design downloads section, linkable H2s.
2 parents edfc6a0 + a53b3bf commit 86ca108

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+588
-62
lines changed

docs/html/design/building-blocks/buttons.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>
@@ -110,7 +114,8 @@ <h2>Buttons</h2>
110114
<img src="../static/content/buttons_basic.png">
111115
</div>
112116

113-
<h2>Basic Buttons</h2>
117+
<h2 id="basic">Basic Buttons</h2>
118+
114119
<p>Basic buttons are traditional buttons with borders and background. Android supports two styles for
115120
basic buttons: default and small. Default buttons have slightly larger font size and are optimized
116121
for display outside of form content. Small buttons are intended for display alongside other content.
@@ -131,7 +136,8 @@ <h2>Basic Buttons</h2>
131136
</div>
132137
</div>
133138

134-
<h2>Borderless Buttons</h2>
139+
<h2 id="borderless">Borderless Buttons</h2>
140+
135141
<p>Borderless buttons resemble basic buttons except that they have no borders or background. You can
136142
use borderless buttons with both icons and text. Borderless buttons are visually more lightweight
137143
than basic buttons and integrate nicely with other content.</p>

docs/html/design/building-blocks/dialogs.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>

docs/html/design/building-blocks/grid-lists.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>
@@ -159,7 +163,7 @@ <h4>Horizontal scrolling</h4>
159163
</div>
160164

161165

162-
<h2 id="with_labels">Grid List with Labels</h2>
166+
<h2 id="with-labels">Grid List with Labels</h2>
163167

164168
<p>Use labels to display additional contextual information for your grid list items.</p>
165169

docs/html/design/building-blocks/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
</ul>
9494
</li>
9595

96+
<li class="nav-section">
97+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
98+
</li>
99+
96100
<li>
97101
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
98102
</li>

docs/html/design/building-blocks/lists.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>

docs/html/design/building-blocks/pickers.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>
@@ -123,7 +127,7 @@ <h4>Space considerations</h4>
123127
</div>
124128
</div>
125129

126-
<h2>Date and time pickers</h2>
130+
<h2 id="date-time">Date and time pickers</h2>
127131

128132
<p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls for
129133
entering the parts of the date (month, day, year) or time (hour, minute, AM/PM). Using these in your

docs/html/design/building-blocks/progress.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>
@@ -105,7 +109,8 @@ <h2 id="system">Feedback</h2>
105109

106110
<p>When an operation of interest to the user is taking place over a relatively long period of time,
107111
provide visual feedback that it's still happening and in the process of being completed.</p>
108-
<h2>Progress</h2>
112+
<h2 id="progress">Progress</h2>
113+
109114
<p>If you know the percentage of the operation that has been completed, use a determinate progress bar
110115
to give the user a sense of how much longer it will take.</p>
111116

docs/html/design/building-blocks/scrolling.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>
@@ -104,7 +108,8 @@ <h2>Scrolling</h2>
104108

105109
<p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The
106110
scrolling speed is proportional to the speed of the gesture.</p>
107-
<h2>Scroll Indicator</h2>
111+
<h2 id="indicator">Scroll Indicator</h2>
112+
108113
<p>Appears during scrolling to indicate what portion of the content is currently in view.</p>
109114

110115
<div class="framed-galaxynexus-land-span-13">
@@ -118,7 +123,8 @@ <h2>Scroll Indicator</h2>
118123
<div class="video-instructions">&nbsp;</div>
119124
</div>
120125

121-
<h2>Index Scrolling</h2>
126+
<h2 id="index-scrolling">Index Scrolling</h2>
127+
122128
<p>In addition to traditional scrolling, a long alphabetical list can also offer index scrolling: a way
123129
to quickly navigate to the items that begin with a particular letter. With index scrolling, a scroll
124130
indicator appears even when the user isn't scrolling. Touching or dragging it causes the current

docs/html/design/building-blocks/seek-bars.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>

docs/html/design/building-blocks/spinners.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</ul>
8181
</li>
8282

83+
<li class="nav-section">
84+
<div class="nav-section-header empty"><a href="../downloads/index.html">Downloads</a></div>
85+
</li>
86+
8387
<li>
8488
<div id="back-dac-section"><a href="../../index.html">Developers</a></div>
8589
</li>

0 commit comments

Comments
 (0)