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

Commit ae902993 authored by Roman Nurik's avatar Roman Nurik Committed by Android Git Automerger
Browse files

am b96ad49a: am c47369d7: am a53b3bfa: docs: Android Design downloads section, linkable H2s.

* commit 'b96ad49a':
  docs: Android Design downloads section, linkable H2s.
parents 10bcb6fb b96ad49a
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