Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a53b3bfa authored by Roman Nurik's avatar Roman Nurik
Browse files

docs: Android Design downloads section, linkable H2s.

Change-Id: I4ed3006117efd740ff5f3bc93df2ac75c2dfd2f9
parent f4994b3e
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>
+5 −1
Original line number Diff line number Diff line
@@ -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>

+4 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>
Loading