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

Commit 21f18e96 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am bb129dc5: docs: make Notifying the User an expandable list

Merge commit 'bb129dc5' into froyo-plus-aosp

* commit 'bb129dc5':
  docs: make Notifying the User an expandable list
parents d522b270 bb129dc5
Loading
Loading
Loading
Loading
+11 −1
Original line number Original line Diff line number Diff line
@@ -77,9 +77,19 @@
          <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
          <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
                <span class="en">Handling UI Events</span>
                <span class="en">Handling UI Events</span>
              </a></li>
              </a></li>
          <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
          <li class="toggle-list">
            <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
                <span class="en">Notifying the User</span>
                <span class="en">Notifying the User</span>
            </a></div>
            <ul>
              <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
                <span class="en">Creating Toast Notifications</span>
              </a></li>
              </a></li>
              <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
                <span class="en">Creating Status Bar Notifications</span>
              </a></li>
            </ul>
          </li>
          <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
          <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
                <span class="en">Applying Styles and Themes</span>
                <span class="en">Applying Styles and Themes</span>
              </a></li>
              </a></li>